Skip to content

Commit

Permalink
Improve docs for location
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Nov 17, 2023
1 parent 3895bf5 commit a4afeeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<location>
default_location: aws-us-east-2

# Allows running the command `cpl setup-app`
Expand Down
5 changes: 4 additions & 1 deletion examples/controlplane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=<location>
# TODO: Allow specification of multiple locations.
default_location: aws-us-east-2

Expand Down

0 comments on commit a4afeeb

Please sign in to comment.