Skip to content

Commit

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

## [3.2.7](https://github.com/salesforcecli/plugin-user/compare/3.2.6...3.2.7) (2024-02-04)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 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.7/src/commands/org/assign/permset.ts)_
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.8/src/commands/org/assign/permset.ts)_

## `sf org assign permsetlicense`

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.7/src/commands/org/assign/permsetlicense.ts)_
_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.8/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.7/src/commands/org/create/user.ts)_
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.8/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.7/src/commands/org/display/user.ts)_
_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.8/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.7/src/commands/org/generate/password.ts)_
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.8/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.7/src/commands/org/list/users.ts)_
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.2.8/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.7",
"version": "3.2.8",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 0af0c20

Please sign in to comment.