Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.1 KB

File metadata and controls

33 lines (25 loc) · 1.1 KB

Overview

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.


Installation

Run the following in your terminal to install the bracket-cli

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

Set up with git

  1. In the terminal enter:
bracket setup github
  1. Go to create a new github PAT token
  2. Tick the first box labled repo Full control of private repositories
  3. Put cloud-connector-cli in the note text box
  4. Scroll to the bottom of the page and click generate token
  5. Copy the generated token and paste it in the terminal
  6. Follow the rest of the instructions regarding adding your username and email.