Skip to content
/ awsb Public

A CLI tool which boosts AWS SSO sessions and profiles management.

License

Notifications You must be signed in to change notification settings

Eraz1997/awsb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SSO Booster 🚀

A CLI tool which boosts AWS SSO sessions and profiles management.

Install ⚙️

Important

Rust and Cargo are required to install AWS SSO Booster

cargo install --git https://github.com/Eraz1997/awsb

Usage 🎸

# Show available commands and print help message
awsb --help
awsb <COMMAND> <SUBCOMMAND> --help
awsb <COMMAND> --help

# Set profile as current
awsb use <PROFILE_NAME>

# Manage SSO providers
awsb providers add --name <NAME> --region <REGION> --url <URL>
awsb providers list
awsb providers get <NAME>
awsb providers remove <NAME>
awsb providers sign-in

# Manage profiles
awsb profiles add --name <NAME> --provider <PROVIDER> --account-id <ACCOUNT_ID> --role <ROLE>
awsb profiles list
awsb profiles get <NAME>
awsb profiles remove <NAME>

# Get AWS access environment variables
awsb print-env-vars
awsb copy-env-vars

About

A CLI tool which boosts AWS SSO sessions and profiles management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages