@@ -139,7 +139,7 @@ EXAMPLES
139139 $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
140140```
141141
142- _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.6.53 /src/commands/org/assign/permset.ts ) _
142+ _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.7.0 /src/commands/org/assign/permset.ts ) _
143143
144144## ` sf org assign permsetlicense `
145145
@@ -186,7 +186,7 @@ EXAMPLES
186186 user3
187187```
188188
189- _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.6.53 /src/commands/org/assign/permsetlicense.ts ) _
189+ _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.7.0 /src/commands/org/assign/permsetlicense.ts ) _
190190
191191## ` sf org create user `
192192
@@ -294,7 +294,7 @@ FLAG DESCRIPTIONS
294294 might be different than what you specify in the definition file.
295295```
296296
297- _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.6.53 /src/commands/org/create/user.ts ) _
297+ _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.7.0 /src/commands/org/create/user.ts ) _
298298
299299## ` sf org display user `
300300
@@ -333,7 +333,7 @@ EXAMPLES
333333 $ sf org display user --target-org me@my.org --json
334334```
335335
336- _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.6.53 /src/commands/org/display/user.ts ) _
336+ _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.7.0 /src/commands/org/display/user.ts ) _
337337
338338## ` sf org generate password `
339339
@@ -349,8 +349,8 @@ FLAGS
349349 created locally with the "org create user" command.
350350 -c, --complexity=<value> [default: 5] Level of password complexity or strength; the higher the value, the
351351 stronger the password.
352- -l, --length=<value> [default: 13 ] Number of characters in the generated password; valid values are between
353- 8 and 100.
352+ -l, --length=<value> [default: 20 ] Number of characters in the generated password; valid values are between
353+ 20 and 100. Default value is 20 .
354354 -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
355355 configuration variable is already set.
356356 --api-version=<value> Override the api version used for api requests made by this command
@@ -385,10 +385,10 @@ EXAMPLES
385385
386386 $ sf org generate password
387387
388- Generate a password that contains 12 characters for the original admin user of the scratch org with alias
388+ Generate a password that contains 25 characters for the original admin user of the scratch org with alias
389389 "my-scratch":
390390
391- $ sf org generate password --length 12 --target-org my-scratch
391+ $ sf org generate password --length 25 --target-org my-scratch
392392
393393 Generate a password for your default scratch org admin user that uses lower and upper case letters and numbers only:
394394
@@ -400,7 +400,7 @@ EXAMPLES
400400 $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
401401```
402402
403- _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.6.53 /src/commands/org/generate/password.ts ) _
403+ _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.7.0 /src/commands/org/generate/password.ts ) _
404404
405405## ` sf org list users `
406406
@@ -438,6 +438,6 @@ EXAMPLES
438438 $ sf org list users --target-org me@my.org
439439```
440440
441- _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.6.53 /src/commands/org/list/users.ts ) _
441+ _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.7.0 /src/commands/org/list/users.ts ) _
442442
443443<!-- commandsstop -->
0 commit comments