Skip to content

Commit b85e45f

Browse files
committed
fix: update command snapshot
1 parent bd19e59 commit b85e45f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

command-snapshot.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"definitionfile",
6565
"installationkey",
6666
"installationkeybypass",
67+
"patchversion",
6768
"target-hub-org",
68-
"targetdevhubusername",
69-
"patchversion"
69+
"targetdevhubusername"
7070
],
71-
"flagChars": ["f", "k", "m", "p", "s", "v", "w", "x", "a"],
71+
"flagChars": ["a", "f", "k", "m", "p", "s", "v", "w", "x"],
7272
"flags": [
7373
"api-version",
7474
"build-instance",
@@ -79,11 +79,11 @@
7979
"json",
8080
"loglevel",
8181
"package",
82+
"patch-version",
8283
"seed-metadata",
8384
"target-dev-hub",
8485
"verbose",
85-
"wait",
86-
"patch-version"
86+
"wait"
8787
],
8888
"plugin": "@salesforce/plugin-packaging"
8989
},
@@ -183,32 +183,32 @@
183183
},
184184
{
185185
"alias": [],
186-
"command": "package:pushupgrade:abort",
186+
"command": "package:push-upgrade:abort",
187187
"flagAliases": [],
188188
"flagChars": ["i", "v"],
189189
"flags": ["api-version", "flags-dir", "json", "push-request-id", "target-dev-hub"],
190190
"plugin": "@salesforce/plugin-packaging"
191191
},
192192
{
193-
"alias": ["force:package:pushupgrade:list"],
194-
"command": "package:pushupgrade:list",
193+
"alias": ["force:package:push-upgrade:list"],
194+
"command": "package:push-upgrade:list",
195195
"flagAliases": ["apiversion", "scheduledlastdays", "target-hub-org", "targetdevhubusername"],
196196
"flagChars": ["l", "p", "s", "v"],
197197
"flags": ["api-version", "flags-dir", "json", "package", "scheduled-last-days", "status", "target-dev-hub"],
198198
"plugin": "@salesforce/plugin-packaging"
199199
},
200200
{
201-
"alias": ["force:package:pushupgrade:report"],
202-
"command": "package:pushupgrade:report",
201+
"alias": ["force:package:push-upgrade:report"],
202+
"command": "package:push-upgrade:report",
203203
"flagAliases": ["apiversion", "pushrequestid", "target-hub-org", "targetdevhubusername"],
204204
"flagChars": ["i", "v"],
205205
"flags": ["api-version", "flags-dir", "json", "loglevel", "push-request-id", "target-dev-hub"],
206206
"plugin": "@salesforce/plugin-packaging"
207207
},
208208
{
209209
"alias": [],
210-
"command": "package:pushupgrade:schedule",
211-
"flagAliases": [],
210+
"command": "package:push-upgrade:schedule",
211+
"flagAliases": ["apiversion"],
212212
"flagChars": ["f", "l", "p", "t", "v"],
213213
"flags": ["api-version", "flags-dir", "json", "org-file", "org-list", "package", "start-time", "target-dev-hub"],
214214
"plugin": "@salesforce/plugin-packaging"

0 commit comments

Comments
 (0)