@snapvisor/cli
v7.0.0
Published
Command-line (CLI) for visual testing with Snapvisor.
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 @snapvisor/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 @snapvisor/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 @snapvisor/cli --help