CLI tool to manage all things required.
build a11ywatch via docker on any machine. Get started by making sure you have Rust installed and running the command below.
sh
cargo install a11ywatch_cli
exact options comming soon and --deploy
command WIP.
sh
a11ywatch --build
a11ywatch --deploy
a11ywatch --run
Supported archs are amd64, arm64, m1 chip.
The deployment infra is handled via terraform. The terraform code will be installed seperate outside of the crate.
If you cloned the repo make sure to adjust the variables.tf
file in the terraform folder with your GCP creds.