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
d1c92ff
commit 2db7924
Showing
3 changed files
with
16 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 |
---|---|---|
|
@@ -136,7 +136,7 @@ EXAMPLES | |
$ sf 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/3.2.13/src/commands/org/assign/permset.ts)_ | ||
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/assign/permset.ts)_ | ||
|
||
## `sf org assign permsetlicense` | ||
|
||
|
@@ -148,7 +148,7 @@ USAGE | |
FLAGS | ||
-b, --on-behalf-of=<value>... Usernames or alias to assign the permission set license to. | ||
-n, --name=<value> (required) Name of the permission set license to assign. | ||
-n, --name=<value>... (required) Name of the permission set license to assign. | ||
-o, --target-org=<value> (required) Scratch org alias or login user. | ||
--api-version=<value> Override the api version used for api requests made by this command | ||
|
@@ -180,7 +180,7 @@ EXAMPLES | |
user3 | ||
``` | ||
|
||
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/assign/permsetlicense.ts)_ | ||
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/assign/permsetlicense.ts)_ | ||
|
||
## `sf org create user` | ||
|
||
|
@@ -286,7 +286,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/3.2.13/src/commands/org/create/user.ts)_ | ||
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/create/user.ts)_ | ||
|
||
## `sf org display user` | ||
|
||
|
@@ -324,7 +324,7 @@ EXAMPLES | |
$ sf org display user --target-org [email protected] --json | ||
``` | ||
|
||
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/display/user.ts)_ | ||
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/display/user.ts)_ | ||
|
||
## `sf org generate password` | ||
|
||
|
@@ -389,7 +389,7 @@ EXAMPLES | |
$ sf 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/3.2.13/src/commands/org/generate/password.ts)_ | ||
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/generate/password.ts)_ | ||
|
||
## `sf org list users` | ||
|
||
|
@@ -426,6 +426,6 @@ EXAMPLES | |
$ sf org list users --target-org [email protected] | ||
``` | ||
|
||
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/list/users.ts)_ | ||
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/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