generated from salesforcecli/plugin-template-sf
-
Notifications
You must be signed in to change notification settings - Fork 3
/
command-snapshot.json
74 lines (74 loc) · 1.96 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
[
{
"alias": [],
"command": "dev:audit:messages",
"flagAliases": ["messagesdir", "projectdir", "sourcedir"],
"flagChars": ["m", "p", "s"],
"flags": ["flags-dir", "json", "messages-dir", "project-dir", "source-dir"],
"plugin": "@salesforce/plugin-dev"
},
{
"alias": [],
"command": "dev:configure:repo",
"flagAliases": ["dryrun"],
"flagChars": ["b", "d", "r"],
"flags": ["bot", "dry-run", "flags-dir", "json", "repository"],
"plugin": "@salesforce/plugin-dev"
},
{
"alias": [],
"command": "dev:configure:secrets",
"flagAliases": ["dryrun"],
"flagChars": ["d", "r"],
"flags": ["dry-run", "flags-dir", "json", "repository"],
"plugin": "@salesforce/plugin-dev"
},
{
"alias": [],
"command": "dev:convert:messages",
"flagAliases": ["filename", "projectdir"],
"flagChars": ["f", "p"],
"flags": ["file-name", "flags-dir", "json", "project-dir"],
"plugin": "@salesforce/plugin-dev"
},
{
"alias": [],
"command": "dev:convert:script",
"flagAliases": [],
"flagChars": ["s"],
"flags": ["flags-dir", "json", "no-prompt", "script"],
"plugin": "@salesforce/plugin-dev"
},
{
"alias": [],
"command": "dev:generate:command",
"flagAliases": [],
"flagChars": ["n"],
"flags": ["dry-run", "flags-dir", "force", "name", "nuts", "unit"],
"plugin": "@salesforce/plugin-dev"
},
{
"alias": [],
"command": "dev:generate:flag",
"flagAliases": ["dryrun"],
"flagChars": ["d"],
"flags": ["dry-run", "flags-dir"],
"plugin": "@salesforce/plugin-dev"
},
{
"alias": [],
"command": "dev:generate:library",
"flagAliases": [],
"flagChars": [],
"flags": ["dry-run", "flags-dir"],
"plugin": "@salesforce/plugin-dev"
},
{
"alias": ["plugins:generate"],
"command": "dev:generate:plugin",
"flagAliases": [],
"flagChars": [],
"flags": ["dry-run", "flags-dir"],
"plugin": "@salesforce/plugin-dev"
}
]