@argos-ci/cli
v6.9.4
Published
Command-line (CLI) for visual testing with Argos.
Maintainers
Readme
Argos Command Line Interface
Interact with and upload screenshots to argos-ci.com from the command line.
Visit the Argos CLI documentation for the full command reference and more.
Installation
npm install --save-dev @argos-ci/cliUsage
Upload a directory of screenshots to Argos. Authenticate with your project token via the ARGOS_TOKEN environment variable:
ARGOS_TOKEN="<your-argos-token>" npx @argos-ci/cli upload ./screenshotsThe CLI also exposes commands to deploy a static build, inspect and review builds, post a comment, and more. List them all with:
npx @argos-ci/cli --help