Skip to content

Commit 458964b

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.5.4 [ci skip]
1 parent 6a7c936 commit 458964b

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-20
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.5.4](https://github.com/salesforcecli/plugin-source/compare/v1.5.3...v1.5.4) (2021-11-23)
6+
7+
8+
### Bug Fixes
9+
10+
* conditionally include folder ([#309](https://github.com/salesforcecli/plugin-source/issues/309)) ([6a7c936](https://github.com/salesforcecli/plugin-source/commit/6a7c9366a88dc7ea332ba3db1a5658a3b0387d6e))
11+
512
### [1.5.3](https://github.com/salesforcecli/plugin-source/compare/v1.5.2...v1.5.3) (2021-11-18)
613

714
### [1.5.2](https://github.com/salesforcecli/plugin-source/compare/v1.5.1...v1.5.2) (2021-11-18)

README.md

Lines changed: 19 additions & 19 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.5.2 linux-x64 node-v12.22.7
83+
@salesforce/plugin-source/1.5.3 linux-x64 node-v12.22.7
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -161,7 +161,7 @@ EXAMPLES
161161
$ sfdx force:mdapi:beta:convert -r path/to/metadata -d path/to/outputdir
162162
```
163163

164-
_See code: [src/commands/force/mdapi/beta/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/mdapi/beta/convert.ts)_
164+
_See code: [src/commands/force/mdapi/beta/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/mdapi/beta/convert.ts)_
165165

166166
## `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]`
167167

@@ -209,7 +209,7 @@ EXAMPLES
209209
$ sfdx force:mdapi:deploy:report
210210
```
211211

212-
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/mdapi/deploy/cancel.ts)_
212+
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/mdapi/deploy/cancel.ts)_
213213

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

@@ -253,7 +253,7 @@ EXAMPLES
253253
$ sfdx force:mdapi:describemetadata -u [email protected] -f /path/to/outputfilename.txt
254254
```
255255

256-
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/mdapi/describemetadata.ts)_
256+
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/mdapi/describemetadata.ts)_
257257

258258
## `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]`
259259

@@ -309,7 +309,7 @@ EXAMPLES
309309
$ sfdx force:mdapi:listmetadata -m CustomObject -u [email protected] -f /path/to/outputfilename.txt
310310
```
311311

312-
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/mdapi/listmetadata.ts)_
312+
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/mdapi/listmetadata.ts)_
313313

314314
## `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]`
315315

@@ -344,7 +344,7 @@ OPTIONS
344344
[default: warn] logging level for this command invocation
345345
```
346346

347-
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/beta/pull.ts)_
347+
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/beta/pull.ts)_
348348

349349
## `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]`
350350

@@ -385,7 +385,7 @@ OPTIONS
385385
minimize json and sdtout output on success
386386
```
387387

388-
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/beta/push.ts)_
388+
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/beta/push.ts)_
389389

390390
## `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]`
391391

@@ -423,7 +423,7 @@ EXAMPLES
423423
sfdx force:source:status -a -u [email protected] --json
424424
```
425425

426-
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/beta/status.ts)_
426+
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/beta/status.ts)_
427427

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

@@ -462,7 +462,7 @@ DESCRIPTION
462462
and remote files as changed, and any files with the same name are listed as conflicts.
463463
```
464464

465-
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/beta/tracking/clear.ts)_
465+
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/beta/tracking/clear.ts)_
466466

467467
## `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]`
468468

@@ -512,7 +512,7 @@ DESCRIPTION
512512
$ sfdx force:data:soql:query -q "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" -t
513513
```
514514

515-
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/beta/tracking/reset.ts)_
515+
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/beta/tracking/reset.ts)_
516516

517517
## `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]`
518518

@@ -534,7 +534,7 @@ USAGE
534534
535535
OPTIONS
536536
-d, --outputdir=outputdir [default:
537-
metadataPackage_1637273100058]
537+
metadataPackage_1637686680020]
538538
output directory to store the
539539
Metadata API–formatted files in
540540
@@ -572,7 +572,7 @@ EXAMPLES
572572
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
573573
```
574574

575-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/convert.ts)_
575+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/convert.ts)_
576576

577577
## `sfdx `
578578

@@ -633,7 +633,7 @@ EXAMPLES
633633
$ sfdx force:source:delete -p path/to/source
634634
```
635635

636-
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/delete.ts)_
636+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/delete.ts)_
637637

638638
## `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]`
639639

@@ -767,7 +767,7 @@ EXAMPLES
767767
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
768768
```
769769

770-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/deploy.ts)_
770+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/deploy.ts)_
771771

772772
## `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]`
773773

@@ -822,7 +822,7 @@ EXAMPLES
822822
$ sfdx force:source:deploy:report
823823
```
824824

825-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/deploy/cancel.ts)_
825+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/deploy/cancel.ts)_
826826

827827
## `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]`
828828

@@ -872,7 +872,7 @@ EXAMPLES
872872
$ sfdx force:source:deploy:report
873873
```
874874

875-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/deploy/report.ts)_
875+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/deploy/report.ts)_
876876

877877
## `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]`
878878

@@ -951,7 +951,7 @@ EXAMPLES
951951
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
952952
```
953953

954-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/manifest/create.ts)_
954+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/manifest/create.ts)_
955955

956956
## `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]`
957957

@@ -1001,7 +1001,7 @@ EXAMPLES
10011001
$ sfdx force:source:open -f path/to/source -u [email protected]
10021002
```
10031003

1004-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.2/src/commands/force/source/open.ts)_
1004+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.3/src/commands/force/source/open.ts)_
10051005

10061006
## `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]`
10071007

@@ -1089,5 +1089,5 @@ EXAMPLES
10891089
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
10901090
```
10911091

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

0 commit comments

Comments
 (0)