1.1.0 • Published 3 years ago

zup-cli v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ZUP CLI

CLI to handle apk uploads to backend-zeep for zeep.

zup upload --apk-source {some/path/to/apk} --api-endpoint {http://endpoint} --password {password} --port {api-port}
or
zup u -s {some/path/to/apk} -e {http://endpoint} -p {password} --port {api-port}

Installation

This CLI is meant to be used as a global. There is no need to initialize a package.json.

npm i -g zup-cli
or
sudo npm i -g zup-cli

Using CLI by Downloading Zip

1) Unzip the zip folder in your desired location. 2) Open a console/terminal and cd into the unzip folder. 3) Install dependencies using command npm install. 4) Link package to use globally npm link.

1.1.0

3 years ago