-
Notifications
You must be signed in to change notification settings - Fork 431
env show command
Efe Karakus edited this page Jul 17, 2020
·
3 revisions
$ copilot env show [flags]
copilot env ls
shows info about a deployed environment, including region, account ID, and services.
-h, --help help for show
--json Optional. Outputs in JSON format.
-n, --name string Name of the environment.
--resources Optional. Show the resources in your environment.
You can use the --json
flag if you'd like to programmatically parse the results.
Shows info about the environment "test".
$ copilot env show -n test