Skip to content

pipeline show command

David Killmon edited this page Jul 14, 2020 · 4 revisions
$ copilot pipeline show [flags]

What does it do?

copilot pipeline show shows configuration information about a deployed pipeline for an application, including the account, region, and stages.

What are the flags?

-a, --app string    Name of the application.
-h, --help          help for show
    --json          Optional. Outputs in JSON format.
-n, --name string   Name of the pipeline.
    --resources     Optional. Show the resources in your pipeline.

Examples

Shows info about the pipeline in the "myapp" application.

$ copilot pipeline show --app myapp --resources

What does it look like?

Running copilot app show

Clone this wiki locally