Skip to content

Commit 5dd2dfa

Browse files
committed
chore(release): 3.0.4 [skip ci]
1 parent 8fdfa50 commit 5dd2dfa

File tree

3 files changed

+23
-17
lines changed

3 files changed

+23
-17
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.4](https://github.com/salesforcecli/plugin-user/compare/3.0.3...3.0.4) (2023-11-15)
2+
3+
### Bug Fixes
4+
5+
- updates from devScripts and core v6 ([8fdfa50](https://github.com/salesforcecli/plugin-user/commit/8fdfa500c5a5e31fb79b9f7ea4d6e0846814f631))
6+
17
## [3.0.3](https://github.com/salesforcecli/plugin-user/compare/3.0.2...3.0.3) (2023-11-12)
28

39
### Bug Fixes

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ FLAGS
112112
-o, --on-behalf-of=<value>... Comma-separated list of usernames or aliases to assign the password to; must have been
113113
created locally with the "org create user" command.
114114
-u, --target-org=<value> (required) Scratch org alias or login user.
115-
--api-version=<value> Override the api version used for api requests made by this command
115+
--api-version=<value> Override the api version used for api requests made by this command
116116
117117
GLOBAL FLAGS
118118
--json Format output as json.
@@ -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.3/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.4/src/commands/force/user/password/generate.ts)_
163163

164164
## `sf org assign permset`
165165

@@ -173,7 +173,7 @@ FLAGS
173173
-b, --on-behalf-of=<value>... Username or alias to assign the permission set to.
174174
-n, --name=<value>... (required) Permission set to assign.
175175
-o, --target-org=<value> (required) Scratch org alias or login user.
176-
--api-version=<value> Override the api version used for api requests made by this command
176+
--api-version=<value> Override the api version used for api requests made by this command
177177
178178
GLOBAL FLAGS
179179
--json Format output as json.
@@ -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.3/src/commands/org/assign/permset.ts)_
205+
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/assign/permset.ts)_
206206

207207
## `sf org assign permsetlicense`
208208

@@ -216,7 +216,7 @@ FLAGS
216216
-b, --on-behalf-of=<value>... Usernames or alias to assign the permission set license to.
217217
-n, --name=<value> (required) Name of the permission set license to assign.
218218
-o, --target-org=<value> (required) Scratch org alias or login user.
219-
--api-version=<value> Override the api version used for api requests made by this command
219+
--api-version=<value> Override the api version used for api requests made by this command
220220
221221
GLOBAL FLAGS
222222
--json Format output as json.
@@ -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.3/src/commands/org/assign/permsetlicense.ts)_
249+
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/assign/permsetlicense.ts)_
250250

251251
## `sf org create user`
252252

@@ -262,7 +262,7 @@ FLAGS
262262
-o, --target-org=<value> (required) Username or alias of the target org.
263263
-s, --set-unique-username Force the username, if specified in the definition file or at the command line, to be
264264
unique by appending the org ID.
265-
--api-version=<value> Override the api version used for api requests made by this command
265+
--api-version=<value> Override the api version used for api requests made by this command
266266
267267
GLOBAL FLAGS
268268
--json Format output as json.
@@ -344,7 +344,7 @@ FLAG DESCRIPTIONS
344344
might be different than what you specify in the definition file.
345345
```
346346

347-
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/create/user.ts)_
347+
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/create/user.ts)_
348348

349349
## `sf org display user`
350350

@@ -355,8 +355,8 @@ USAGE
355355
$ sf org display user -o <value> [--json] [--api-version <value>]
356356
357357
FLAGS
358-
-o, --target-org=<value> (required) Username or alias of the target org.
359-
--api-version=<value> Override the api version used for api requests made by this command
358+
-o, --target-org=<value> (required) Username or alias of the target org.
359+
--api-version=<value> Override the api version used for api requests made by this command
360360
361361
GLOBAL FLAGS
362362
--json Format output as json.
@@ -381,7 +381,7 @@ EXAMPLES
381381
$ sf org display user --target-org me@my.org --json
382382
```
383383

384-
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/display/user.ts)_
384+
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/display/user.ts)_
385385

386386
## `sf org generate password`
387387

@@ -399,7 +399,7 @@ FLAGS
399399
-l, --length=<value> [default: 13] Number of characters in the generated password; valid values are between
400400
8 and 100.
401401
-o, --target-org=<value> (required) Username or alias of the target org.
402-
--api-version=<value> Override the api version used for api requests made by this command
402+
--api-version=<value> Override the api version used for api requests made by this command
403403
404404
GLOBAL FLAGS
405405
--json Format output as json.
@@ -445,7 +445,7 @@ EXAMPLES
445445
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
446446
```
447447

448-
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/generate/password.ts)_
448+
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/generate/password.ts)_
449449

450450
## `sf org list users`
451451

@@ -456,8 +456,8 @@ USAGE
456456
$ sf org list users -o <value> [--json] [--api-version <value>]
457457
458458
FLAGS
459-
-o, --target-org=<value> (required) Username or alias of the target org.
460-
--api-version=<value> Override the api version used for api requests made by this command
459+
-o, --target-org=<value> (required) Username or alias of the target org.
460+
--api-version=<value> Override the api version used for api requests made by this command
461461
462462
GLOBAL FLAGS
463463
--json Format output as json.
@@ -481,6 +481,6 @@ EXAMPLES
481481
$ sf org list users --target-org me@my.org
482482
```
483483

484-
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/list/users.ts)_
484+
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/list/users.ts)_
485485

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

0 commit comments

Comments
 (0)