aws-sso: fix missing subcommand (#20348)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2025-12-29 14:55:13 +02:00
committed by GitHub
parent 65485698b1
commit 8ef942fcc1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,4 +21,4 @@
- 특정 계정에 대한 단기 자격 증명 검색:
`aws get-role-credentials --account-id {{계정}} --role-name {{역할}} --access-token {{토큰}}`
`aws sso get-role-credentials --account-id {{계정}} --role-name {{역할}} --access-token {{토큰}}`
+1 -1
View File
@@ -21,4 +21,4 @@
- Retrieve short-term credentials for a specific account:
`aws get-role-credentials --account-id {{account}} --role-name {{role}} --access-token {{token}}`
`aws sso get-role-credentials --account-id {{account}} --role-name {{role}} --access-token {{token}}`