@currents/cmd

The package has CLI commands and tools for Currents platform

Requirements

circle-info

Get familiar with CI Build ID before using currents in CI.

It is important to set the CI Build ID explicitly using --ci-build-id option, if you are using CI sharding or multiple CI machines to parallelize your tests.

If not set explicitly, the CI Build ID will be set to a random value and it will affect your reporting.

Setup

npm install @currents/cmd --save-dev

Subcommands

Troubleshooting

Run the CLI command with the --debug argument or prefix it with DEBUG="currents*" to obtain detailed information about the command execution process.

Last updated

Was this helpful?