generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcommand-snapshot.json
58 lines (58 loc) · 2.1 KB
/
command-snapshot.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"alias": ["force:org:shape:create"],
"command": "org:create:shape",
"flagAliases": ["apiversion", "targetusername", "u"],
"flagChars": ["o"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"],
"plugin": "@salesforce/plugin-signups"
},
{
"alias": ["force:org:snapshot:create"],
"command": "org:create:snapshot",
"flagAliases": ["apiversion", "snapshotname", "sourceorg", "targetdevhubusername"],
"flagChars": ["d", "n", "o", "v"],
"flags": ["api-version", "description", "flags-dir", "json", "loglevel", "name", "source-org", "target-dev-hub"],
"plugin": "@salesforce/plugin-signups"
},
{
"alias": ["force:org:shape:delete"],
"command": "org:delete:shape",
"flagAliases": ["apiversion", "noprompt", "targetusername", "u"],
"flagChars": ["o", "p"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "no-prompt", "target-org"],
"plugin": "@salesforce/plugin-signups"
},
{
"alias": ["force:org:snapshot:delete"],
"command": "org:delete:snapshot",
"flagAliases": ["apiversion", "targetdevhubusername"],
"flagChars": ["p", "s", "v"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "no-prompt", "snapshot", "target-dev-hub"],
"plugin": "@salesforce/plugin-signups"
},
{
"alias": ["force:org:snapshot:get"],
"command": "org:get:snapshot",
"flagAliases": ["apiversion", "targetdevhubusername"],
"flagChars": ["s", "v"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "snapshot", "target-dev-hub"],
"plugin": "@salesforce/plugin-signups"
},
{
"alias": ["force:org:shape:list"],
"command": "org:list:shape",
"flagAliases": [],
"flagChars": [],
"flags": ["flags-dir", "json", "loglevel", "verbose"],
"plugin": "@salesforce/plugin-signups"
},
{
"alias": ["force:org:snapshot:list"],
"command": "org:list:snapshot",
"flagAliases": ["apiversion", "targetdevhubusername"],
"flagChars": ["v"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub"],
"plugin": "@salesforce/plugin-signups"
}
]