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
Jun 22, 2022
1 parent
bd91897
commit 8b223db
Showing
3 changed files
with
13 additions
and
7 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 |
---|---|---|
|
@@ -138,7 +138,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/v2.0.1/src/commands/force/user/create.ts)_ | ||
_See code: [src/commands/force/user/create.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.2/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]` | ||
|
||
|
@@ -171,7 +171,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/v2.0.1/src/commands/force/user/display.ts)_ | ||
_See code: [src/commands/force/user/display.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.2/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]` | ||
|
||
|
@@ -206,7 +206,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/v2.0.1/src/commands/force/user/list.ts)_ | ||
_See code: [src/commands/force/user/list.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.2/src/commands/force/user/list.ts)_ | ||
|
||
## `sfdx force:user:password:generate [-o <array>] [-l <integer>] [-c <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` | ||
|
||
|
@@ -274,7 +274,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/v2.0.1/src/commands/force/user/password/generate.ts)_ | ||
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.2/src/commands/force/user/password/generate.ts)_ | ||
|
||
## `sfdx force:user:permset:assign -n <array> [-o <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` | ||
|
||
|
@@ -313,7 +313,7 @@ EXAMPLES | |
$ 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/v2.0.1/src/commands/force/user/permset/assign.ts)_ | ||
_See code: [src/commands/force/user/permset/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.2/src/commands/force/user/permset/assign.ts)_ | ||
|
||
## `sfdx force:user:permsetlicense:assign -n <string> [-o <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` | ||
|
||
|
@@ -349,6 +349,6 @@ EXAMPLES | |
$ sfdx force:user:permsetlicense:assign -n DreamHouse -o "[email protected],user2,user3" | ||
``` | ||
|
||
_See code: [src/commands/force/user/permsetlicense/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.1/src/commands/force/user/permsetlicense/assign.ts)_ | ||
_See code: [src/commands/force/user/permsetlicense/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.2/src/commands/force/user/permsetlicense/assign.ts)_ | ||
|
||
<!-- commandsstop --> |
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