@@ -112,7 +112,7 @@ FLAGS
112
112
-o, --on-behalf-of=<value>... Comma-separated list of usernames or aliases to assign the password to; must have been
113
113
created locally with the "org create user" command.
114
114
-u, --target-org=<value> (required) Scratch org alias or login user.
115
- --api-version=<value> Override the api version used for api requests made by this command
115
+ --api-version=<value> Override the api version used for api requests made by this command
116
116
117
117
GLOBAL FLAGS
118
118
--json Format output as json.
@@ -159,7 +159,7 @@ EXAMPLES
159
159
user3@my.org
160
160
```
161
161
162
- _ See code: [ src/commands/force/user/password/generate.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.3 /src/commands/force/user/password/generate.ts ) _
162
+ _ See code: [ src/commands/force/user/password/generate.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.4 /src/commands/force/user/password/generate.ts ) _
163
163
164
164
## ` sf org assign permset `
165
165
@@ -173,7 +173,7 @@ FLAGS
173
173
-b, --on-behalf-of=<value>... Username or alias to assign the permission set to.
174
174
-n, --name=<value>... (required) Permission set to assign.
175
175
-o, --target-org=<value> (required) Scratch org alias or login user.
176
- --api-version=<value> Override the api version used for api requests made by this command
176
+ --api-version=<value> Override the api version used for api requests made by this command
177
177
178
178
GLOBAL FLAGS
179
179
--json Format output as json.
@@ -202,7 +202,7 @@ EXAMPLES
202
202
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
203
203
```
204
204
205
- _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.3 /src/commands/org/assign/permset.ts ) _
205
+ _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.4 /src/commands/org/assign/permset.ts ) _
206
206
207
207
## ` sf org assign permsetlicense `
208
208
@@ -216,7 +216,7 @@ FLAGS
216
216
-b, --on-behalf-of=<value>... Usernames or alias to assign the permission set license to.
217
217
-n, --name=<value> (required) Name of the permission set license to assign.
218
218
-o, --target-org=<value> (required) Scratch org alias or login user.
219
- --api-version=<value> Override the api version used for api requests made by this command
219
+ --api-version=<value> Override the api version used for api requests made by this command
220
220
221
221
GLOBAL FLAGS
222
222
--json Format output as json.
@@ -246,7 +246,7 @@ EXAMPLES
246
246
user3
247
247
```
248
248
249
- _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.3 /src/commands/org/assign/permsetlicense.ts ) _
249
+ _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.4 /src/commands/org/assign/permsetlicense.ts ) _
250
250
251
251
## ` sf org create user `
252
252
@@ -262,7 +262,7 @@ FLAGS
262
262
-o, --target-org=<value> (required) Username or alias of the target org.
263
263
-s, --set-unique-username Force the username, if specified in the definition file or at the command line, to be
264
264
unique by appending the org ID.
265
- --api-version=<value> Override the api version used for api requests made by this command
265
+ --api-version=<value> Override the api version used for api requests made by this command
266
266
267
267
GLOBAL FLAGS
268
268
--json Format output as json.
@@ -344,7 +344,7 @@ FLAG DESCRIPTIONS
344
344
might be different than what you specify in the definition file.
345
345
```
346
346
347
- _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.3 /src/commands/org/create/user.ts ) _
347
+ _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.4 /src/commands/org/create/user.ts ) _
348
348
349
349
## ` sf org display user `
350
350
@@ -355,8 +355,8 @@ USAGE
355
355
$ sf org display user -o <value> [--json] [--api-version <value>]
356
356
357
357
FLAGS
358
- -o, --target-org=<value> (required) Username or alias of the target org.
359
- --api-version=<value> Override the api version used for api requests made by this command
358
+ -o, --target-org=<value> (required) Username or alias of the target org.
359
+ --api-version=<value> Override the api version used for api requests made by this command
360
360
361
361
GLOBAL FLAGS
362
362
--json Format output as json.
@@ -381,7 +381,7 @@ EXAMPLES
381
381
$ sf org display user --target-org me@my.org --json
382
382
```
383
383
384
- _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.3 /src/commands/org/display/user.ts ) _
384
+ _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.4 /src/commands/org/display/user.ts ) _
385
385
386
386
## ` sf org generate password `
387
387
@@ -399,7 +399,7 @@ FLAGS
399
399
-l, --length=<value> [default: 13] Number of characters in the generated password; valid values are between
400
400
8 and 100.
401
401
-o, --target-org=<value> (required) Username or alias of the target org.
402
- --api-version=<value> Override the api version used for api requests made by this command
402
+ --api-version=<value> Override the api version used for api requests made by this command
403
403
404
404
GLOBAL FLAGS
405
405
--json Format output as json.
@@ -445,7 +445,7 @@ EXAMPLES
445
445
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
446
446
```
447
447
448
- _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.3 /src/commands/org/generate/password.ts ) _
448
+ _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.4 /src/commands/org/generate/password.ts ) _
449
449
450
450
## ` sf org list users `
451
451
@@ -456,8 +456,8 @@ USAGE
456
456
$ sf org list users -o <value> [--json] [--api-version <value>]
457
457
458
458
FLAGS
459
- -o, --target-org=<value> (required) Username or alias of the target org.
460
- --api-version=<value> Override the api version used for api requests made by this command
459
+ -o, --target-org=<value> (required) Username or alias of the target org.
460
+ --api-version=<value> Override the api version used for api requests made by this command
461
461
462
462
GLOBAL FLAGS
463
463
--json Format output as json.
@@ -481,6 +481,6 @@ EXAMPLES
481
481
$ sf org list users --target-org me@my.org
482
482
```
483
483
484
- _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.3 /src/commands/org/list/users.ts ) _
484
+ _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.4 /src/commands/org/list/users.ts ) _
485
485
486
486
<!-- commandsstop -->
0 commit comments