forked from salesforcecli/plugin-signups
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommand-snapshot.json
More file actions
58 lines (58 loc) · 1.99 KB
/
command-snapshot.json
File metadata and controls
58 lines (58 loc) · 1.99 KB
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
[
{
"command": "org:create:shape",
"plugin": "@salesforce/plugin-signups",
"flags": ["api-version", "json", "loglevel", "target-org"],
"alias": ["force:org:shape:create"],
"flagChars": ["o"],
"flagAliases": ["apiversion", "targetusername", "u"]
},
{
"command": "org:create:snapshot",
"plugin": "@salesforce/plugin-signups",
"flags": ["api-version", "description", "json", "loglevel", "name", "source-org", "target-dev-hub"],
"alias": ["force:org:snapshot:create"],
"flagChars": ["d", "n", "o", "v"],
"flagAliases": ["apiversion", "snapshotname", "sourceorg", "targetdevhubusername"]
},
{
"command": "org:delete:shape",
"plugin": "@salesforce/plugin-signups",
"flags": ["api-version", "json", "loglevel", "no-prompt", "target-org"],
"alias": ["force:org:shape:delete"],
"flagChars": ["o", "p"],
"flagAliases": ["apiversion", "noprompt", "targetusername", "u"]
},
{
"command": "org:delete:snapshot",
"plugin": "@salesforce/plugin-signups",
"flags": ["api-version", "json", "loglevel", "snapshot", "target-dev-hub"],
"alias": ["force:org:snapshot:delete"],
"flagChars": ["s", "v"],
"flagAliases": ["apiversion", "targetdevhubusername"]
},
{
"command": "org:get:snapshot",
"plugin": "@salesforce/plugin-signups",
"flags": ["api-version", "json", "loglevel", "snapshot", "target-dev-hub"],
"alias": ["force:org:snapshot:get"],
"flagChars": ["s", "v"],
"flagAliases": ["apiversion", "targetdevhubusername"]
},
{
"command": "org:list:shape",
"plugin": "@salesforce/plugin-signups",
"flags": ["json", "loglevel", "verbose"],
"alias": ["force:org:shape:list"],
"flagChars": [],
"flagAliases": []
},
{
"command": "org:list:snapshot",
"plugin": "@salesforce/plugin-signups",
"flags": ["api-version", "json", "loglevel", "target-dev-hub"],
"alias": ["force:org:snapshot:list"],
"flagChars": ["v"],
"flagAliases": ["apiversion", "targetdevhubusername"]
}
]