Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 362

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**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
        }
	]	
  }