Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 709 Bytes

Readme.md

File metadata and controls

54 lines (36 loc) · 709 Bytes

X-role

XRole is an utility to assume aws roles from command line and aws profiles

Installation

go get -u github.com/cthulhu/x-role

Usage

List assumable profiles:

x-role -l

Assume profile production:

x-role production

Assume profile production with verbose info:

x-role -i production

Cleanup identity:

x-role -u

Display version info

x-role -v

Display help

x-role -v

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT