mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
aws-sso: fix missing subcommand (#20348)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -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 {{토큰}}`
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user