|
7 | 7 | "flags": ["api-version", "flags-dir", "json", "pipeline-id", "target-org"], |
8 | 8 | "plugin": "@salesforce/plugin-devops-center" |
9 | 9 | }, |
10 | | - { |
11 | | - "alias": [], |
12 | | - "command": "devops:pipeline:attach-project", |
13 | | - "flagAliases": [], |
14 | | - "flagChars": ["o"], |
15 | | - "flags": ["api-version", "flags-dir", "json", "pipeline-id", "project-id", "target-org"], |
16 | | - "plugin": "@salesforce/plugin-devops-center" |
17 | | - }, |
18 | 10 | { |
19 | 11 | "alias": [], |
20 | 12 | "command": "devops:pipeline:create", |
21 | 13 | "flagAliases": [], |
22 | 14 | "flagChars": ["d", "n", "o", "r"], |
23 | 15 | "flags": [ |
24 | 16 | "api-version", |
25 | | - "bitbucket-project", |
| 17 | + "bitbucket-project-key", |
| 18 | + "bitbucket-workspace", |
26 | 19 | "create-repo", |
27 | 20 | "description", |
28 | 21 | "flags-dir", |
|
35 | 28 | ], |
36 | 29 | "plugin": "@salesforce/plugin-devops-center" |
37 | 30 | }, |
| 31 | + { |
| 32 | + "alias": [], |
| 33 | + "command": "devops:pipeline:project:add", |
| 34 | + "flagAliases": [], |
| 35 | + "flagChars": ["o"], |
| 36 | + "flags": ["api-version", "flags-dir", "json", "pipeline-id", "project-id", "target-org"], |
| 37 | + "plugin": "@salesforce/plugin-devops-center" |
| 38 | + }, |
38 | 39 | { |
39 | 40 | "alias": [], |
40 | 41 | "command": "devops:pipeline:stage:add", |
|
64 | 65 | "command": "devops:pull-request:create", |
65 | 66 | "flagAliases": [], |
66 | 67 | "flagChars": ["n", "o", "w"], |
67 | | - "flags": ["api-version", "body", "flags-dir", "json", "target-org", "title", "work-item-id", "work-item-name"], |
| 68 | + "flags": ["api-version", "flags-dir", "json", "target-org", "work-item-id", "work-item-name"], |
68 | 69 | "plugin": "@salesforce/plugin-devops-center" |
69 | 70 | }, |
70 | 71 | { |
71 | 72 | "alias": [], |
72 | | - "command": "devops:stage:add-branch", |
| 73 | + "command": "devops:stage:branch:add", |
73 | 74 | "flagAliases": [], |
74 | 75 | "flagChars": ["b", "o"], |
75 | 76 | "flags": [ |
|
86 | 87 | }, |
87 | 88 | { |
88 | 89 | "alias": [], |
89 | | - "command": "devops:stage:add-environment", |
| 90 | + "command": "devops:stage:environment:add", |
90 | 91 | "flagAliases": [], |
91 | 92 | "flagChars": ["e", "o"], |
92 | 93 | "flags": [ |
|
120 | 121 | }, |
121 | 122 | { |
122 | 123 | "alias": [], |
123 | | - "command": "devops:work-item:status:update", |
| 124 | + "command": "devops:work-item:update", |
124 | 125 | "flagAliases": [], |
125 | 126 | "flagChars": ["n", "o", "w"], |
126 | | - "flags": ["api-version", "flags-dir", "json", "status", "target-org", "work-item-id", "work-item-name"], |
| 127 | + "flags": [ |
| 128 | + "api-version", |
| 129 | + "description", |
| 130 | + "flags-dir", |
| 131 | + "json", |
| 132 | + "status", |
| 133 | + "subject", |
| 134 | + "target-org", |
| 135 | + "work-item-id", |
| 136 | + "work-item-name" |
| 137 | + ], |
127 | 138 | "plugin": "@salesforce/plugin-devops-center" |
128 | 139 | }, |
129 | 140 | { |
|
0 commit comments