Skip to content

Commit 172fd88

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.8.4 [ci skip]
1 parent 232bca9 commit 172fd88

File tree

3 files changed

+51
-24
lines changed

3 files changed

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

79
### [1.8.2](https://github.com/salesforcecli/plugin-source/compare/v1.8.1...v1.8.2) (2022-01-20)

README.md

Lines changed: 48 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.2 linux-x64 node-v12.22.9
86+
@salesforce/plugin-source/1.8.3 linux-x64 node-v12.22.9
8787
$ sfdx --help [COMMAND]
8888
USAGE
8989
$ sfdx COMMAND
@@ -114,6 +114,7 @@ USAGE
114114
- [`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]`](#sfdx-forcesourcedeploy---soapdeploy--w-minutes--q-id---c---l-notestrunrunspecifiedtestsrunlocaltestsrunalltestsinorg---r-array---o---g--m-array--p-array---predestructivechanges-filepath--x-filepath---postdestructivechanges-filepath---u-string---apiversion-string---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
115115
- [`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]`](#sfdx-forcesourcedeploycancel--w-minutes--i-id--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
116116
- [`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]`](#sfdx-forcesourcedeployreport--w-minutes--i-id--u-string---apiversion-string---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
117+
- [`sfdx force:source:ignored:list [-p <filepath>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-forcesourceignoredlist--p-filepath---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
117118
- [`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]`](#sfdx-forcesourcemanifestcreate--m-array--p-array--n-string---t-prepostdestroypackage--o-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
118119
- [`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]`](#sfdx-forcesourceopen--f-filepath--r--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
119120
- [`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]`](#sfdx-forcesourceretrieve--p-array---x-filepath---m-array--w-minutes--n-array--u-string--a-string---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
@@ -170,7 +171,7 @@ EXAMPLES
170171
$ sfdx force:mdapi:beta:convert -r path/to/metadata -d path/to/outputdir
171172
```
172173

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)_
174+
_See code: [src/commands/force/mdapi/beta/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/mdapi/beta/convert.ts)_
174175

175176
## `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]`
176177

@@ -247,7 +248,7 @@ EXAMPLES
247248
sfdx force:mdapi:beta:deploy -q MyValidatedId
248249
```
249250

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)_
251+
_See code: [src/commands/force/mdapi/beta/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/mdapi/beta/deploy.ts)_
251252

252253
## `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]`
253254

@@ -291,7 +292,7 @@ EXAMPLES
291292
sfdx force:mdapi:beta:deploy:report -i 1234 -w 10
292293
```
293294

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)_
295+
_See code: [src/commands/force/mdapi/beta/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/mdapi/beta/deploy/report.ts)_
295296

296297
## `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]`
297298

@@ -361,7 +362,7 @@ EXAMPLES
361362
sfdx force:mdapi:beta:retrieve -r path/to/retrieve/dir --wait 0
362363
```
363364

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)_
365+
_See code: [src/commands/force/mdapi/beta/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/mdapi/beta/retrieve.ts)_
365366

366367
## `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]`
367368

@@ -422,7 +423,7 @@ EXAMPLES
422423
sfdx force:mdapi:beta:retrieve:report -i retrieveId -r path/to/retrieve/dir --unzip --zipfilename apexClasses.zip
423424
```
424425

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)_
426+
_See code: [src/commands/force/mdapi/beta/retrieve/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/mdapi/beta/retrieve/report.ts)_
426427

427428
## `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]`
428429

@@ -470,7 +471,7 @@ EXAMPLES
470471
$ sfdx force:mdapi:deploy:report
471472
```
472473

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)_
474+
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/mdapi/deploy/cancel.ts)_
474475

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

@@ -514,7 +515,7 @@ EXAMPLES
514515
$ sfdx force:mdapi:describemetadata -u [email protected] -f /path/to/outputfilename.txt
515516
```
516517

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)_
518+
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/mdapi/describemetadata.ts)_
518519

519520
## `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]`
520521

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

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)_
574+
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/mdapi/listmetadata.ts)_
574575

