PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
codepipeline
**To view a list of pipelines** This example lists all AWS CodePipeline pipelines associated with the user's AWS account. Command:: aws codepipeline list-pipelines Output:: { "pipelines": [ { "updated": 1439504274.641, "version": 1, "name": "MyFirstPipeline", "created": 1439504274.641 }, { "updated": 1436461837.992, "version": 2, "name": "MySecondPipeline", "created": 1436460801.381 } ] }
[-] create-custom-action-type.rst
[edit]
[-] create-pipeline.rst
[edit]
[-] poll-for-jobs.rst
[edit]
[+]
..
[-] get-job-details.rst
[edit]
[-] delete-custom-action-type.rst
[edit]
[-] list-action-types.rst
[edit]
[-] update-pipeline.rst
[edit]
[-] delete-pipeline.rst
[edit]
[-] get-pipeline-state.rst
[edit]
[-] disable-stage-transition.rst
[edit]
[-] acknowledge-job.rst
[edit]
[-] list-pipelines.rst
[edit]
[-] get-pipeline.rst
[edit]
[-] enable-stage-transition.rst
[edit]
[-] start-pipeline-execution.rst
[edit]