generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
command-snapshot.json
83 lines (83 loc) · 2.82 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
[
{
"alias": [],
"command": "force:user:password:generate",
"flagAliases": ["apiversion", "onbehalfof", "targetusername"],
"flagChars": ["c", "l", "o", "u"],
"flags": ["api-version", "complexity", "flags-dir", "json", "length", "loglevel", "on-behalf-of", "target-org"],
"plugin": "@salesforce/plugin-user"
},
{
"alias": [],
"command": "force:user:permset:assign",
"flagAliases": ["apiversion", "onbehalfof", "permsetname", "targetusername"],
"flagChars": ["n", "o", "u"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "on-behalf-of", "perm-set-name", "target-org"],
"plugin": "@salesforce/plugin-user"
},
{
"alias": [],
"command": "force:user:permsetlicense:assign",
"flagAliases": ["apiversion", "onbehalfof", "perm-set-license", "psl", "targetusername"],
"flagChars": ["b", "n", "u"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "name", "on-behalf-of", "target-org"],
"plugin": "@salesforce/plugin-user"
},
{
"alias": [],
"command": "org:assign:permset",
"flagAliases": ["onbehalfof", "permsetname"],
"flagChars": ["b", "n", "o"],
"flags": ["api-version", "flags-dir", "json", "name", "on-behalf-of", "target-org"],
"plugin": "@salesforce/plugin-user"
},
{
"alias": [],
"command": "org:assign:permsetlicense",
"flagAliases": ["onbehalfof", "perm-set-license", "psl"],
"flagChars": ["b", "n", "o"],
"flags": ["api-version", "flags-dir", "json", "name", "on-behalf-of", "target-org"],
"plugin": "@salesforce/plugin-user"
},
{
"alias": ["force:user:create"],
"command": "org:create:user",
"flagAliases": ["apiversion", "definitionfile", "setalias", "setuniqueusername", "targetusername", "u"],
"flagChars": ["a", "f", "o", "s"],
"flags": [
"api-version",
"definition-file",
"flags-dir",
"json",
"loglevel",
"set-alias",
"set-unique-username",
"target-org"
],
"plugin": "@salesforce/plugin-user"
},
{
"alias": ["force:user:display"],
"command": "org:display:user",
"flagAliases": ["apiversion", "targetusername", "u"],
"flagChars": ["o"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"],
"plugin": "@salesforce/plugin-user"
},
{
"alias": [],
"command": "org:generate:password",
"flagAliases": ["onbehalfof"],
"flagChars": ["b", "c", "l", "o"],
"flags": ["api-version", "complexity", "flags-dir", "json", "length", "on-behalf-of", "target-org"],
"plugin": "@salesforce/plugin-user"
},
{
"alias": ["force:user:list"],
"command": "org:list:users",
"flagAliases": ["apiversion", "targetusername", "u"],
"flagChars": ["o"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"],
"plugin": "@salesforce/plugin-user"
}
]