Skip to content

Commit c3c5d2e

Browse files
committed
chore(release): 3.0.7 [skip ci]
1 parent f878b8e commit c3c5d2e

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.7](https://github.com/salesforcecli/plugin-user/compare/3.0.6...3.0.7) (2023-12-03)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 5.0.1 to 5.0.5 ([55c6c95](https://github.com/salesforcecli/plugin-user/commit/55c6c959863c2f2ab30426753e12c68f96eacc18))
6+
17
## [3.0.6](https://github.com/salesforcecli/plugin-user/compare/3.0.5...3.0.6) (2023-11-26)
28

39
### Bug Fixes

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ EXAMPLES
159159
user3@my.org
160160
```
161161

162-
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.6/src/commands/force/user/password/generate.ts)_
162+
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/force/user/password/generate.ts)_
163163

164164
## `sf org assign permset`
165165

@@ -202,7 +202,7 @@ EXAMPLES
202202
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
203203
```
204204

205-
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.6/src/commands/org/assign/permset.ts)_
205+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/assign/permset.ts)_
206206

207207
## `sf org assign permsetlicense`
208208

@@ -246,7 +246,7 @@ EXAMPLES
246246
user3
247247
```
248248

249-
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.6/src/commands/org/assign/permsetlicense.ts)_
249+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/assign/permsetlicense.ts)_
250250

251251
## `sf org create user`
252252

@@ -259,7 +259,8 @@ USAGE
259259
FLAGS
260260
-a, --set-alias=<value> Set an alias for the created username to reference in other CLI commands.
261261
-f, --definition-file=<value> File path to a user definition file for customizing the new user.
262-
-o, --target-org=<value> (required) Username or alias of the target org.
262+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
263+
configuration variable is already set.
263264
-s, --set-unique-username Force the username, if specified in the definition file or at the command line, to be
264265
unique by appending the org ID.
265266
--api-version=<value> Override the api version used for api requests made by this command
@@ -344,7 +345,7 @@ FLAG DESCRIPTIONS
344345
might be different than what you specify in the definition file.
345346
```
346347

347-
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.6/src/commands/org/create/user.ts)_
348+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/create/user.ts)_
348349

349350
## `sf org display user`
350351

@@ -355,7 +356,8 @@ USAGE
355356
$ sf org display user -o <value> [--json] [--api-version <value>]
356357
357358
FLAGS
358-
-o, --target-org=<value> (required) Username or alias of the target org.
359+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
360+
configuration variable is already set.
359361
--api-version=<value> Override the api version used for api requests made by this command
360362
361363
GLOBAL FLAGS
@@ -381,7 +383,7 @@ EXAMPLES
381383
$ sf org display user --target-org me@my.org --json
382384
```
383385

384-
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.6/src/commands/org/display/user.ts)_
386+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/display/user.ts)_
385387

386388
## `sf org generate password`
387389

@@ -398,7 +400,8 @@ FLAGS
398400
stronger the password.
399401
-l, --length=<value> [default: 13] Number of characters in the generated password; valid values are between
400402
8 and 100.
401-
-o, --target-org=<value> (required) Username or alias of the target org.
403+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
404+
configuration variable is already set.
402405
--api-version=<value> Override the api version used for api requests made by this command
403406
404407
GLOBAL FLAGS
@@ -445,7 +448,7 @@ EXAMPLES
445448
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
446449
```
447450

448-
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.6/src/commands/org/generate/password.ts)_
451+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/generate/password.ts)_
449452

450453
## `sf org list users`
451454

@@ -456,7 +459,8 @@ USAGE
456459
$ sf org list users -o <value> [--json] [--api-version <value>]
457460
458461
FLAGS
459-
-o, --target-org=<value> (required) Username or alias of the target org.
462+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
463+
configuration variable is already set.
460464
--api-version=<value> Override the api version used for api requests made by this command
461465
462466
GLOBAL FLAGS
@@ -481,6 +485,6 @@ EXAMPLES
481485
$ sf org list users --target-org me@my.org
482486
```
483487

484-
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.6/src/commands/org/list/users.ts)_
488+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/list/users.ts)_
485489

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

0 commit comments

Comments
 (0)