Skip to content

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.

License

Notifications You must be signed in to change notification settings

xav-db/bracket-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published