|
1 | 1 | [ |
| 2 | + { |
| 3 | + "alias": [], |
| 4 | + "command": "devops:pipeline:attach-project", |
| 5 | + "flagAliases": [], |
| 6 | + "flagChars": ["o"], |
| 7 | + "flags": ["api-version", "flags-dir", "json", "pipeline-id", "project-id", "target-org"], |
| 8 | + "plugin": "@salesforce/plugin-devops-center" |
| 9 | + }, |
| 10 | + { |
| 11 | + "alias": [], |
| 12 | + "command": "devops:project:create", |
| 13 | + "flagAliases": [], |
| 14 | + "flagChars": ["d", "n", "o"], |
| 15 | + "flags": ["api-version", "description", "flags-dir", "json", "name", "target-org"], |
| 16 | + "plugin": "@salesforce/plugin-devops-center" |
| 17 | + }, |
2 | 18 | { |
3 | 19 | "alias": [], |
4 | 20 | "command": "devops:project:list", |
|
7 | 23 | "flags": ["api-version", "flags-dir", "json", "target-org"], |
8 | 24 | "plugin": "@salesforce/plugin-devops-center" |
9 | 25 | }, |
| 26 | + { |
| 27 | + "alias": [], |
| 28 | + "command": "devops:pull-request:create", |
| 29 | + "flagAliases": [], |
| 30 | + "flagChars": ["n", "o", "w"], |
| 31 | + "flags": ["api-version", "body", "flags-dir", "json", "target-org", "title", "work-item-id", "work-item-name"], |
| 32 | + "plugin": "@salesforce/plugin-devops-center" |
| 33 | + }, |
10 | 34 | { |
11 | 35 | "alias": [], |
12 | 36 | "command": "devops:work-item:create", |
|
23 | 47 | "flags": ["api-version", "flags-dir", "json", "project-id", "target-org"], |
24 | 48 | "plugin": "@salesforce/plugin-devops-center" |
25 | 49 | }, |
| 50 | + { |
| 51 | + "alias": [], |
| 52 | + "command": "devops:work-item:status:update", |
| 53 | + "flagAliases": [], |
| 54 | + "flagChars": ["n", "o", "w"], |
| 55 | + "flags": ["api-version", "flags-dir", "json", "status", "target-org", "work-item-id", "work-item-name"], |
| 56 | + "plugin": "@salesforce/plugin-devops-center" |
| 57 | + }, |
26 | 58 | { |
27 | 59 | "alias": [], |
28 | 60 | "command": "project:deploy:pipeline:quick", |
|
0 commit comments