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
1 parent
fd18a2b
commit 7951125
Showing
3 changed files
with
14 additions
and
8 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 |
---|---|---|
|
@@ -154,7 +154,7 @@ EXAMPLES | |
[email protected] | ||
``` | ||
|
||
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/force/user/password/generate.ts)_ | ||
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/force/user/password/generate.ts)_ | ||
|
||
## `sfdx org:assign:permset` | ||
|
||
|
@@ -197,7 +197,7 @@ EXAMPLES | |
$ sfdx org:assign:permset --name DreamHouse --on-behalf-of [email protected] --on-behalf-of user2 --on-behalf-of user | ||
``` | ||
|
||
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/org/assign/permset.ts)_ | ||
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/assign/permset.ts)_ | ||
|
||
## `sfdx org:assign:permsetlicense` | ||
|
||
|
@@ -241,7 +241,7 @@ EXAMPLES | |
--on-behalf-of user3 | ||
``` | ||
|
||
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/org/assign/permsetlicense.ts)_ | ||
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/assign/permsetlicense.ts)_ | ||
|
||
## `sfdx org:create:user` | ||
|
||
|
@@ -339,7 +339,7 @@ FLAG DESCRIPTIONS | |
might be different than what you specify in the definition file. | ||
``` | ||
|
||
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/org/create/user.ts)_ | ||
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/create/user.ts)_ | ||
|
||
## `sfdx org:display:user` | ||
|
||
|
@@ -376,7 +376,7 @@ EXAMPLES | |
$ sfdx org:display:user --target-org [email protected] --json | ||
``` | ||
|
||
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/org/display/user.ts)_ | ||
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/display/user.ts)_ | ||
|
||
## `sfdx org:generate:password` | ||
|
||
|
@@ -435,7 +435,7 @@ EXAMPLES | |
$ sfdx org:generate:password --on-behalf-of [email protected] --on-behalf-of [email protected] --on-behalf-of [email protected] | ||
``` | ||
|
||
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/org/generate/password.ts)_ | ||
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/generate/password.ts)_ | ||
|
||
## `sfdx org:list:users` | ||
|
||
|
@@ -471,6 +471,6 @@ EXAMPLES | |
$ sfdx org:list:users --target-org [email protected] | ||
``` | ||
|
||
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/org/list/users.ts)_ | ||
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/list/users.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