Skip to content

Commit 4bc56b6

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.1.22 [ci skip]
1 parent a2330ed commit 4bc56b6

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
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+
### [0.1.22](https://github.com/salesforcecli/plugin-source/compare/v0.1.21...v0.1.22) (2021-06-28)
6+
7+
8+
### Bug Fixes
9+
10+
* display retrieve warnings ([#121](https://github.com/salesforcecli/plugin-source/issues/121)) ([a2330ed](https://github.com/salesforcecli/plugin-source/commit/a2330edb51408a91169608a5d518423dd919231b))
11+
512
### [0.1.21](https://github.com/salesforcecli/plugin-source/compare/v0.1.20...v0.1.21) (2021-06-24)
613

714

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $ npm install -g @salesforce/plugin-source
8080
$ sfdx COMMAND
8181
running command...
8282
$ sfdx (-v|--version|version)
83-
@salesforce/plugin-source/0.1.20 linux-x64 node-v12.22.1
83+
@salesforce/plugin-source/0.1.21 linux-x64 node-v12.22.1
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -138,7 +138,7 @@ EXAMPLES
138138
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
139139
```
140140

141-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.20/src/commands/force/source/convert.ts)_
141+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.21/src/commands/force/source/convert.ts)_
142142

143143
## `sfdx force:source:deploy [--soapdeploy] [-w <minutes>] [-q <id> | -x <filepath> | -m <array> | -p <array> | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <array> | -o | -g] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
144144

@@ -213,7 +213,7 @@ EXAMPLES
213213
$ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH
214214
```
215215

216-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.20/src/commands/force/source/deploy.ts)_
216+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.21/src/commands/force/source/deploy.ts)_
217217

218218
## `sfdx force:source:deploy:cancel [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
219219

@@ -251,7 +251,7 @@ EXAMPLES
251251
$ sfdx force:source:deploy:cancel -i <jobid>
252252
```
253253

254-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.20/src/commands/force/source/deploy/cancel.ts)_
254+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.21/src/commands/force/source/deploy/cancel.ts)_
255255

256256
## `sfdx force:source:deploy:report [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
257257

@@ -296,7 +296,7 @@ EXAMPLES
296296
$ sfdx force:source:deploy:report
297297
```
298298

299-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.20/src/commands/force/source/deploy/report.ts)_
299+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.21/src/commands/force/source/deploy/report.ts)_
300300

301301
## `sfdx force:source:retrieve [-p <array> | -x <filepath> | -m <array>] [-w <minutes>] [-n <array>] [-u <string>] [-a <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
302302

@@ -351,5 +351,5 @@ EXAMPLES
351351
sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
352352
```
353353

354-
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.20/src/commands/force/source/retrieve.ts)_
354+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v0.1.21/src/commands/force/source/retrieve.ts)_
355355
<!-- 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-source",
33
"description": "Commands to interact with source formatted metadata",
4-
"version": "0.1.21",
4+
"version": "0.1.22",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)