generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SF-CLI-BOT
committed
May 4, 2021
1 parent
2609ae1
commit 76753b5
Showing
2 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ EXAMPLES | |
sfdx force:user:create -f config/project-user-def.json [email protected] generatepassword=true | ||
``` | ||
|
||
_See code: [src/commands/force/user/create.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.8/src/commands/force/user/create.ts)_ | ||
_See code: [src/commands/force/user/create.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.10/src/commands/force/user/create.ts)_ | ||
|
||
## `sfdx force:user:display [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` | ||
|
||
|
@@ -154,7 +154,7 @@ EXAMPLES | |
sfdx force:user:display -u [email protected] --json | ||
``` | ||
|
||
_See code: [src/commands/force/user/display.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.8/src/commands/force/user/display.ts)_ | ||
_See code: [src/commands/force/user/display.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.10/src/commands/force/user/display.ts)_ | ||
|
||
## `sfdx force:user:list [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` | ||
|
||
|
@@ -189,7 +189,7 @@ EXAMPLES | |
sfdx force:user:list --json > tmp/MyUserList.json | ||
``` | ||
|
||
_See code: [src/commands/force/user/list.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.8/src/commands/force/user/list.ts)_ | ||
_See code: [src/commands/force/user/list.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.10/src/commands/force/user/list.ts)_ | ||
|
||
## `sfdx force:user:password:generate [-o <array>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` | ||
|
||
|
@@ -233,7 +233,7 @@ EXAMPLES | |
sfdx force:user:password:generate -o "[email protected],[email protected],[email protected]" | ||
``` | ||
|
||
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.8/src/commands/force/user/password/generate.ts)_ | ||
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.10/src/commands/force/user/password/generate.ts)_ | ||
|
||
## `sfdx force:user:permset:assign -n <string> [-o <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` | ||
|
||
|
@@ -263,11 +263,15 @@ OPTIONS | |
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for | ||
this command invocation | ||
DESCRIPTION | ||
To specify an alias for the -u or -o parameter, use the username alias you set with the "alias:set" CLI command, not | ||
the User.Alias value of the org user. | ||
EXAMPLES | ||
sfdx force:user:permset:assign -n DreamHouse | ||
sfdx force:user:permset:assign -n DreamHouse -u [email protected] | ||
sfdx force:user:permset:assign -n DreamHouse -o "[email protected],user2,user3" | ||
``` | ||
|
||
_See code: [src/commands/force/user/permset/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.8/src/commands/force/user/permset/assign.ts)_ | ||
_See code: [src/commands/force/user/permset/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.10/src/commands/force/user/permset/assign.ts)_ | ||
<!-- commandsstop --> |