|
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 | }, |
|
181 | 181 | "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
182 | 182 | "plugin": "@salesforce/plugin-packaging" |
183 | 183 | }, |
| 184 | + { |
| 185 | + "alias": [], |
| 186 | + "command": "package:push-upgrade:abort", |
| 187 | + "flagAliases": [], |
| 188 | + "flagChars": ["i", "v"], |
| 189 | + "flags": ["api-version", "flags-dir", "json", "push-request-id", "target-dev-hub"], |
| 190 | + "plugin": "@salesforce/plugin-packaging" |
| 191 | + }, |
| 192 | + { |
| 193 | + "alias": ["force:package:push-upgrade:list"], |
| 194 | + "command": "package:push-upgrade:list", |
| 195 | + "flagAliases": ["apiversion", "scheduledlastdays", "target-hub-org", "targetdevhubusername"], |
| 196 | + "flagChars": ["l", "p", "s", "v"], |
| 197 | + "flags": [ |
| 198 | + "api-version", |
| 199 | + "flags-dir", |
| 200 | + "json", |
| 201 | + "package", |
| 202 | + "scheduled-last-days", |
| 203 | + "show-push-migrations-only", |
| 204 | + "status", |
| 205 | + "target-dev-hub" |
| 206 | + ], |
| 207 | + "plugin": "@salesforce/plugin-packaging" |
| 208 | + }, |
| 209 | + { |
| 210 | + "alias": ["force:package:push-upgrade:report"], |
| 211 | + "command": "package:push-upgrade:report", |
| 212 | + "flagAliases": ["apiversion", "pushrequestid", "target-hub-org", "targetdevhubusername"], |
| 213 | + "flagChars": ["i", "v"], |
| 214 | + "flags": ["api-version", "flags-dir", "json", "loglevel", "push-request-id", "target-dev-hub"], |
| 215 | + "plugin": "@salesforce/plugin-packaging" |
| 216 | + }, |
| 217 | + { |
| 218 | + "alias": [], |
| 219 | + "command": "package:push-upgrade:schedule", |
| 220 | + "flagAliases": ["apiversion"], |
| 221 | + "flagChars": ["f", "l", "p", "t", "v"], |
| 222 | + "flags": [ |
| 223 | + "api-version", |
| 224 | + "flags-dir", |
| 225 | + "json", |
| 226 | + "migrate-to-2gp", |
| 227 | + "org-file", |
| 228 | + "org-list", |
| 229 | + "package", |
| 230 | + "start-time", |
| 231 | + "target-dev-hub" |
| 232 | + ], |
| 233 | + "plugin": "@salesforce/plugin-packaging" |
| 234 | + }, |
184 | 235 | { |
185 | 236 | "alias": ["force:package:uninstall"], |
186 | 237 | "command": "package:uninstall", |
|
231 | 282 | "releasenotesurl", |
232 | 283 | "skipancestorcheck", |
233 | 284 | "skipvalidation", |
234 | | - "asyncvalidation", |
235 | 285 | "target-hub-org", |
236 | 286 | "targetdevhubusername", |
237 | 287 | "uninstallscript", |
|
243 | 293 | "flagChars": ["a", "b", "c", "d", "e", "f", "j", "k", "n", "p", "r", "s", "t", "v", "w", "x"], |
244 | 294 | "flags": [ |
245 | 295 | "api-version", |
| 296 | + "async-validation", |
246 | 297 | "branch", |
247 | 298 | "build-instance", |
248 | 299 | "code-coverage", |
|
261 | 312 | "releasenotes-url", |
262 | 313 | "skip-ancestor-check", |
263 | 314 | "skip-validation", |
264 | | - "async-validation", |
265 | 315 | "tag", |
266 | 316 | "target-dev-hub", |
267 | 317 | "uninstall-script", |
|
0 commit comments