Zeus Command Line Interface
The official command line utility for Zeus.
Table of Contents
Installation
The CLI comes as NPM package and can be installed via npm or yarn:
npm install -g zeus-ciyarn add -g zeus-ci
Usage
zeus-ci <command>
Commands:
src upload <file> [type] Upload a build artifact [aliases: u]
Options:
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
Upload
This uploads a build artifact for processing or storage.
zeus-ci upload <file>
Positionals:
file Path to the artifact [string] [required]
Options:
-t, --type Mime type of the file to upload [string]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]