-
Notifications
You must be signed in to change notification settings - Fork 0
/
command-snapshot.json
34 lines (34 loc) · 1021 Bytes
/
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
[
{
"alias": [],
"command": "data-seeding:generate",
"flagAliases": [],
"flagChars": ["f", "o", "s", "w"],
"flags": ["async", "config-file", "flags-dir", "json", "source-org", "target-org", "wait"],
"plugin": "@salesforce/plugin-data-seeding"
},
{
"alias": [],
"command": "data-seeding:generate:report",
"flagAliases": [],
"flagChars": ["i", "r"],
"flags": ["flags-dir", "job-id", "json", "use-most-recent"],
"plugin": "@salesforce/plugin-data-seeding"
},
{
"alias": [],
"command": "data-seeding:migrate",
"flagAliases": [],
"flagChars": ["f", "o", "s", "w"],
"flags": ["async", "config-file", "flags-dir", "json", "source-org", "target-org", "wait"],
"plugin": "@salesforce/plugin-data-seeding"
},
{
"alias": [],
"command": "data-seeding:migrate:report",
"flagAliases": [],
"flagChars": ["i", "r"],
"flags": ["flags-dir", "job-id", "json", "use-most-recent"],
"plugin": "@salesforce/plugin-data-seeding"
}
]