Skip to content

CLI Usage

Casey Lee edited this page Aug 11, 2017 · 9 revisions

Check out the following pages for details on specific subcommands:

  • Environments - managing VPCs, ECS clusters, container instances and ALBs
  • Services - managing ECS service configuration
  • Databases - managing RDS configuration
  • Pipelines - managing continuous delivery pipelines

The following args are available on all subcommands:

# Path to mu config
> mu -c path/to/mu.yml ...

# AWS region
> mu -r us-west-2 ...

# or via environment variable
> AWS_REGION=us-west-2 mu ...

# AWS profile
> mu -p my-profile ...

# or via environment variable
> AWS_PROFILE=my-profie mu ...

Clone this wiki locally