CLI tool to manage all things required BETA.
build a11ywatch via docker on any machine. Get started by making sure you have Rust installed and running the command below. You can run the setup-terraform-unix.sh
in the parent build folder to also bootstrap the required modules on your machine.
sh
cargo install a11ywatch_cli
At the moment after installing the cli, clone the project and navigate to the folder to run the commands ( This will be removed soon ). Run a11ywatch --help
to get all options and arguements.
local commands
sh
a11ywatch build
a11ywatch start
remote commands
sh
a11ywatch deploy
a11ywatch terminate
Supported archs are amd64 and arm64.
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.