@@ -136,7 +136,7 @@ EXAMPLES
136
136
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
137
137
```
138
138
139
- _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.5 /src/commands/org/assign/permset.ts ) _
139
+ _ See code: [ src/commands/org/assign/permset.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.6 /src/commands/org/assign/permset.ts ) _
140
140
141
141
## ` sf org assign permsetlicense `
142
142
@@ -180,7 +180,7 @@ EXAMPLES
180
180
user3
181
181
```
182
182
183
- _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.5 /src/commands/org/assign/permsetlicense.ts ) _
183
+ _ See code: [ src/commands/org/assign/permsetlicense.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.6 /src/commands/org/assign/permsetlicense.ts ) _
184
184
185
185
## ` sf org create user `
186
186
@@ -229,6 +229,13 @@ DESCRIPTION
229
229
When this command completes, it displays the new username and user ID. Run the "org display user" command to get more
230
230
information about the new user.
231
231
232
+ After the new user has been created, Salesforce CLI automatically authenticates it to the scratch org so the new user
233
+ can immediately start using the scratch org. The CLI uses the same authentication method that was used on the
234
+ associated Dev Hub org. Due to Hyperforce limitations, the scratch org user creation fails if the Dev Hub
235
+ authentication used the JWT flow and the scratch org is on Hyperforce. For this reason, if you plan to create scratch
236
+ org users, authenticate to the Dev Hub org with either the "org login web" or "org login sfdx-url" command, and not
237
+ "org login jwt".
238
+
232
239
For more information about user limits, defaults, and other considerations when creating a new scratch org user, see
233
240
https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users.htm.
234
241
@@ -279,7 +286,7 @@ FLAG DESCRIPTIONS
279
286
might be different than what you specify in the definition file.
280
287
```
281
288
282
- _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.5 /src/commands/org/create/user.ts ) _
289
+ _ See code: [ src/commands/org/create/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.6 /src/commands/org/create/user.ts ) _
283
290
284
291
## ` sf org display user `
285
292
@@ -317,7 +324,7 @@ EXAMPLES
317
324
$ sf org display user --target-org me@my.org --json
318
325
```
319
326
320
- _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.5 /src/commands/org/display/user.ts ) _
327
+ _ See code: [ src/commands/org/display/user.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.6 /src/commands/org/display/user.ts ) _
321
328
322
329
## ` sf org generate password `
323
330
@@ -382,7 +389,7 @@ EXAMPLES
382
389
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
383
390
```
384
391
385
- _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.5 /src/commands/org/generate/password.ts ) _
392
+ _ See code: [ src/commands/org/generate/password.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.6 /src/commands/org/generate/password.ts ) _
386
393
387
394
## ` sf org list users `
388
395
@@ -419,6 +426,6 @@ EXAMPLES
419
426
$ sf org list users --target-org me@my.org
420
427
```
421
428
422
- _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.5 /src/commands/org/list/users.ts ) _
429
+ _ See code: [ src/commands/org/list/users.ts] ( https://github.com/salesforcecli/plugin-user/blob/3.2.6 /src/commands/org/list/users.ts ) _
423
430
424
431
<!-- commandsstop -->
0 commit comments