Skip to content

Commit

Permalink
chore(release): 2.0.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed May 27, 2022
1 parent e23d1b1 commit 31549a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.2](https://github.com/salesforcecli/plugin-user/compare/v2.0.1...v2.0.2) (2022-05-27)

### Bug Fixes

- add deprecation warning ([#332](https://github.com/salesforcecli/plugin-user/issues/332)) ([e23d1b1](https://github.com/salesforcecli/plugin-user/commit/e23d1b1600850c86674f775e8ce96174aa42198f))

### [2.0.1](https://github.com/salesforcecli/plugin-user/compare/v2.0.0...v2.0.1) (2022-05-20)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ EXAMPLES
$ sfdx force:user:create -f config/project-user-def.json [email protected] generatepassword=true
```

_See code: [src/commands/force/user/create.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.0/src/commands/force/user/create.ts)_
_See code: [src/commands/force/user/create.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.1/src/commands/force/user/create.ts)_

## `sfdx force:user:display [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -171,7 +171,7 @@ EXAMPLES
$ sfdx force:user:display -u [email protected] --json
```

_See code: [src/commands/force/user/display.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.0/src/commands/force/user/display.ts)_
_See code: [src/commands/force/user/display.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.1/src/commands/force/user/display.ts)_

## `sfdx force:user:list [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -206,7 +206,7 @@ EXAMPLES
$ sfdx force:user:list --json > tmp/MyUserList.json
```

_See code: [src/commands/force/user/list.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.0/src/commands/force/user/list.ts)_
_See code: [src/commands/force/user/list.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.1/src/commands/force/user/list.ts)_

## `sfdx force:user:password:generate [-o <array>] [-l <integer>] [-c <integer>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -274,7 +274,7 @@ EXAMPLES
$ sfdx force:user:password:generate -o "[email protected],[email protected],[email protected]"
```

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

## `sfdx force:user:permset:assign -n <array> [-o <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -313,7 +313,7 @@ EXAMPLES
$ sfdx force:user:permset:assign -n DreamHouse -o "[email protected],user2,user3"
```

_See code: [src/commands/force/user/permset/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.0/src/commands/force/user/permset/assign.ts)_
_See code: [src/commands/force/user/permset/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.1/src/commands/force/user/permset/assign.ts)_

## `sfdx force:user:permsetlicense:assign -n <string> [-o <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -349,6 +349,6 @@ EXAMPLES
$ sfdx force:user:permsetlicense:assign -n DreamHouse -o "[email protected],user2,user3"
```

_See code: [src/commands/force/user/permsetlicense/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.0/src/commands/force/user/permsetlicense/assign.ts)_
_See code: [src/commands/force/user/permsetlicense/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v2.0.1/src/commands/force/user/permsetlicense/assign.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.0.1",
"version": "2.0.2",
"author": "Salesforce",
"main": "lib/index.js",
"bugs": "https://github.com/forcedotcom/cli/issues",
Expand Down

0 comments on commit 31549a4

Please sign in to comment.