Difference between revisions of "Aws codepipeline list-pipelines"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} aws codepipeline list-pipelines { "pipelines": [ { "name": "your-first-pipeline", "version": 1, "created...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
  aws codepipeline list-pipelines
+
[[aws codepipeline]] list-pipelines
 
  {
 
  {
 
     "pipelines": [
 
     "pipelines": [
Line 18: Line 18:
 
     ]
 
     ]
 
  }
 
  }
 +
 +
== Related ==
 +
* <code>[[aws list all]]</code>
 +
* <code>[[aws deploy list-deployments]]</code>
 +
* [[CI]]
  
 
== See also ==
 
== See also ==

Latest revision as of 23:20, 21 May 2022

aws codepipeline list-pipelines
{
    "pipelines": [
        {
            "name": "your-first-pipeline",
            "version": 1,
            "created": "2021-09-23T18:30:44.521000+04:00",
            "updated": "2021-09-23T18:30:44.521000+04:00"
        },
        {
            "name": "your-second-pipeline",
            "version": 1,
           "created": "2021-09-29T20:45:21.642000+04:00",
            "updated": "2021-09-29T20:45:21.642000+04:00" 
        }
    ]
}

Related[edit]

See also[edit]

Advertising: