|
64 | 64 | "definitionfile", |
65 | 65 | "installationkey", |
66 | 66 | "installationkeybypass", |
| 67 | + "patchversion", |
67 | 68 | "target-hub-org", |
68 | | - "targetdevhubusername", |
69 | | - "patchversion" |
| 69 | + "targetdevhubusername" |
70 | 70 | ], |
71 | | - "flagChars": ["f", "k", "m", "p", "s", "v", "w", "x", "a"], |
| 71 | + "flagChars": ["a", "f", "k", "m", "p", "s", "v", "w", "x"], |
72 | 72 | "flags": [ |
73 | 73 | "api-version", |
74 | 74 | "build-instance", |
|
79 | 79 | "json", |
80 | 80 | "loglevel", |
81 | 81 | "package", |
| 82 | + "patch-version", |
82 | 83 | "seed-metadata", |
83 | 84 | "target-dev-hub", |
84 | 85 | "verbose", |
85 | | - "wait", |
86 | | - "patch-version" |
| 86 | + "wait" |
87 | 87 | ], |
88 | 88 | "plugin": "@salesforce/plugin-packaging" |
89 | 89 | }, |
|
183 | 183 | }, |
184 | 184 | { |
185 | 185 | "alias": [], |
186 | | - "command": "package:pushupgrade:abort", |
| 186 | + "command": "package:push-upgrade:abort", |
187 | 187 | "flagAliases": [], |
188 | 188 | "flagChars": ["i", "v"], |
189 | 189 | "flags": ["api-version", "flags-dir", "json", "push-request-id", "target-dev-hub"], |
190 | 190 | "plugin": "@salesforce/plugin-packaging" |
191 | 191 | }, |
192 | 192 | { |
193 | | - "alias": ["force:package:pushupgrade:list"], |
194 | | - "command": "package:pushupgrade:list", |
| 193 | + "alias": ["force:package:push-upgrade:list"], |
| 194 | + "command": "package:push-upgrade:list", |
195 | 195 | "flagAliases": ["apiversion", "scheduledlastdays", "target-hub-org", "targetdevhubusername"], |
196 | 196 | "flagChars": ["l", "p", "s", "v"], |
197 | 197 | "flags": ["api-version", "flags-dir", "json", "package", "scheduled-last-days", "status", "target-dev-hub"], |
198 | 198 | "plugin": "@salesforce/plugin-packaging" |
199 | 199 | }, |
200 | 200 | { |
201 | | - "alias": ["force:package:pushupgrade:report"], |
202 | | - "command": "package:pushupgrade:report", |
| 201 | + "alias": ["force:package:push-upgrade:report"], |
| 202 | + "command": "package:push-upgrade:report", |
203 | 203 | "flagAliases": ["apiversion", "pushrequestid", "target-hub-org", "targetdevhubusername"], |
204 | 204 | "flagChars": ["i", "v"], |
205 | 205 | "flags": ["api-version", "flags-dir", "json", "loglevel", "push-request-id", "target-dev-hub"], |
206 | 206 | "plugin": "@salesforce/plugin-packaging" |
207 | 207 | }, |
208 | 208 | { |
209 | 209 | "alias": [], |
210 | | - "command": "package:pushupgrade:schedule", |
211 | | - "flagAliases": [], |
| 210 | + "command": "package:push-upgrade:schedule", |
| 211 | + "flagAliases": ["apiversion"], |
212 | 212 | "flagChars": ["f", "l", "p", "t", "v"], |
213 | 213 | "flags": ["api-version", "flags-dir", "json", "org-file", "org-list", "package", "start-time", "target-dev-hub"], |
214 | 214 | "plugin": "@salesforce/plugin-packaging" |
|
0 commit comments