Skip to content

CLI Global Flags

Daniel Kang edited this page Oct 24, 2016 · 2 revisions

Flags

--app-dir / -D

Specify the application directory.

  • Default: "." (current working directory)

--config / -C

Specify the configuration file path.

  • Default: "{app-dir}/coldbrew.conf"

--config-format

Specify the configuration file format.

  • Acceptable: "yaml", "json"
  • Default: "yaml"

--disable-color

Disable colored outputs.

  • Default: (coloring enabled)

--aws-access-key

[Required] AWS Access Key ID.

  • Environment variable: $AWS_ACCESS_KEY_ID

--aws-secrte-key

[Required] AWS Secret Access Key.

  • Environment variable: $$AWS_SECRET_ACCESS_KEY

--aws-region

AWS region name.

  • Environment variable: $AWS_REGION
  • Default: "us-west-2"

--aws-vpc

AWS VPC ID.

  • Environment variable: $AWS_VPC
  • Default: (default VPC of AWS account will be used)

--version

Show coldbrew-cli version.

--help

Show helps.