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

This commit is contained in:
Basti 2023-12-27 10:59:05 +01:00 committed by GitHub
commit 94a0481f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}