Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 556 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 556 Bytes

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]