Skip to content

Commit 7c9dace

Browse files
committed
fix: update snapshot
1 parent 65b060a commit 7c9dace

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

command-snapshot.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,57 @@
181181
"flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"],
182182
"plugin": "@salesforce/plugin-packaging"
183183
},
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+
},
184235
{
185236
"alias": ["force:package:uninstall"],
186237
"command": "package:uninstall",

0 commit comments

Comments
 (0)