UNPKG

zipy-cli

Version:

CLI for Zipyai

33 lines (22 loc) 903 B
## CLI for Zipy ### How to install? The package has to be installed globally. ``` npm i -g zipy-cli ``` ### Usage - ``` zipy-cli --authKey authKey --dirname ~/sourcemaps/ --apiKey zipyProjectKey --releaseVer releaseVerString ``` ### Options The parameters of `zipy-cli` accepts the following options. | Params | Description | | ------------- |:------------------------------------------------------------------------:| | authKey | authentication key for your zipy project | | dirname | the directory where source maps are available. Accepts string or Globs | | apiKey | Zipy project key | | releaseVer | the release version of the project. | ### Help ``` zipy-cli --help ```