generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommand-snapshot.json
More file actions
36 lines (36 loc) · 1.05 KB
/
command-snapshot.json
File metadata and controls
36 lines (36 loc) · 1.05 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
[
{
"alias": ["force:community:create"],
"command": "community:create",
"flagAliases": ["apiversion", "targetusername", "templatename", "u", "urlpathprefix"],
"flagChars": ["d", "n", "o", "p", "t"],
"flags": [
"api-version",
"description",
"flags-dir",
"json",
"loglevel",
"name",
"target-org",
"template-name",
"url-path-prefix"
],
"plugin": "@salesforce/plugin-community"
},
{
"alias": ["force:community:template:list"],
"command": "community:list:template",
"flagAliases": ["apiversion", "targetusername", "u"],
"flagChars": ["o"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"],
"plugin": "@salesforce/plugin-community"
},
{
"alias": ["force:community:publish"],
"command": "community:publish",
"flagAliases": ["apiversion", "targetusername", "u"],
"flagChars": ["n", "o"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "name", "target-org"],
"plugin": "@salesforce/plugin-community"
}
]