@@ -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.6 /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.7 /src/commands/force/user/password/generate.ts ) _
163
163
164
164
## ` sf org assign permset `
165
165
@@ -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.6 /src/commands/org/assign/permset.ts ) _
205
+ _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.7 /src/commands/org/assign/permset.ts ) _
206
206
207
207
## ` sf org assign permsetlicense `
208
208
@@ -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.6 /src/commands/org/assign/permsetlicense.ts ) _
249
+ _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.7 /src/commands/org/assign/permsetlicense.ts ) _
250
250
251
251
## ` sf org create user `
252
252
@@ -259,7 +259,8 @@ USAGE
259
259
FLAGS
260
260
-a, --set-alias=<value> Set an alias for the created username to reference in other CLI commands.
261
261
-f, --definition-file=<value> File path to a user definition file for customizing the new user.
262
- -o, --target-org=<value> (required) Username or alias of the target org.
262
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
263
+ configuration variable is already set.
263
264
-s, --set-unique-username Force the username, if specified in the definition file or at the command line, to be
264
265
unique by appending the org ID.
265
266
--api-version=<value> Override the api version used for api requests made by this command
@@ -344,7 +345,7 @@ FLAG DESCRIPTIONS
344
345
might be different than what you specify in the definition file.
345
346
```
346
347
347
- _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.6 /src/commands/org/create/user.ts ) _
348
+ _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.7 /src/commands/org/create/user.ts ) _
348
349
349
350
## ` sf org display user `
350
351
@@ -355,7 +356,8 @@ USAGE
355
356
$ sf org display user -o <value> [--json] [--api-version <value>]
356
357
357
358
FLAGS
358
- -o, --target-org=<value> (required) Username or alias of the target org.
359
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
360
+ configuration variable is already set.
359
361
--api-version=<value> Override the api version used for api requests made by this command
360
362
361
363
GLOBAL FLAGS
@@ -381,7 +383,7 @@ EXAMPLES
381
383
$ sf org display user --target-org me@my.org --json
382
384
```
383
385
384
- _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.6 /src/commands/org/display/user.ts ) _
386
+ _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.7 /src/commands/org/display/user.ts ) _
385
387
386
388
## ` sf org generate password `
387
389
@@ -398,7 +400,8 @@ FLAGS
398
400
stronger the password.
399
401
-l, --length=<value> [default: 13] Number of characters in the generated password; valid values are between
400
402
8 and 100.
401
- -o, --target-org=<value> (required) Username or alias of the target org.
403
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
404
+ configuration variable is already set.
402
405
--api-version=<value> Override the api version used for api requests made by this command
403
406
404
407
GLOBAL FLAGS
@@ -445,7 +448,7 @@ EXAMPLES
445
448
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
446
449
```
447
450
448
- _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.6 /src/commands/org/generate/password.ts ) _
451
+ _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.7 /src/commands/org/generate/password.ts ) _
449
452
450
453
## ` sf org list users `
451
454
@@ -456,7 +459,8 @@ USAGE
456
459
$ sf org list users -o <value> [--json] [--api-version <value>]
457
460
458
461
FLAGS
459
- -o, --target-org=<value> (required) Username or alias of the target org.
462
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
463
+ configuration variable is already set.
460
464
--api-version=<value> Override the api version used for api requests made by this command
461
465
462
466
GLOBAL FLAGS
@@ -481,6 +485,6 @@ EXAMPLES
481
485
$ sf org list users --target-org me@my.org
482
486
```
483
487
484
- _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.6 /src/commands/org/list/users.ts ) _
488
+ _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.0.7 /src/commands/org/list/users.ts ) _
485
489
486
490
<!-- commandsstop -->
0 commit comments