diff --git a/README.md b/README.md index 1a7a69ed..6e89e022 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,10 @@ aliases: # Production apps will use a different organization, specified below, for security. cpln_org: my-org-staging - # Example apps use only one location. Control Plane offers the ability to use multiple locations. + # Control Plane offers the ability to use multiple locations. + # default_location is used for commands that require a location + # including `ps`, `run`, `run:detached`, `apply-template`. + # This can be overridden with option --location= default_location: aws-us-east-2 # Allows running the command `cpl setup-app` diff --git a/examples/controlplane.yml b/examples/controlplane.yml index b76bbabf..3bf6fe07 100644 --- a/examples/controlplane.yml +++ b/examples/controlplane.yml @@ -6,7 +6,10 @@ aliases: # Production apps will use a different organization, specified below, for security. cpln_org: my-org-staging - # Example apps use only one location. Control Plane offers the ability to use multiple locations. + # Control Plane offers the ability to use multiple locations. + # default_location is used for commands that require a location: + # including `ps`, `run`, `run:detached`, `apply-template` + # This can be overridden with option --location= # TODO: Allow specification of multiple locations. default_location: aws-us-east-2