Skip to content

app show command

Efe Karakus edited this page Jun 25, 2020 · 9 revisions
$ copilot app show [flags]

What does it do?

copilot app show shows configuration, environments and services for an application.

What are the flags?

-h, --help          help for show
    --json          Optional. Outputs in JSON format.
-n, --name string   Name of the application.

Examples

Shows info about the application "my-app".

$ copilot app show -n my-app
Clone this wiki locally