1.0.7 • Published 2 years ago

@radpack/cli v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago