Skip to content

app show command

David Killmon edited this page Jun 29, 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

What does it look like?

Running copilot app show

Clone this wiki locally