Skip to content

Commit e55f107

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.13 [ci skip]
1 parent f5f681b commit e55f107

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
### [2.0.13](https://github.com/salesforcecli/plugin-source/compare/v2.0.12...v2.0.13) (2022-08-20)
6+
57
### [2.0.12](https://github.com/salesforcecli/plugin-source/compare/v2.0.11...v2.0.12) (2022-08-15)
68

79
### Bug Fixes

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source
7575
$ sfdx COMMAND
7676
running command...
7777
$ sfdx (--version)
78-
@salesforce/plugin-source/2.0.11 linux-x64 node-v14.20.0
78+
@salesforce/plugin-source/2.0.12 linux-x64 node-v14.20.0
7979
$ sfdx --help [COMMAND]
8080
USAGE
8181
$ sfdx COMMAND
@@ -496,7 +496,7 @@ EXAMPLES
496496
$ sfdx force:mdapi:convert -r path/to/metadata -d path/to/outputdir
497497
```
498498

499-
_See code: [src/commands/force/mdapi/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/mdapi/convert.ts)_
499+
_See code: [src/commands/force/mdapi/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/mdapi/convert.ts)_
500500

501501
## `sfdx force:mdapi:deploy [-d <directory>] [-w <minutes>] [-o] [-g] [-q <id> | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <array> | -c] [-f <filepath>] [-s] [--soapdeploy] [--purgeondelete] [--resultsdir <directory>] [--coverageformatters <array>] [--junit] [-u <string>] [--apiversion <string>] [--verbose] [--concise] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
502502

@@ -603,7 +603,7 @@ EXAMPLES
603603
$ sfdx force:mdapi:deploy -q MyValidatedId
604604
```
605605

606-
_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/mdapi/deploy.ts)_
606+
_See code: [src/commands/force/mdapi/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/mdapi/deploy.ts)_
607607

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

@@ -652,7 +652,7 @@ EXAMPLES
652652
$ sfdx force:mdapi:deploy:report
653653
```
654654

655-
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/mdapi/deploy/cancel.ts)_
655+
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/mdapi/deploy/cancel.ts)_
656656

657657
## `sfdx force:mdapi:deploy:report [-w <minutes>] [-i <id>] [--resultsdir <directory>] [--coverageformatters <array>] [--junit] [-u <string>] [--apiversion <string>] [--verbose] [--concise] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
658658

@@ -715,7 +715,7 @@ EXAMPLES
715715
$ sfdx force:mdapi:deploy:report -i 1234 -w 10
716716
```
717717

718-
_See code: [src/commands/force/mdapi/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/mdapi/deploy/report.ts)_
718+
_See code: [src/commands/force/mdapi/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/mdapi/deploy/report.ts)_
719719

720720
## `sfdx force:mdapi:describemetadata [-f <filepath>] [-u <string>] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
721721

@@ -755,7 +755,7 @@ EXAMPLES
755755
$ sfdx force:mdapi:describemetadata -u [email protected] -f /path/to/outputfilename.txt
756756
```
757757

758-
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/mdapi/describemetadata.ts)_
758+
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/mdapi/describemetadata.ts)_
759759

760760
## `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]`
761761

@@ -812,7 +812,7 @@ EXAMPLES
812812
$ sfdx force:mdapi:listmetadata -m CustomObject -u [email protected] -f /path/to/outputfilename.txt
813813
```
814814

815-
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/mdapi/listmetadata.ts)_
815+
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/mdapi/listmetadata.ts)_
816816

817817
## `sfdx force:mdapi:retrieve -r <directory> [-k <filepath> | -d <directory> | -p <array>] [-s] [-n <string>] [-z] [-w <minutes>] [-u <string>] [-a <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
818818

@@ -879,7 +879,7 @@ EXAMPLES
879879
$ sfdx force:mdapi:retrieve -r path/to/retrieve/dir --wait 0
880880
```
881881

882-
_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/mdapi/retrieve.ts)_
882+
_See code: [src/commands/force/mdapi/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/mdapi/retrieve.ts)_
883883

884884
## `sfdx force:mdapi:retrieve:report [-r <directory>] [-i <id>] [-n <string>] [-z] [-w <minutes>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
885885

@@ -935,7 +935,7 @@ EXAMPLES
935935
sfdx force:mdapi:retrieve:report -i retrieveId -r path/to/retrieve/dir --unzip --zipfilename apexClasses.zip
936936
```
937937

938-
_See code: [src/commands/force/mdapi/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/mdapi/retrieve/report.ts)_
938+
_See code: [src/commands/force/mdapi/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/mdapi/retrieve/report.ts)_
939939

940940
## `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]`
941941

@@ -1141,7 +1141,7 @@ USAGE
11411141
11421142
FLAGS
11431143
-d, --outputdir=<value> [default:
1144-
metadataPackage_1660586397421]
1144+
metadataPackage_1660955655196]
11451145
output directory to store the
11461146
Metadata API–formatted files in
11471147
-m, --metadata=<value> comma-separated list of metadata
@@ -1177,7 +1177,7 @@ EXAMPLES
11771177
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
11781178
```
11791179

