Skip to content

Commit

Permalink
Merge pull request #339 from synfinatic/hide-static
Browse files Browse the repository at this point in the history
Hide `static` command for now
  • Loading branch information
synfinatic authored May 1, 2022
2 parents 20bd01d + 833d6c6 commit be3ee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ type CLI struct {
Flush FlushCmd `kong:"cmd,help='Flush AWS SSO/STS credentials from cache'"`
List ListCmd `kong:"cmd,help='List all accounts / role (default command)'"`
Process ProcessCmd `kong:"cmd,help='Generate JSON for credential_process in ~/.aws/config'"`
Static StaticCmd `kong:"cmd,help='Manage static AWS API credentials'"`
Static StaticCmd `kong:"cmd,help='Manage static AWS API credentials',hidden"`
Tags TagsCmd `kong:"cmd,help='List tags'"`
Time TimeCmd `kong:"cmd,help='Print out much time before current STS Token expires'"`
Version VersionCmd `kong:"cmd,help='Print version and exit'"`
Expand Down

0 comments on commit be3ee7b

Please sign in to comment.