mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Remove region from contexts and cleanup
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
879afa85c0
commit
de0be8650e
4 changed files with 101 additions and 120 deletions
|
|
@ -55,9 +55,8 @@ func createEcsCommand() *cobra.Command {
|
|||
|
||||
addDescriptionFlag(cmd, &opts.Description)
|
||||
cmd.Flags().BoolVar(&localSimulation, "local-simulation", false, "Create context for ECS local simulation endpoints")
|
||||
cmd.Flags().StringVar(&opts.Profile, "profile", "", "Profile")
|
||||
cmd.Flags().StringVar(&opts.Region, "region", "", "Region")
|
||||
cmd.Flags().BoolVar(&opts.CredsFromEnv, "from-env", false, "Use credentials and region from environment")
|
||||
cmd.Flags().StringVar(&opts.Profile, "profile", "", "Use an existing AWS profile")
|
||||
cmd.Flags().BoolVar(&opts.CredsFromEnv, "from-env", false, "Use AWS environment variables for profile, or credentials and region")
|
||||
return cmd
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue