Skip to content

Commit 39b2856

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.2.8 [ci skip]
1 parent 600669c commit 39b2856

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.2.8](https://github.com/salesforcecli/plugin-user/compare/v1.2.7...v1.2.8) (2021-04-01)
6+
7+
8+
### Bug Fixes
9+
10+
* leif .yml merge [skip-validate-pr] ([a64ad99](https://github.com/salesforcecli/plugin-user/commit/a64ad99e464ac76115223056200930f84ff40189))
11+
512
### [1.2.7](https://github.com/salesforcecli/plugin-user/compare/v1.2.6...v1.2.7) (2021-03-29)
613

714

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ EXAMPLES
120120
sfdx force:user:create -f config/project-user-def.json email=me@my.org generatepassword=true
121121
```
122122

123-
_See code: [src/commands/force/user/create.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.6/src/commands/force/user/create.ts)_
123+
_See code: [src/commands/force/user/create.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.7/src/commands/force/user/create.ts)_
124124

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

@@ -154,7 +154,7 @@ EXAMPLES
154154
sfdx force:user:display -u me@my.org --json
155155
```
156156

157-
_See code: [src/commands/force/user/display.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.6/src/commands/force/user/display.ts)_
157+
_See code: [src/commands/force/user/display.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.7/src/commands/force/user/display.ts)_
158158

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

@@ -189,7 +189,7 @@ EXAMPLES
189189
sfdx force:user:list --json > tmp/MyUserList.json
190190
```
191191

192-
_See code: [src/commands/force/user/list.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.6/src/commands/force/user/list.ts)_
192+
_See code: [src/commands/force/user/list.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.7/src/commands/force/user/list.ts)_
193193

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

@@ -233,7 +233,7 @@ EXAMPLES
233233
sfdx force:user:password:generate -o "user1@my.org,user2@my.org,user3@my.org"
234234
```
235235

236-
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.6/src/commands/force/user/password/generate.ts)_
236+
_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.7/src/commands/force/user/password/generate.ts)_
237237

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

@@ -269,5 +269,5 @@ EXAMPLES
269269
sfdx force:user:permset:assign -n DreamHouse -o "user1@my.org,user2,user3"
270270
```
271271

272-
_See code: [src/commands/force/user/permset/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.6/src/commands/force/user/permset/assign.ts)_
272+
_See code: [src/commands/force/user/permset/assign.ts](https://github.com/salesforcecli/plugin-user/blob/v1.2.7/src/commands/force/user/permset/assign.ts)_
273273
<!-- 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": "1.2.7",
4+
"version": "1.2.8",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)