Skip to content

Commit a6b7c10

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.8.3 [ci skip]
1 parent b5a59a9 commit a6b7c10

File tree

3 files changed

+26
-24
lines changed

3 files changed

+26
-24
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+
### [1.8.3](https://github.com/salesforcecli/plugin-source/compare/v1.8.2...v1.8.3) (2022-01-20)
6+
57
### [1.8.2](https://github.com/salesforcecli/plugin-source/compare/v1.8.1...v1.8.2) (2022-01-20)
68

79
### Bug Fixes

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ npm install -g @salesforce/plugin-source
8383
$ sfdx COMMAND
8484
running command...
8585
$ sfdx (-v|--version|version)
86-
@salesforce/plugin-source/1.8.1 linux-x64 node-v12.22.9
86+
@salesforce/plugin-source/1.8.2 linux-x64 node-v12.22.9
8787
$ sfdx --help [COMMAND]
8888
USAGE
8989
$ sfdx COMMAND
@@ -170,7 +170,7 @@ EXAMPLES
170170
$ sfdx force:mdapi:beta:convert -r path/to/metadata -d path/to/outputdir
171171
```
172172

173-
_See code: [src/commands/force/mdapi/beta/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/mdapi/beta/convert.ts)_
173+
_See code: [src/commands/force/mdapi/beta/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/mdapi/beta/convert.ts)_
174174

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

@@ -247,7 +247,7 @@ EXAMPLES
247247
sfdx force:mdapi:beta:deploy -q MyValidatedId
248248
```
249249

250-
_See code: [src/commands/force/mdapi/beta/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/mdapi/beta/deploy.ts)_
250+
_See code: [src/commands/force/mdapi/beta/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/mdapi/beta/deploy.ts)_
251251

252252
## `sfdx force:mdapi:beta: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]`
253253

@@ -291,7 +291,7 @@ EXAMPLES
291291
sfdx force:mdapi:beta:deploy:report -i 1234 -w 10
292292
```
293293

294-
_See code: [src/commands/force/mdapi/beta/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/mdapi/beta/deploy/report.ts)_
294+
_See code: [src/commands/force/mdapi/beta/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/mdapi/beta/deploy/report.ts)_
295295

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

@@ -361,7 +361,7 @@ EXAMPLES
361361
sfdx force:mdapi:beta:retrieve -r path/to/retrieve/dir --wait 0
362362
```
363363

364-
_See code: [src/commands/force/mdapi/beta/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/mdapi/beta/retrieve.ts)_
364+
_See code: [src/commands/force/mdapi/beta/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/mdapi/beta/retrieve.ts)_
365365

366366
## `sfdx force:mdapi:beta: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]`
367367

@@ -422,7 +422,7 @@ EXAMPLES
422422
sfdx force:mdapi:beta:retrieve:report -i retrieveId -r path/to/retrieve/dir --unzip --zipfilename apexClasses.zip
423423
```
424424

425-
_See code: [src/commands/force/mdapi/beta/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/mdapi/beta/retrieve/report.ts)_
425+
_See code: [src/commands/force/mdapi/beta/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/mdapi/beta/retrieve/report.ts)_
426426

427427
## `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]`
428428

@@ -470,7 +470,7 @@ EXAMPLES
470470
$ sfdx force:mdapi:deploy:report
471471
```
472472

473-
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/mdapi/deploy/cancel.ts)_
473+
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/mdapi/deploy/cancel.ts)_
474474

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

@@ -514,7 +514,7 @@ EXAMPLES
514514
$ sfdx force:mdapi:describemetadata -u [email protected] -f /path/to/outputfilename.txt
515515
```
516516

517-
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/mdapi/describemetadata.ts)_
517+
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/mdapi/describemetadata.ts)_
518518

519519
## `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]`
520520

@@ -570,7 +570,7 @@ EXAMPLES
570570
$ sfdx force:mdapi:listmetadata -m CustomObject -u [email protected] -f /path/to/outputfilename.txt
571571
```
572572

573-
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/mdapi/listmetadata.ts)_
573+
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/mdapi/listmetadata.ts)_
574574

575575
## `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]`
576576

@@ -605,7 +605,7 @@ OPTIONS
605605
[default: warn] logging level for this command invocation
606606
```
607607

608-
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/beta/pull.ts)_
608+
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/beta/pull.ts)_
609609

610610
## `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]`
611611

@@ -646,7 +646,7 @@ OPTIONS
646646
minimize json and sdtout output on success
647647
```
648648

649-
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/beta/push.ts)_
649+
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/beta/push.ts)_
650650

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

@@ -688,7 +688,7 @@ EXAMPLES
688688
sfdx force:source:status -a -u [email protected] --json
689689
```
690690

691-
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/beta/status.ts)_
691+
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/beta/status.ts)_
692692

693693
## `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]`
694694

@@ -727,7 +727,7 @@ DESCRIPTION
727727
and remote files as changed, and any files with the same name are listed as conflicts.
728728
```
729729

730-
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/beta/tracking/clear.ts)_
730+
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/beta/tracking/clear.ts)_
731731

732732
## `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]`
733733

@@ -777,7 +777,7 @@ DESCRIPTION
777777
$ sfdx force:data:soql:query -q "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" -t
778778
```
779779

780-
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/beta/tracking/reset.ts)_
780+
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/beta/tracking/reset.ts)_
781781

782782
## `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]`
783783

@@ -799,7 +799,7 @@ USAGE
799799
800800
OPTIONS
801801
-d, --outputdir=outputdir [default:
802-
metadataPackage_1642687060078]
802+
metadataPackage_1642700742206]
803803
output directory to store the
804804
Metadata API–formatted files in
805805
@@ -837,7 +837,7 @@ EXAMPLES
837837
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
838838
```
839839

840-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/convert.ts)_
840+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/convert.ts)_
841841

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

@@ -900,7 +900,7 @@ EXAMPLES
900900
$ sfdx force:source:delete -p path/to/source
901901
```
902902

903-
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/delete.ts)_
903+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/delete.ts)_
904904

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

@@ -1034,7 +1034,7 @@ EXAMPLES
10341034
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
10351035
```
10361036

1037-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/deploy.ts)_
1037+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/deploy.ts)_
10381038

10391039
## `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]`
10401040

@@ -1089,7 +1089,7 @@ EXAMPLES
10891089
$ sfdx force:source:deploy:report
10901090
```
10911091

1092-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/deploy/cancel.ts)_
1092+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/deploy/cancel.ts)_
10931093

10941094
## `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]`
10951095

@@ -1139,7 +1139,7 @@ EXAMPLES
11391139
$ sfdx force:source:deploy:report
11401140
```
11411141

1142-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/deploy/report.ts)_
1142+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/deploy/report.ts)_
11431143

11441144
## `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]`
11451145

@@ -1218,7 +1218,7 @@ EXAMPLES
12181218
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
12191219
```
12201220

1221-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/manifest/create.ts)_
1221+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/manifest/create.ts)_
12221222

12231223
## `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]`
12241224

@@ -1268,7 +1268,7 @@ EXAMPLES
12681268
$ sfdx force:source:open -f path/to/source -u [email protected]
12691269
```
12701270

1271-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/open.ts)_
1271+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/open.ts)_
12721272

12731273
## `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]`
12741274

@@ -1356,6 +1356,6 @@ EXAMPLES
13561356
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
13571357
```
13581358

1359-
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.1/src/commands/force/source/retrieve.ts)_
1359+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.2/src/commands/force/source/retrieve.ts)_
13601360

13611361
<!-- 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.8.2",
4+
"version": "1.8.3",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)