575576
## `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]`
576577

@@ -605,7 +606,7 @@ OPTIONS
605606
[default: warn] logging level for this command invocation
606607
```
607608

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)_
609+
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/beta/pull.ts)_
609610

610611
## `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]`
611612

@@ -646,7 +647,7 @@ OPTIONS
646647
minimize json and sdtout output on success
647648
```
648649

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)_
650+
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/beta/push.ts)_
650651

651652
## `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]`
652653

@@ -688,7 +689,7 @@ EXAMPLES
688689
sfdx force:source:status -a -u [email protected] --json
689690
```
690691

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)_
692+
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/beta/status.ts)_
692693

693694
## `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]`
694695

@@ -727,7 +728,7 @@ DESCRIPTION
727728
and remote files as changed, and any files with the same name are listed as conflicts.
728729
```
729730

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)_
731+
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/beta/tracking/clear.ts)_
731732

732733
## `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]`
733734

@@ -777,7 +778,7 @@ DESCRIPTION
777778
$ sfdx force:data:soql:query -q "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" -t
778779
```
779780

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)_
781+
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/beta/tracking/reset.ts)_
781782

782783
## `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]`
783784

@@ -799,7 +800,7 @@ USAGE
799800
800801
OPTIONS
801802
-d, --outputdir=outputdir [default:
802-
metadataPackage_1642700742206]
803+
metadataPackage_1642701375177]
803804
output directory to store the
804805
Metadata API–formatted files in
805806
@@ -837,7 +838,7 @@ EXAMPLES
837838
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
838839
```
839840

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)_
841+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/convert.ts)_
841842

842843
## `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]`
843844

@@ -900,7 +901,7 @@ EXAMPLES
900901
$ sfdx force:source:delete -p path/to/source
901902
```
902903

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)_
904+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/delete.ts)_
904905

905906
## `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]`
906907

@@ -1034,7 +1035,7 @@ EXAMPLES
10341035
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
10351036
```
10361037

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)_
1038+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/deploy.ts)_
10381039

10391040
## `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]`
10401041

@@ -1089,7 +1090,7 @@ EXAMPLES
10891090
$ sfdx force:source:deploy:report
10901091
```
10911092

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)_
1093+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/deploy/cancel.ts)_
10931094

10941095
## `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]`
10951096

@@ -1139,7 +1140,31 @@ EXAMPLES
11391140
$ sfdx force:source:deploy:report
11401141
```
11411142

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)_
1143+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/deploy/report.ts)_
1144+
1145+
## `sfdx force:source:ignored:list [-p <filepath>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1146+
1147+
check your local project package directories for forceignored files
1148+
1149+
```
1150+
check your local project package directories for forceignored files
1151+
1152+
USAGE
1153+
$ sfdx force:source:ignored:list [-p <filepath>] [--json] [--loglevel
1154+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
1155+
1156+
OPTIONS
1157+
-p, --sourcepath=sourcepath file or directory of files that the
1158+
command checks for foreceignored
1159+
files
1160+
1161+
--json format output as json
1162+
1163+
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
1164+
this command invocation
1165+
```
1166+
1167+
_See code: [src/commands/force/source/ignored/list.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/ignored/list.ts)_
11431168

11441169
## `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]`
11451170

@@ -1218,7 +1243,7 @@ EXAMPLES
12181243
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
12191244
```
12201245

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)_
1246+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/manifest/create.ts)_
12221247

12231248
## `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]`
12241249

@@ -1268,7 +1293,7 @@ EXAMPLES
12681293
$ sfdx force:source:open -f path/to/source -u [email protected]
12691294
```
12701295

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)_
1296+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/open.ts)_
12721297

12731298
## `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]`
12741299

@@ -1356,6 +1381,6 @@ EXAMPLES
13561381
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
13571382
```
13581383

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)_
1384+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.8.3/src/commands/force/source/retrieve.ts)_
13601385

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

0 commit comments

Comments
 (0)