0.2.4 • Published 6 years ago

zeus-ci v0.2.4

Weekly downloads
12
License
Apache-2.0
Repository
github
Last release
6 years ago

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-ci
yarn 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]
0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago