Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Feb 26, 2024
1 parent d1c92ff commit 2db7924
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.3.0](https://github.com/salesforcecli/plugin-user/compare/3.2.13...3.3.0) (2024-02-26)

### Features

- assign multiple PSLs ([28f9f5d](https://github.com/salesforcecli/plugin-user/commit/28f9f5dc309814edbcf88c6b408118b77409c324))
- fix Failures table and handle partial success avoiding throws ([4ce8080](https://github.com/salesforcecli/plugin-user/commit/4ce808024d8ce91ddfedb22a8133b653da0b7893))
- support multiple psl assigns ([98ae889](https://github.com/salesforcecli/plugin-user/commit/98ae8894be14454f64973f5a7dc432efe302a4c8))

## [3.2.13](https://github.com/salesforcecli/plugin-user/compare/3.2.12...3.2.13) (2024-02-26)

## [3.2.12](https://github.com/salesforcecli/plugin-user/compare/3.2.11...3.2.12) (2024-02-25)
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ EXAMPLES
$ sf org assign permset --name DreamHouse --on-behalf-of [email protected] --on-behalf-of user2 --on-behalf-of user
```

_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/assign/permset.ts)_
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/assign/permset.ts)_

## `sf org assign permsetlicense`

Expand All @@ -148,7 +148,7 @@ USAGE
FLAGS
-b, --on-behalf-of=<value>... Usernames or alias to assign the permission set license to.
-n, --name=<value> (required) Name of the permission set license to assign.
-n, --name=<value>... (required) Name of the permission set license to assign.
-o, --target-org=<value> (required) Scratch org alias or login user.
--api-version=<value> Override the api version used for api requests made by this command
Expand Down Expand Up @@ -180,7 +180,7 @@ EXAMPLES
user3
```

_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/assign/permsetlicense.ts)_
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/assign/permsetlicense.ts)_

## `sf org create user`

Expand Down Expand Up @@ -286,7 +286,7 @@ FLAG DESCRIPTIONS
might be different than what you specify in the definition file.
```

_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/create/user.ts)_
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/create/user.ts)_

## `sf org display user`

Expand Down Expand Up @@ -324,7 +324,7 @@ EXAMPLES
$ sf org display user --target-org [email protected] --json
```

_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/display/user.ts)_
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/display/user.ts)_

## `sf org generate password`

Expand Down Expand Up @@ -389,7 +389,7 @@ EXAMPLES
$ sf org generate password --on-behalf-of [email protected] --on-behalf-of [email protected] --on-behalf-of [email protected]
```

_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/generate/password.ts)_
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/generate/password.ts)_

## `sf org list users`

Expand Down Expand Up @@ -426,6 +426,6 @@ EXAMPLES
$ sf org list users --target-org [email protected]
```

_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.13/src/commands/org/list/users.ts)_
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/list/users.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-user",
"description": "Commands to interact with Users and Permission Sets",
"version": "3.2.13",
"version": "3.3.0",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 2db7924

Please sign in to comment.