Skip to content

env show command

Efe Karakus edited this page Jul 17, 2020 · 3 revisions
$ copilot env show [flags]

What does it do?

copilot env ls shows info about a deployed environment, including region, account ID, and services.

What are the flags?

-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.

Examples

Shows info about the environment "test".

$ copilot env show -n test
Clone this wiki locally