|
20 | 20 | ], |
21 | 21 | "plugin": "@salesforce/plugin-devops-center" |
22 | 22 | }, |
| 23 | + { |
| 24 | + "alias": [], |
| 25 | + "command": "devops:pipeline:get", |
| 26 | + "flagAliases": [], |
| 27 | + "flagChars": ["i", "o"], |
| 28 | + "flags": ["api-version", "flags-dir", "json", "pipeline-id", "target-org"], |
| 29 | + "plugin": "@salesforce/plugin-devops-center" |
| 30 | + }, |
| 31 | + { |
| 32 | + "alias": [], |
| 33 | + "command": "devops:pipeline:list", |
| 34 | + "flagAliases": [], |
| 35 | + "flagChars": ["o"], |
| 36 | + "flags": ["api-version", "flags-dir", "json", "target-org"], |
| 37 | + "plugin": "@salesforce/plugin-devops-center" |
| 38 | + }, |
23 | 39 | { |
24 | 40 | "alias": [], |
25 | 41 | "command": "devops:pipeline:project:add", |
|
28 | 44 | "flags": ["api-version", "flags-dir", "json", "pipeline-id", "project-id", "target-org"], |
29 | 45 | "plugin": "@salesforce/plugin-devops-center" |
30 | 46 | }, |
| 47 | + { |
| 48 | + "alias": [], |
| 49 | + "command": "devops:pipeline:project:delete", |
| 50 | + "flagAliases": [], |
| 51 | + "flagChars": ["o"], |
| 52 | + "flags": ["api-version", "flags-dir", "json", "pipeline-id", "project-id", "target-org"], |
| 53 | + "plugin": "@salesforce/plugin-devops-center" |
| 54 | + }, |
31 | 55 | { |
32 | 56 | "alias": [], |
33 | 57 | "command": "devops:pipeline:stage:add", |
|
36 | 60 | "flags": ["api-version", "flags-dir", "json", "name", "next-stage-id", "pipeline-id", "target-org"], |
37 | 61 | "plugin": "@salesforce/plugin-devops-center" |
38 | 62 | }, |
| 63 | + { |
| 64 | + "alias": [], |
| 65 | + "command": "devops:pipeline:stage:delete", |
| 66 | + "flagAliases": [], |
| 67 | + "flagChars": ["o"], |
| 68 | + "flags": ["api-version", "flags-dir", "json", "pipeline-id", "stage-id", "target-org"], |
| 69 | + "plugin": "@salesforce/plugin-devops-center" |
| 70 | + }, |
39 | 71 | { |
40 | 72 | "alias": [], |
41 | 73 | "command": "devops:pipeline:update", |
|
60 | 92 | "flags": ["api-version", "flags-dir", "json", "target-org"], |
61 | 93 | "plugin": "@salesforce/plugin-devops-center" |
62 | 94 | }, |
| 95 | + { |
| 96 | + "alias": [], |
| 97 | + "command": "devops:project:update", |
| 98 | + "flagAliases": [], |
| 99 | + "flagChars": ["d", "i", "n", "o"], |
| 100 | + "flags": ["api-version", "description", "flags-dir", "is-active", "json", "name", "project-id", "target-org"], |
| 101 | + "plugin": "@salesforce/plugin-devops-center" |
| 102 | + }, |
63 | 103 | { |
64 | 104 | "alias": [], |
65 | 105 | "command": "devops:promote", |
|
148 | 188 | ], |
149 | 189 | "plugin": "@salesforce/plugin-devops-center" |
150 | 190 | }, |
| 191 | + { |
| 192 | + "alias": [], |
| 193 | + "command": "devops:stage:environment:delete", |
| 194 | + "flagAliases": [], |
| 195 | + "flagChars": ["e", "o"], |
| 196 | + "flags": ["api-version", "environment-id", "flags-dir", "json", "pipeline-id", "target-org"], |
| 197 | + "plugin": "@salesforce/plugin-devops-center" |
| 198 | + }, |
151 | 199 | { |
152 | 200 | "alias": [], |
153 | 201 | "command": "devops:work-item:combine", |
|
0 commit comments