1.0.1 • Published 6 years ago
webaim-wave v1.0.1
CLI for WebAIM Wave Accessibility Audit tool
Setup
To use the CLI, you must sign up for a WebAim WAVE CLI API key
- Create an
.envfile - Add the key
API_KEY={api key value}- Ex: API_KEY=thisisyourkey
- Pass the
.envfile path with the--envPathflag
Flags
All flags are prepended with --
--envPath: Used to designate where the.envfile lives. The default is the current working directory.--url: URL to run the Wave accessibility tools against. Required--output: location where to put the exported JSON file. The default location is the current working directory.
Example commands
webaim-wave --url=https://google.com --envPath=config/.env
webaim-wave --url=https://amazon.com --output=wave/output