This package has been deprecated

Author message:

use argos-cli instead, see https://www.npmjs.com/package/argos-cli

@doctolib/argos-cli

0.1.3 • Public • Published

argos-cli

Argos command line interface.

Usage

Usage: argos [options] [command]


Commands:

  upload [options] <directory>  Upload screenshots

Options:

  -h, --help     output usage information
  -V, --version  output the version number

Upload

Usage: upload [options] <directory>

Upload screenshots

Options:

  -h, --help             output usage information
  -C, --commit <commit>  Git commit
  -B, --branch <branch>  Git branch
  -T, --token <token>    Repository token
  --buildId [string]     (Optional) Build ID
  --batchId [string]     (Optional) Batch ID
  --batchTotal [int]     (Optional) Total number of batches
  --ignore <list>        List of glob files to ignore (ex: "**/*.png,**/diff.jpg")

The buildId, batchId and batchTotal options make it possible to perform screenshot uploads in several batches for a single build.

This is especially useful when screenshots come from different machines:

argos upload --buildId 123 --batchId 0 --batchTotal 2 path/to/screenshots # On machine A
argos upload --buildId 123 --batchId 1 --batchTotal 2 path/to/screenshots # On machine B

Argos will assume that all screenshots have been uploaded once the number of uploaded batches equals the number of batches given by the batchTotal option.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @doctolib/argos-cli

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

23.1 kB

Total Files

13

Last publish

Collaborators

  • doctolib-eric
  • bpaquet
  • rizzen
  • rpellerin
  • vannayer
  • techdoctolib