Skip to content

Commit a9e82b9

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.5.1 [ci skip]
1 parent b8b3a50 commit a9e82b9

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
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.5.1](https://github.com/salesforcecli/plugin-source/compare/v1.5.0...v1.5.1) (2021-11-18)
6+
57
## [1.5.0](https://github.com/salesforcecli/plugin-source/compare/v1.4.3...v1.5.0) (2021-11-16)
68

79

README.md

Lines changed: 18 additions & 18 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.3 linux-x64 node-v12.22.7
83+
@salesforce/plugin-source/1.5.0 linux-x64 node-v12.22.7
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -154,7 +154,7 @@ EXAMPLES
154154
$ sfdx force:mdapi:deploy:report
155155
```
156156

157-
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/mdapi/deploy/cancel.ts)_
157+
_See code: [src/commands/force/mdapi/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/mdapi/deploy/cancel.ts)_
158158

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

@@ -198,7 +198,7 @@ EXAMPLES
198198
$ sfdx force:mdapi:describemetadata -u [email protected] -f /path/to/outputfilename.txt
199199
```
200200

201-
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/mdapi/describemetadata.ts)_
201+
_See code: [src/commands/force/mdapi/describemetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/mdapi/describemetadata.ts)_
202202

203203
## `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]`
204204

@@ -254,7 +254,7 @@ EXAMPLES
254254
$ sfdx force:mdapi:listmetadata -m CustomObject -u [email protected] -f /path/to/outputfilename.txt
255255
```
256256

257-
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/mdapi/listmetadata.ts)_
257+
_See code: [src/commands/force/mdapi/listmetadata.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/mdapi/listmetadata.ts)_
258258

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

@@ -289,7 +289,7 @@ OPTIONS
289289
[default: warn] logging level for this command invocation
290290
```
291291

292-
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/beta/pull.ts)_
292+
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/beta/pull.ts)_
293293

294294
## `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]`
295295

@@ -330,7 +330,7 @@ OPTIONS
330330
minimize json and sdtout output on success
331331
```
332332

333-
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/beta/push.ts)_
333+
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/beta/push.ts)_
334334

335335
## `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]`
336336

@@ -368,7 +368,7 @@ EXAMPLES
368368
sfdx force:source:status -a -u [email protected] --json
369369
```
370370

371-
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/beta/status.ts)_
371+
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/beta/status.ts)_
372372

373373
## `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]`
374374

@@ -407,7 +407,7 @@ DESCRIPTION
407407
and remote files as changed, and any files with the same name are listed as conflicts.
408408
```
409409

410-
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/beta/tracking/clear.ts)_
410+
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/beta/tracking/clear.ts)_
411411

412412
## `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]`
413413

@@ -457,7 +457,7 @@ DESCRIPTION
457457
$ sfdx force:data:soql:query -q "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" -t
458458
```
459459

460-
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/beta/tracking/reset.ts)_
460+
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/beta/tracking/reset.ts)_
461461

462462
## `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]`
463463

@@ -479,7 +479,7 @@ USAGE
479479
480480
OPTIONS
481481
-d, --outputdir=outputdir [default:
482-
metadataPackage_1637100105638]
482+
metadataPackage_1637194506518]
483483
output directory to store the
484484
Metadata API–formatted files in
485485
@@ -517,7 +517,7 @@ EXAMPLES
517517
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
518518
```
519519

520-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/convert.ts)_
520+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/convert.ts)_
521521

522522
## `sfdx `
523523

@@ -573,7 +573,7 @@ EXAMPLES
573573
$ sfdx force:source:delete -p path/to/source
574574
```
575575

576-
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/delete.ts)_
576+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/delete.ts)_
577577

578578
## `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]`
579579

@@ -702,7 +702,7 @@ EXAMPLES
702702
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
703703
```
704704

705-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/deploy.ts)_
705+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/deploy.ts)_
706706

707707
## `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]`
708708

@@ -757,7 +757,7 @@ EXAMPLES
757757
$ sfdx force:source:deploy:report
758758
```
759759

760-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/deploy/cancel.ts)_
760+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/deploy/cancel.ts)_
761761

762762
## `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]`
763763

@@ -807,7 +807,7 @@ EXAMPLES
807807
$ sfdx force:source:deploy:report
808808
```
809809

810-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/deploy/report.ts)_
810+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/deploy/report.ts)_
811811

812812
## `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]`
813813

@@ -886,7 +886,7 @@ EXAMPLES
886886
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
887887
```
888888

889-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/manifest/create.ts)_
889+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/manifest/create.ts)_
890890

891891
## `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]`
892892

@@ -936,7 +936,7 @@ EXAMPLES
936936
$ sfdx force:source:open -f path/to/source -u [email protected]
937937
```
938938

939-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.4.3/src/commands/force/source/open.ts)_
939+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.5.0/src/commands/force/source/open.ts)_
940940

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

@@ -1024,5 +1024,5 @@ EXAMPLES
10241024
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
10251025
```
10261026

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

0 commit comments

Comments
 (0)