Skip to content

Commit 03ffed2

Browse files
committed
chore: update snapshot
1 parent 603ec0c commit 03ffed2

File tree

1 file changed

+50
-21
lines changed

1 file changed

+50
-21
lines changed

command-snapshot.json

Lines changed: 50 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,70 @@
1818
"targetusername",
1919
"type",
2020
"wait"
21-
]
21+
],
22+
"alias": ["force:org:beta:create"]
23+
},
24+
{
25+
"command": "force:org:clone",
26+
"plugin": "@salesforce/plugin-org",
27+
"flags": [
28+
"apiversion",
29+
"definitionfile",
30+
"json",
31+
"loglevel",
32+
"setalias",
33+
"setdefaultusername",
34+
"targetusername",
35+
"type",
36+
"wait"
37+
],
38+
"alias": []
39+
},
40+
{
41+
"command": "force:org:create",
42+
"plugin": "@salesforce/plugin-org",
43+
"flags": [
44+
"apiversion",
45+
"clientid",
46+
"definitionfile",
47+
"durationdays",
48+
"json",
49+
"loglevel",
50+
"noancestors",
51+
"nonamespace",
52+
"retry",
53+
"setalias",
54+
"setdefaultusername",
55+
"targetdevhubusername",
56+
"targetusername",
57+
"type",
58+
"wait"
59+
],
60+
"alias": ["force:org:beta:create"]
2261
},
2362
{
2463
"command": "force:org:delete",
2564
"plugin": "@salesforce/plugin-org",
26-
"flags": ["apiversion", "json", "loglevel", "noprompt", "targetdevhubusername", "targetusername"]
65+
"flags": ["apiversion", "json", "loglevel", "noprompt", "targetdevhubusername", "targetusername"],
66+
"alias": []
2767
},
2868
{
2969
"command": "force:org:display",
3070
"plugin": "@salesforce/plugin-org",
31-
"flags": ["apiversion", "json", "loglevel", "targetusername", "verbose"]
71+
"flags": ["apiversion", "json", "loglevel", "targetusername", "verbose"],
72+
"alias": []
3273
},
3374
{
3475
"command": "force:org:list",
3576
"plugin": "@salesforce/plugin-org",
36-
"flags": ["all", "clean", "json", "loglevel", "noprompt", "skipconnectionstatus", "verbose"]
77+
"flags": ["all", "clean", "json", "loglevel", "noprompt", "skipconnectionstatus", "verbose"],
78+
"alias": []
3779
},
3880
{
3981
"command": "force:org:open",
4082
"plugin": "@salesforce/plugin-org",
41-
"flags": ["apiversion", "browser", "json", "loglevel", "path", "targetusername", "urlonly"]
83+
"flags": ["apiversion", "browser", "json", "loglevel", "path", "targetusername", "urlonly"],
84+
"alias": []
4285
},
4386
{
4487
"command": "force:org:status",
@@ -52,21 +95,7 @@
5295
"setdefaultusername",
5396
"targetusername",
5497
"wait"
55-
]
56-
},
57-
{
58-
"command": "force:org:clone",
59-
"plugin": "@salesforce/plugin-org",
60-
"flags": [
61-
"apiversion",
62-
"json",
63-
"loglevel",
64-
"type",
65-
"definitionfile",
66-
"setalias",
67-
"setdefaultusername",
68-
"targetusername",
69-
"wait"
70-
]
98+
],
99+
"alias": []
71100
}
72101
]

0 commit comments

Comments
 (0)