Skip to content

delanovictor/aws-profile-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Profile Manager

Description

Choose your default AWS profile from your list of existing profiles.

The access key and secrey key of the selected profile will be set as the keys of the default profile


Installation

git clone /~https://github.com/delanovictor/aws-profile-manager.git

cd aws-profile-manager

go install

Example

aws-profile list

//   [profile1]
// =>[profile2]
//   [profile3]

aws-profile select profile1

// Selected [profile1]

aws-profile list

// =>[profile1]
//   [profile2]
//   [profile3]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages