The A11yWatch Command Line Interface. View the cli-docs for more complete info.
Get the CLI by running the command below.
sh
cargo install a11ywatch_cli
Then run a11ywatch -h
to get all options.
```sh
a11ywatch start
a11ywatch scan --url https://a11ywatch.com > results.json
a11ywatch crawl --url https://a11ywatch.com > results.json
a11ywatch start --upgrade
a11ywatch start -f ```
If you experience issues the cargo install a11ywatch_cli
command, try running rustup update stable
to make sure your cargo version is up to date.
Here are env vars that you can configure to enhance the system abilities. You can get your Computer Vision API key here. Grab your PageSpeed API key to speed up lighthouse parallel runs.
Example of a .env
file below:
COMPUTER_VISION_SUBSCRIPTION_KEY="REPLACE_WITH_KEY"
COMPUTER_VISION_ENDPOINT="REPLACE_WITH_ENDPOINT"
PAGESPEED_API_KEY="REPLACE_WITH_PAGESPEED_API_KEY"
You can also use the CLI to configure your Computer Vision creditials.
```sh
a11ywatch --set-cv-token $mycv_token a11ywatch --set-cv-url https://$myvcvname.cognitiveservices.azure.com/ ```
Mac, linux, and Windows.
The following commands are currently in BETA and require you to have the repo locally tf-provider and set to your directory.
The scan sub command with the runner option and the remote deployment commands are a work in progress. You may experience issues with the sub commands, feel free to leave an issue when found. In general the CLI is in BETA and may contain breaking changes until v1.