/x-role

CLI tool to manage your AWS Identity

Primary LanguageGoMIT LicenseMIT

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