-
Notifications
You must be signed in to change notification settings - Fork 17
CLI Global Flags
Daniel Kang edited this page Oct 24, 2016
·
2 revisions
Specify the application directory.
- Default:
"."
(current working directory)
Specify the configuration file path.
- Default:
"{app-dir}/coldbrew.conf"
Specify the configuration file format.
- Acceptable:
"yaml"
,"json"
- Default:
"yaml"
Disable colored outputs.
- Default: (coloring enabled)
[Required] AWS Access Key ID.
- Environment variable:
$AWS_ACCESS_KEY_ID
[Required] AWS Secret Access Key.
- Environment variable:
$$AWS_SECRET_ACCESS_KEY
AWS region name.
- Environment variable:
$AWS_REGION
- Default:
"us-west-2"
AWS VPC ID.
- Environment variable:
$AWS_VPC
- Default: (default VPC of AWS account will be used)
Show coldbrew-cli version.
Show helps.