Skip to content

Commit b2fc442

Browse files
committed
chore(release): 3.2.6 [skip ci]
1 parent 43be968 commit b2fc442

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.2.6](https://github.com/salesforcecli/plugin-user/compare/3.2.5...3.2.6) (2024-01-30)
2+
3+
### Bug Fixes
4+
5+
- more info about automatic user authentication/hyperforce/jwt ([#860](https://github.com/salesforcecli/plugin-user/issues/860)) ([43be968](https://github.com/salesforcecli/plugin-user/commit/43be9689466c64b0d65506d707339f31112958fd))
6+
17
## [3.2.5](https://github.com/salesforcecli/plugin-user/compare/3.2.4...3.2.5) (2024-01-28)
28

39
### Bug Fixes

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ EXAMPLES
136136
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
137137
```
138138

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)_
140140

141141
## `sf org assign permsetlicense`
142142

@@ -180,7 +180,7 @@ EXAMPLES
180180
user3
181181
```
182182

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)_
184184

185185
## `sf org create user`
186186

@@ -229,6 +229,13 @@ DESCRIPTION
229229
When this command completes, it displays the new username and user ID. Run the "org display user" command to get more
230230
information about the new user.
231231
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+
232239
For more information about user limits, defaults, and other considerations when creating a new scratch org user, see
233240
https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users.htm.
234241
@@ -279,7 +286,7 @@ FLAG DESCRIPTIONS
279286
might be different than what you specify in the definition file.
280287
```
281288

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)_
283290

284291
## `sf org display user`
285292

@@ -317,7 +324,7 @@ EXAMPLES
317324
$ sf org display user --target-org me@my.org --json
318325
```
319326

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)_
321328

322329
## `sf org generate password`
323330

@@ -382,7 +389,7 @@ EXAMPLES
382389
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
383390
```
384391

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)_
386393

387394
## `sf org list users`
388395

@@ -419,6 +426,6 @@ EXAMPLES
419426
$ sf org list users --target-org me@my.org
420427
```
421428

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)_
423430

424431
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-user",
33
"description": "Commands to interact with Users and Permission Sets",
4-
"version": "3.2.5",
4+
"version": "3.2.6",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)