Skip to content

Commit

Permalink
Merge pull request #1000 from synfinatic/ecs-login
Browse files Browse the repository at this point in the history
document ecs commands requiring login
  • Loading branch information
synfinatic authored Jul 16, 2024
2 parents 2f58596 + 6c38ec2 commit 21df348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/aws-sso/ecs_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ type EcsCmd struct {
Server EcsServerCmd `kong:"cmd,help='Run the ECS Server locally'"`
Docker EcsDockerCmd `kong:"cmd,help='Start the ECS Server in a Docker container'"`
List EcsListCmd `kong:"cmd,help='List profiles loaded in the ECS Server'"`
Load EcsLoadCmd `kong:"cmd,help='Load new IAM Role credentials into the ECS Server'"`
Unload EcsUnloadCmd `kong:"cmd,help='Unload the current IAM Role credentials from the ECS Server'"`
Profile EcsProfileCmd `kong:"cmd,help='Get the current role profile name in the default slot'"`
// login required commands
Load EcsLoadCmd `kong:"cmd,help='Load new IAM Role credentials into the ECS Server',group='login-required'"`
}

type EcsAuthCmd struct {
Expand Down

0 comments on commit 21df348

Please sign in to comment.