mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(aws): add sso logout capabilities (#12113)
This commit is contained in:
parent
64d881b479
commit
94a0481f18
2 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ function asp() {
|
|||
|
||||
if [[ "$2" == "login" ]]; then
|
||||
aws sso login
|
||||
elif [[ "$2" == "logout" ]]; then
|
||||
aws sso logout
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue