Skip to content

Commit c2abe30

Browse files
committed
chore(release): 3.10.0 [skip ci]
1 parent 802058b commit c2abe30

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.10.0](https://github.com/salesforcecli/plugin-user/compare/3.9.6...3.10.0) (2026-05-19)
2+
3+
### Features
4+
5+
- remove sensitive output ([5d40391](https://github.com/salesforcecli/plugin-user/commit/5d403916214fd8cb8f08b45de08e1a934b97cd3a))
6+
17
## [3.9.6](https://github.com/salesforcecli/plugin-user/compare/3.9.5...3.9.6) (2026-05-17)
28

39
### Bug Fixes

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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.9.6/src/commands/org/assign/permset.ts)_
142+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.10.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.9.6/src/commands/org/assign/permsetlicense.ts)_
189+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.10.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.9.6/src/commands/org/create/user.ts)_
297+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.10.0/src/commands/org/create/user.ts)_
298298

299299
## `sf org display user`
300300

@@ -316,9 +316,8 @@ GLOBAL FLAGS
316316
DESCRIPTION
317317
Display information about a Salesforce user.
318318
319-
Output includes the profile name, org ID, access token, instance URL, login URL, and alias if applicable. The
320-
displayed alias is local and different from the Alias field of the User sObject record of the new user, which you set
321-
in the Setup UI.
319+
Output includes the profile name, org ID, instance URL, login URL, and alias if applicable. The displayed alias is
320+
local and different from the Alias field of the User sObject record of the new user, which you set in the Setup UI.
322321
323322
ALIASES
324323
$ sf force user display
@@ -333,7 +332,7 @@ EXAMPLES
333332
$ sf org display user --target-org me@my.org --json
334333
```
335334

336-
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/display/user.ts)_
335+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.10.0/src/commands/org/display/user.ts)_
337336

338337
## `sf org generate password`
339338

@@ -378,7 +377,7 @@ DESCRIPTION
378377
4 - lower and upper case letters and symbols only
379378
5 - lower and upper case letters and numbers and symbols only
380379
381-
To see a password that was previously generated, run "org display user".
380+
To see a password that was previously generated, run "org auth show-user-password".
382381
383382
EXAMPLES
384383
Generate a password for the original admin user of your default scratch org:
@@ -400,7 +399,7 @@ EXAMPLES
400399
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
401400
```
402401

403-
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/generate/password.ts)_
402+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.10.0/src/commands/org/generate/password.ts)_
404403

405404
## `sf org list users`
406405

@@ -438,6 +437,6 @@ EXAMPLES
438437
$ sf org list users --target-org me@my.org
439438
```
440439

441-
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/list/users.ts)_
440+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.10.0/src/commands/org/list/users.ts)_
442441

443442
<!-- 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.9.6",
4+
"version": "3.10.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"enableO11y": true,

0 commit comments

Comments
 (0)