Difference between revisions of "Ecs-cli configure --help"
Jump to navigation
Jump to search
(Created page with " == See also == * {{ecs-cli}} Category:AWS") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | <pre> | ||
+ | ecs-cli configure --help | ||
+ | NAME: | ||
+ | ecs-cli configure - Stores a single cluster configuration. | ||
+ | |||
+ | USAGE: | ||
+ | ecs-cli configure command [command options] [arguments...] | ||
+ | |||
+ | COMMANDS: | ||
+ | profile Stores a single profile. | ||
+ | default Sets the default cluster config. | ||
+ | migrate Migrates a legacy ECS CLI configuration file to the current YAML format. | ||
+ | |||
+ | OPTIONS: | ||
+ | --cluster value, -c value Specifies the ECS cluster name to use. If the cluster does not exist, it is created when you try to add resources to it with the ecs-cli up command. [$ECS_CLUSTER] | ||
+ | --region value, -r value Specifies the AWS region to use. If the AWS_REGION environment variable is set when ecs-cli configure is run, then the AWS region is set to the value of that environment variable. [$AWS_REGION] | ||
+ | --config-name value Specifies the cluster configuration name to use for this configuration. (default: "default") | ||
+ | --compose-service-name-prefix value [Deprecated] Specifies the prefix added to an ECS service created from a compose file. Format <prefix><project-name>. (defaults to empty) | ||
+ | --cfn-stack-name value [Optional] Specifies the name of AWS CloudFormation stack created on ecs-cli up. (default: "amazon-ecs-cli-setup-<cluster-name>") | ||
+ | --default-launch-type value [Optional] Specifies the type of tasks that you would like to run. Options: EC2 or FARGATE. Defaults to empty string if none provided. | ||
+ | --help, -h show help | ||
+ | </pre> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[ecs-cli configure default]]</code> | ||
Latest revision as of 15:45, 12 May 2022
ecs-cli configure --help NAME: ecs-cli configure - Stores a single cluster configuration. USAGE: ecs-cli configure command [command options] [arguments...] COMMANDS: profile Stores a single profile. default Sets the default cluster config. migrate Migrates a legacy ECS CLI configuration file to the current YAML format. OPTIONS: --cluster value, -c value Specifies the ECS cluster name to use. If the cluster does not exist, it is created when you try to add resources to it with the ecs-cli up command. [$ECS_CLUSTER] --region value, -r value Specifies the AWS region to use. If the AWS_REGION environment variable is set when ecs-cli configure is run, then the AWS region is set to the value of that environment variable. [$AWS_REGION] --config-name value Specifies the cluster configuration name to use for this configuration. (default: "default") --compose-service-name-prefix value [Deprecated] Specifies the prefix added to an ECS service created from a compose file. Format <prefix><project-name>. (defaults to empty) --cfn-stack-name value [Optional] Specifies the name of AWS CloudFormation stack created on ecs-cli up. (default: "amazon-ecs-cli-setup-<cluster-name>") --default-launch-type value [Optional] Specifies the type of tasks that you would like to run. Options: EC2 or FARGATE. Defaults to empty string if none provided. --help, -h show help
Related[edit]
See also[edit]
Advertising: