New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@radpack/cli

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radpack/cli

Rapid Application Development Packaging CLI

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

@radpack/cli

Various CLI helper utilities and services to use for more advanced radpack use cases.

Documentation Logo

Installation

npm install --save-dev @radpack/cli

Usage

radpack --help

register

Resolve a radpack registry file/url.

radpack register <file|url>
OptionDescriptionDefault
--cwdWorking directoryprocess.cwd()
--optionalFail silentlyfalse
-o --outOutput filefalse
--helpShow helpfalse
--versionShow version numberfalse

merge

Merge multiple radpack registry files.

radpack merge ...<file|glob>
OptionDescriptionDefault
--cwdWorking directoryprocess.cwd()
-f --fileRegistry file nameradpack.json
-o --outOutput filefalse
--helpShow helpfalse
--versionShow version numberfalse

local

Run a local server and proxy to serve locally installed/linked radpack packages.

radpack local <cwd>
OptionDescriptionDefault
--portPort to listen3723
--hostHost to listenlocahost
--staticsStatic directoryprocess.cwd()
--distFolder for registry files/dist
--routeProxy route/radpack
--staticsRouteStatic route/statics
--runRun after server listeningfalse
--openOpen after --runfalse
--helpShow helpfalse
--versionShow version numberfalse

FAQs

Package last updated on 22 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc