pipeline show
$ 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. Output in JSON format.
-n, --name string Name of the pipeline.
--resources Optional. Show the resources in your pipeline.
Examples
Shows info, including resources, about the pipeline "myrepo-mybranch."
$ copilot pipeline show --name myrepo-mybranch --resources