The Bracket CLI tool helps to automate the process of creating infrastucture, connecting to and provisioning EC2 instances, and connecting to databases to run queries.
For public (MAC/LINUX)
curl -sSL https://raw.githubusercontent.com/xavcochran/bracket-cli/refs/heads/main/install/install.sh | bash
For public (WINDOWS)
powershell -Command "Invoke-WebRequest -Uri https://raw.githubusercontent.com/xavcochran/bracket-cli/refs/heads/main/install/install.bat -OutFile install.bat"
install.bat
- In the terminal enter:
bracket setup github
- Go to create a new github PAT token
- Tick the first box labled
repo
Full control of private repositories
- Put
cloud-connector-cli
in the note text box - Scroll to the bottom of the page and click
generate token
- Copy the generated token and paste it in the terminal
- Follow the rest of the instructions regarding adding your username and email.