1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

feat(aws): add sso logout capabilities (#12113)

This commit is contained in:
Basti
2023-12-27 10:59:05 +01:00
committed by GitHub
parent 64d881b479
commit 94a0481f18
2 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ function asp() {
if [[ "$2" == "login" ]]; then
aws sso login
elif [[ "$2" == "logout" ]]; then
aws sso logout
fi
}