1180-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/convert.ts)_
1180+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/convert.ts)_
11811181

11821182
## `sfdx force:source:delete [-w <minutes>] [-l NoTestRun|RunLocalTests|RunAllTestsInOrg] [-r] [-m <array>] [-p <array>] [-f [-t | -c]] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
11831183

@@ -1233,7 +1233,7 @@ EXAMPLES
12331233
$ sfdx force:source:delete -p path/to/source
12341234
```
12351235

1236-
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/delete.ts)_
1236+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/delete.ts)_
12371237

12381238
## `sfdx force:source:deploy [--soapdeploy] [-w <minutes>] [-o] [-g] [--purgeondelete -x <filepath>] [-q <id> | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <array> | -t] [-m <array>] [-p <array>] [--predestructivechanges <filepath> ] [--postdestructivechanges <filepath> ] [-f ] [--resultsdir <directory>] [--coverageformatters <array>] [--junit] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
12391239

@@ -1406,7 +1406,7 @@ EXAMPLES
14061406
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
14071407
```
14081408

1409-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/deploy.ts)_
1409+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/deploy.ts)_
14101410

14111411
## `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]`
14121412

@@ -1460,7 +1460,7 @@ EXAMPLES
14601460
$ sfdx force:source:deploy:report
14611461
```
14621462

1463-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/deploy/cancel.ts)_
1463+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/deploy/cancel.ts)_
14641464

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

@@ -1527,7 +1527,7 @@ EXAMPLES
15271527
$ sfdx force:source:deploy:report
15281528
```
15291529

1530-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/deploy/report.ts)_
1530+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/deploy/report.ts)_
15311531

15321532
## `sfdx force:source:ignored:list [-p <filepath>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
15331533

@@ -1550,7 +1550,7 @@ DESCRIPTION
15501550
check your local project package directories for forceignored files
15511551
```
15521552

1553-
_See code: [src/commands/force/source/ignored/list.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/ignored/list.ts)_
1553+
_See code: [src/commands/force/source/ignored/list.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/ignored/list.ts)_
15541554

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

@@ -1624,7 +1624,7 @@ EXAMPLES
16241624
$ sfdx force:source:manifest:create --fromorg [email protected] --includepackages unlocked
16251625
```
16261626

1627-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/manifest/create.ts)_
1627+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/manifest/create.ts)_
16281628

16291629
## `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]`
16301630

@@ -1670,7 +1670,7 @@ EXAMPLES
16701670
$ sfdx force:source:open -f path/to/source -u [email protected]
16711671
```
16721672

1673-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/open.ts)_
1673+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/open.ts)_
16741674

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

@@ -1709,7 +1709,7 @@ ALIASES
17091709
$ sfdx force:source:beta:pull
17101710
```
17111711

1712-
_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/pull.ts)_
1712+
_See code: [src/commands/force/source/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/pull.ts)_
17131713

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

@@ -1754,7 +1754,7 @@ ALIASES
17541754
$ sfdx force:source:beta:push
17551755
```
17561756

1757-
_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/push.ts)_
1757+
_See code: [src/commands/force/source/push.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/push.ts)_
17581758

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

@@ -1858,7 +1858,7 @@ EXAMPLES
18581858
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
18591859
```
18601860

1861-
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/retrieve.ts)_
1861+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/retrieve.ts)_
18621862

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

@@ -1901,7 +1901,7 @@ EXAMPLES
19011901
$ sfdx force:source:status -u [email protected] --json
19021902
```
19031903

1904-
_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/status.ts)_
1904+
_See code: [src/commands/force/source/status.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/status.ts)_
19051905

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

@@ -1935,7 +1935,7 @@ ALIASES
19351935
$ sfdx force:source:beta:tracking:clear
19361936
```
19371937

1938-
_See code: [src/commands/force/source/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/tracking/clear.ts)_
1938+
_See code: [src/commands/force/source/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/tracking/clear.ts)_
19391939

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

@@ -1977,6 +1977,6 @@ ALIASES
19771977
$ sfdx force:source:beta:tracking:reset
19781978
```
19791979

1980-
_See code: [src/commands/force/source/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.11/src/commands/force/source/tracking/reset.ts)_
1980+
_See code: [src/commands/force/source/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v2.0.12/src/commands/force/source/tracking/reset.ts)_
19811981

19821982
<!-- 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": "2.0.12",
4+
"version": "2.0.13",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",

0 commit comments

Comments
 (0)