Skip to content

Commit 2f4096d

Browse files
committed
chore(release): 3.6.45 [skip ci]
1 parent 015645b commit 2f4096d

3 files changed

Lines changed: 14 additions & 8 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.6.45](https://github.com/salesforcecli/plugin-user/compare/3.6.44...3.6.45) (2026-01-13)
2+
3+
### Bug Fixes
4+
5+
- typo and licenses ([1a0016b](https://github.com/salesforcecli/plugin-user/commit/1a0016b65120f2a6c0911bdc9e2d59c57e906b7c))
6+
17
## [3.6.44](https://github.com/salesforcecli/plugin-user/compare/3.6.43...3.6.44) (2025-12-07)
28

39
### Bug Fixes

README.md

Lines changed: 7 additions & 7 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.6.44/src/commands/org/assign/permset.ts)_
142+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.45/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.44/src/commands/org/assign/permsetlicense.ts)_
189+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.45/src/commands/org/assign/permsetlicense.ts)_
190190

191191
## `sf org create user`
192192

@@ -218,7 +218,7 @@ DESCRIPTION
218218
219219
The easiest way to create a user is to let this command assign default or generated characteristics to the new user.
220220
If you want to customize your new user, create a definition file and specify it with the --definition-file flag. In
221-
the file, you can include all the User sObject (SSalesforce object) fields and Salesforce DX-specific options, as
221+
the file, you can include all the User sObject (Salesforce object) fields and Salesforce DX-specific options, as
222222
described in "User Definition File for Customizing a Scratch Org User"
223223
(https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users_def_file.htm).
224224
You can also specify these options on the command line.
@@ -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.44/src/commands/org/create/user.ts)_
297+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.45/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.44/src/commands/org/display/user.ts)_
336+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.45/src/commands/org/display/user.ts)_
337337

338338
## `sf org generate password`
339339

@@ -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.44/src/commands/org/generate/password.ts)_
403+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.45/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.44/src/commands/org/list/users.ts)_
441+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.45/src/commands/org/list/users.ts)_
442442

443443
<!-- 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.6.44",
4+
"version": "3.6.45",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)