Skip to content

pipeline status command

Efe Karakus edited this page Jul 13, 2020 · 3 revisions
$ copilot pipeline status [flags]

What does it do?

copilot pipeline status shows the status of the stages in a deployed pipeline.

What are the flags?

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

Examples

Shows status of the pipeline "pipeline-myapp-myrepo".

$ copilot pipeline status -n pipeline-myapp-myrepo
Clone this wiki locally