Socket
Socket
Sign inDemoInstall

@radpack/cli

Package Overview
Dependencies
6
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @radpack/cli

Rapid Application Development Packaging CLI


Version published
Maintainers
3
Created

Readme

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

Last updated on 22 Aug 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc