Skip to content

Commit

Permalink
chore(release): 2.3.35 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 1, 2023
1 parent fd18a2b commit 7951125
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.3.35](https://github.com/salesforcecli/plugin-user/compare/2.3.34...2.3.35) (2023-10-01)

### Bug Fixes

- **deps:** bump @salesforce/ts-types from 2.0.7 to 2.0.8 ([75ec40e](https://github.com/salesforcecli/plugin-user/commit/75ec40ec2b51db1b2e4f15091799a99f0f0eff3e))

## [2.3.34](https://github.com/salesforcecli/plugin-user/compare/2.3.33...2.3.34) (2023-10-01)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ EXAMPLES
[email protected]
```

_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/force/user/password/generate.ts)_
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/force/user/password/generate.ts)_

## `sfdx org:assign:permset`

Expand Down Expand Up @@ -197,7 +197,7 @@ EXAMPLES
$ sfdx 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/2.3.34/src/commands/org/assign/permset.ts)_
_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/assign/permset.ts)_

## `sfdx org:assign:permsetlicense`

Expand Down Expand Up @@ -241,7 +241,7 @@ EXAMPLES
--on-behalf-of user3
```

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

## `sfdx org:create:user`

Expand Down Expand Up @@ -339,7 +339,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/2.3.34/src/commands/org/create/user.ts)_
_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/create/user.ts)_

## `sfdx org:display:user`

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

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

## `sfdx org:generate:password`

Expand Down Expand Up @@ -435,7 +435,7 @@ EXAMPLES
$ sfdx 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/2.3.34/src/commands/org/generate/password.ts)_
_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/src/commands/org/generate/password.ts)_

## `sfdx org:list:users`

Expand Down Expand Up @@ -471,6 +471,6 @@ EXAMPLES
$ sfdx org:list:users --target-org [email protected]
```

_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.34/src/commands/org/list/users.ts)_
_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/2.3.35/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": "2.3.34",
"version": "2.3.35",
"author": "Salesforce",
"main": "lib/index.js",
"bugs": "https://github.com/forcedotcom/cli/issues",
Expand Down

0 comments on commit 7951125

Please sign in to comment.