-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcommand-snapshot.json
110 lines (110 loc) · 4.28 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"alias": ["force:analytics:template:create"],
"command": "analytics:generate:template",
"flagAliases": ["apiversion", "outputdir", "templatename"],
"flagChars": ["d", "n"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "name", "output-dir"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:apex:class:create"],
"command": "apex:generate:class",
"flagAliases": ["apiversion", "classname", "outputdir"],
"flagChars": ["d", "n", "t"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "name", "output-dir", "template"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:apex:trigger:create"],
"command": "apex:generate:trigger",
"flagAliases": ["apiversion", "outputdir", "triggerevents", "triggername"],
"flagChars": ["d", "e", "n", "s", "t"],
"flags": ["api-version", "event", "flags-dir", "json", "loglevel", "name", "output-dir", "sobject", "template"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:lightning:app:create"],
"command": "lightning:generate:app",
"flagAliases": ["apiversion", "appname", "outputdir"],
"flagChars": ["d", "i", "n", "t"],
"flags": ["api-version", "flags-dir", "internal", "json", "loglevel", "name", "output-dir", "template"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:lightning:component:create"],
"command": "lightning:generate:component",
"flagAliases": ["apiversion", "componentname", "outputdir"],
"flagChars": ["d", "i", "n", "t"],
"flags": ["api-version", "flags-dir", "internal", "json", "loglevel", "name", "output-dir", "template", "type"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:lightning:event:create"],
"command": "lightning:generate:event",
"flagAliases": ["apiversion", "eventname", "outputdir"],
"flagChars": ["d", "i", "n", "t"],
"flags": ["api-version", "flags-dir", "internal", "json", "loglevel", "name", "output-dir", "template"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:lightning:interface:create"],
"command": "lightning:generate:interface",
"flagAliases": ["apiversion", "interfacename", "outputdir"],
"flagChars": ["d", "i", "n", "t"],
"flags": ["api-version", "flags-dir", "internal", "json", "loglevel", "name", "output-dir", "template"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:lightning:test:create"],
"command": "lightning:generate:test",
"flagAliases": ["apiversion", "outputdir", "testname"],
"flagChars": ["d", "i", "n", "t"],
"flags": ["api-version", "flags-dir", "internal", "json", "loglevel", "name", "output-dir", "template"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:project:create"],
"command": "project:generate",
"flagAliases": ["defaultpackagedir", "loginurl", "outputdir", "projectname"],
"flagChars": ["d", "l", "n", "p", "s", "t", "x"],
"flags": [
"api-version",
"default-package-dir",
"flags-dir",
"json",
"login-url",
"loglevel",
"manifest",
"name",
"namespace",
"output-dir",
"template"
],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:staticresource:create"],
"command": "static-resource:generate",
"flagAliases": ["apiversion", "contenttype", "outputdir", "resourcename"],
"flagChars": ["d", "n"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "name", "output-dir", "type"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:visualforce:component:create"],
"command": "visualforce:generate:component",
"flagAliases": ["apiversion", "componentname", "outputdir"],
"flagChars": ["d", "l", "n", "t"],
"flags": ["api-version", "flags-dir", "json", "label", "loglevel", "name", "output-dir", "template"],
"plugin": "@salesforce/plugin-templates"
},
{
"alias": ["force:visualforce:page:create"],
"command": "visualforce:generate:page",
"flagAliases": ["apiversion", "outputdir", "pagename"],
"flagChars": ["d", "l", "n", "t"],
"flags": ["api-version", "flags-dir", "json", "label", "loglevel", "name", "output-dir", "template"],
"plugin": "@salesforce/plugin-templates"
}
]