Skip to content

Commit 47abdcf

Browse files
committed
chore(release): 3.6.14 [skip ci]
1 parent a657f01 commit 47abdcf

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-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.6.14](https://github.com/salesforcecli/plugin-user/compare/3.6.13...3.6.14) (2025-03-23)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 12.2.0 to 12.2.1 ([18bda67](https://github.com/salesforcecli/plugin-user/commit/18bda674ad14f108f0e53fbcfcb857fa25ab1450))
6+
17
## [3.6.13](https://github.com/salesforcecli/plugin-user/compare/3.6.12...3.6.13) (2025-03-09)
28

39
### Bug Fixes

README.md

Lines changed: 6 additions & 6 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.13/src/commands/org/assign/permset.ts)_
142+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.14/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.13/src/commands/org/assign/permsetlicense.ts)_
189+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.14/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.13/src/commands/org/create/user.ts)_
297+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.14/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.13/src/commands/org/display/user.ts)_
336+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.14/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.13/src/commands/org/generate/password.ts)_
403+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.14/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.13/src/commands/org/list/users.ts)_
441+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.6.14/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.13",
4+
"version": "3.6.14",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)