AWS CodePipeline Command Line Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Get the Pipeline Definition= aws codepipeline get-pipeline --name ''pipeline-name''") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | |||
* [[AWS_CodePipeline_Operations#Command_Line_Operations|AWS CodePipeline Operations]] | |||
=Get the Pipeline Definition= | =Get the Pipeline Definition= | ||
aws codepipeline get-pipeline --name ''pipeline-name'' | aws codepipeline get-pipeline --name ''pipeline-name'' | ||
This will return JSON. | |||
=Delete a Pipeline= | |||
aws codepipeline delete-pipeline --name ''pipeline-name'' |
Latest revision as of 19:11, 19 March 2019
Internal
Get the Pipeline Definition
aws codepipeline get-pipeline --name pipeline-name
This will return JSON.
Delete a Pipeline
aws codepipeline delete-pipeline --name pipeline-name