-
Notifications
You must be signed in to change notification settings - Fork 0
/
command-snapshot.json
50 lines (50 loc) · 1.22 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
[
{
"alias": [],
"command": "jayree:manifest:cleanup",
"flagAliases": [],
"flagChars": ["f", "x"],
"flags": ["file", "flags-dir", "json", "manifest"],
"plugin": "@jayree/sfdx-plugin-manifest"
},
{
"alias": [],
"command": "jayree:manifest:generate",
"flagAliases": [
"a",
"apiversion",
"excludeall",
"excludemanaged",
"includeflowversions",
"matchcase",
"matchwholeword",
"quickfilter",
"targetusername",
"u",
"x"
],
"flagChars": ["c", "f", "o", "q", "w"],
"flags": [
"api-version",
"exclude-all",
"exclude-managed",
"file",
"flags-dir",
"include-flow-versions",
"json",
"match-case",
"match-whole-word",
"quick-filter",
"target-org"
],
"plugin": "@jayree/sfdx-plugin-manifest"
},
{
"alias": ["jayree:manifest:beta:git:diff"],
"command": "jayree:manifest:git:diff",
"flagAliases": ["apiversion", "destructivechangesonly", "o", "outputdir", "p", "sourcepath"],
"flagChars": ["d"],
"flags": ["api-version", "destructive-changes-only", "flags-dir", "json", "output-dir", "source-dir"],
"plugin": "@jayree/sfdx-plugin-manifest"
}
]