项目作者: argos-ci

项目描述 :
Argos command line interface.
高级语言: JavaScript
项目地址: git://github.com/argos-ci/argos-cli.git
创建时间: 2017-03-19T15:08:23Z
项目社区:https://github.com/argos-ci/argos-cli

开源协议:MIT License

下载


argos-cli

This package is deprecated, see https://github.com/argos-ci/argos-javascript

Usage

  1. Usage: [options] [command]
  2. Options:
  3. -V, --version output the version number
  4. -h, --help output usage information
  5. Commands:
  6. upload [options] <directory> Upload screenshots
  7. cancel [options] Cancel the build (batch mode only)

Upload

  1. Usage: argos upload [options] <directory>
  2. Upload screenshots
  3. Options:
  4. -T, --token <token> Repository token
  5. -C, --commit <commit> Git commit
  6. -B, --branch <branch> Git branch
  7. --external-build-id [string] ID of the build (batch mode only)
  8. --batchCount [int] Number of batches expected (batch mode)
  9. --build-name [string] Name of the build
  10. --ignore <list> List of glob files to ignore (ex: "**/*.png,**/diff.jpg")
  11. -h, --help display help for command

Cancel

  1. Usage: argos cancel [options]
  2. Cancel the build (batch mode only)
  3. Options:
  4. -T, --token <token> Repository token
  5. --external-build-id [string] ID of the build (batch mode only)
  6. -h, --help output usage information

License

MIT