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 | bashFor 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
repoFull control of private repositories - Put
cloud-connector-cliin 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.