remove cluster property from aws context

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-07-16 16:32:37 +02:00
parent 355295696f
commit fb63373a9b
7 changed files with 130 additions and 40 deletions

View file

@ -41,7 +41,6 @@ func createAwsCommand() *cobra.Command {
addDescriptionFlag(cmd, &opts.Description)
cmd.Flags().StringVar(&opts.Profile, "profile", "", "AWS Profile")
cmd.Flags().StringVar(&opts.Cluster, "cluster", "", "ECS cluster")
cmd.Flags().StringVar(&opts.Region, "region", "", "AWS region")
cmd.Flags().StringVar(&opts.AwsID, "key-id", "", "AWS Access Key ID")
cmd.Flags().StringVar(&opts.AwsSecret, "secret-key", "", "AWS Secret Access Key")