forked from salesforcecli/plugin-user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
command-snapshot.json
74 lines (74 loc) · 2.65 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": "force:user:password:generate",
"flagAliases": ["apiversion", "onbehalfof", "targetusername"],
"flagChars": ["c", "l", "o", "u"],
"flags": ["api-version", "complexity", "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", "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", "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", "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", "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", "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", "json", "loglevel", "target-org"],
"plugin": "@salesforce/plugin-user"
},
{
"alias": [],
"command": "org:generate:password",
"flagAliases": ["onbehalfof"],
"flagChars": ["b", "c", "l", "o"],
"flags": ["api-version", "complexity", "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", "json", "loglevel", "target-org"],
"plugin": "@salesforce/plugin-user"
}
]