Skip to content

Commit 6a29559

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.4.2 [ci skip]
1 parent ac15a24 commit 6a29559

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
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.4.2](https://github.com/salesforcecli/plugin-source/compare/v1.4.1...v1.4.2) (2021-11-11)
6+
7+
8+
### Bug Fixes
9+
10+
* handle a corrupt stash.json file ([#291](https://github.com/salesforcecli/plugin-source/issues/291)) ([ac15a24](https://github.com/salesforcecli/plugin-source/commit/ac15a2433977bbd801fe54e70568bcf176ec0f1b))
11+
512
### [1.4.1](https://github.com/salesforcecli/plugin-source/compare/v1.4.0...v1.4.1) (2021-11-11)
613

714
## [1.4.0](https://github.com/salesforcecli/plugin-source/compare/v1.3.1...v1.4.0) (2021-11-09)

README.md

Lines changed: 17 additions & 17 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/1.4.0 linux-x64 node-v12.22.7
83+
@salesforce/plugin-source/1.4.1 linux-x64 node-v12.22.7
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -139,7 +139,7 @@ EXAMPLES
139139
$ sfdx force:mdapi:describemetadata -u [email protected] -f /path/to/outputfilename.txt
140140
```
141141

142-
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/mdapi/describemetadata.ts)_
142+
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/mdapi/describemetadata.ts)_
143143

144144
## `sfdx force:mdapi:listmetadata -m <string> [-f <filepath>] [--folder <string>] [-u <string>] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
145145

@@ -188,7 +188,7 @@ EXAMPLES
188188
$ sfdx force:mdapi:listmetadata -m CustomObject -u [email protected] -f /path/to/outputfilename.txt
189189
```
190190

191-
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/mdapi/listmetadata.ts)_
191+
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/mdapi/listmetadata.ts)_
192192

193193
## `sfdx force:source:beta:pull [-f] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
194194

@@ -223,7 +223,7 @@ OPTIONS
223223
[default: warn] logging level for this command invocation
224224
```
225225

226-
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/beta/pull.ts)_
226+
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/beta/pull.ts)_
227227

228228
## `sfdx force:source:beta:push [-f] [-w <minutes>] [-g] [-u <string>] [--apiversion <string>] [--quiet] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
229229

@@ -264,7 +264,7 @@ OPTIONS
264264
minimize json and sdtout output on success
265265
```
266266

267-
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/beta/push.ts)_
267+
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/beta/push.ts)_
268268

269269
## `sfdx force:source:beta:status [-l | -r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
270270

@@ -302,7 +302,7 @@ EXAMPLES
302302
sfdx force:source:status -a -u [email protected] --json
303303
```
304304

305-
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/beta/status.ts)_
305+
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/beta/status.ts)_
306306

307307
## `sfdx force:source:beta:tracking:clear [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
308308

@@ -341,7 +341,7 @@ DESCRIPTION
341341
and remote files as changed, and any files with the same name are listed as conflicts.
342342
```
343343

344-
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/beta/tracking/clear.ts)_
344+
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/beta/tracking/clear.ts)_
345345

346346
## `sfdx force:source:beta:tracking:reset [-r <integer>] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
347347

@@ -391,7 +391,7 @@ DESCRIPTION
391391
$ sfdx force:data:soql:query -q "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" -t
392392
```
393393

394-
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/beta/tracking/reset.ts)_
394+
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/beta/tracking/reset.ts)_
395395

396396
## `sfdx force:source:convert [-r <directory>] [-d <directory>] [-n <string>] [-p <array> | -x <string> | -m <array>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
397397

@@ -413,7 +413,7 @@ USAGE
413413
414414
OPTIONS
415415
-d, --outputdir=outputdir [default:
416-
metadataPackage_1636649606778]
416+
metadataPackage_1636652278921]
417417
output directory to store the
418418
Metadata API–formatted files in
419419
@@ -451,7 +451,7 @@ EXAMPLES
451451
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
452452
```
453453

454-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/convert.ts)_
454+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/convert.ts)_
455455

456456
## `sfdx `
457457

@@ -507,7 +507,7 @@ EXAMPLES
507507
$ sfdx force:source:delete -p path/to/source
508508
```
509509

510-
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/delete.ts)_
510+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/delete.ts)_
511511

512512
## `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] [--predestructivechanges <filepath> ] [--postdestructivechanges <filepath> ] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
513513

@@ -636,7 +636,7 @@ EXAMPLES
636636
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
637637
```
638638

639-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/deploy.ts)_
639+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/deploy.ts)_
640640

641641
## `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]`
642642

@@ -691,7 +691,7 @@ EXAMPLES
691691
$ sfdx force:source:deploy:report
692692
```
693693

694-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/deploy/cancel.ts)_
694+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/deploy/cancel.ts)_
695695

696696
## `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]`
697697

@@ -741,7 +741,7 @@ EXAMPLES
741741
$ sfdx force:source:deploy:report
742742
```
743743

744-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/deploy/report.ts)_
744+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/deploy/report.ts)_
745745

746746
## `sfdx force:source:manifest:create [-m <array> | -p <array>] [-n <string> | -t pre|post|destroy|package] [-o <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
747747

@@ -820,7 +820,7 @@ EXAMPLES
820820
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
821821
```
822822

823-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/manifest/create.ts)_
823+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/manifest/create.ts)_
824824

825825
## `sfdx force:source:open -f <filepath> [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
826826

@@ -870,7 +870,7 @@ EXAMPLES
870870
$ sfdx force:source:open -f path/to/source -u [email protected]
871871
```
872872

873-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/open.ts)_
873+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/open.ts)_
874874

875875
## `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]`
876876

@@ -958,5 +958,5 @@ EXAMPLES
958958
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
959959
```
960960

961-
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.0/src/commands/force/source/retrieve.ts)_
961+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.1/src/commands/force/source/retrieve.ts)_
962962
<!-- 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": "1.4.1",
4+
"version": "1.4.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)