# Packages
No description provided by the author
# README
Switcher
AWS switch-role page URL generator.
-
Write your switch-role config in
~/.switcherrc.json
-
switcher
shows switch-role settings with incremental search -
Selected switch-role config will be opend in browser
Install
go install github.com/reireias/switcher/cmd/switcher@latest
install from relase
-
download from release page
-
unarchive
-
sudo mv ./switcher /usr/local/bin
install from source
-
clone this repository
-
make && make install
.switcherrc.json example
[
{
"name": "roleA",
"roleName": "roleA",
"account": "99999999",
"color": "red"
},
{
"name": "roleB",
"roleName": "roleB",
"account": "88888888",
"color": "blue"
}
]
color
valid colors are follows
- red
- prange
- yellow
- green
- blue