Skip to content

Commit 610443d

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.3.1 [ci skip]
1 parent ff6a4f7 commit 610443d

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
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.3.1](https://github.com/salesforcecli/plugin-source/compare/v1.3.0...v1.3.1) (2021-10-28)
6+
7+
8+
### Bug Fixes
9+
10+
* bump SDR to 5.1.1 ([#266](https://github.com/salesforcecli/plugin-source/issues/266)) ([ff6a4f7](https://github.com/salesforcecli/plugin-source/commit/ff6a4f74401668faec6404f941ce5cf73da426ff))
11+
512
## [1.3.0](https://github.com/salesforcecli/plugin-source/compare/v1.2.6...v1.3.0) (2021-10-28)
613

714

README.md

Lines changed: 15 additions & 15 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.2.6 linux-x64 node-v12.22.7
83+
@salesforce/plugin-source/1.3.0 linux-x64 node-v12.22.7
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -138,7 +138,7 @@ OPTIONS
138138
[default: warn] logging level for this command invocation
139139
```
140140

141-
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/beta/pull.ts)_
141+
_See code: [src/commands/force/source/beta/pull.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/beta/pull.ts)_
142142

143143
## `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]`
144144

@@ -179,7 +179,7 @@ OPTIONS
179179
minimize json and sdtout output on success
180180
```
181181

182-
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/beta/push.ts)_
182+
_See code: [src/commands/force/source/beta/push.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/beta/push.ts)_
183183

184184
## `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]`
185185

@@ -217,7 +217,7 @@ EXAMPLES
217217
sfdx force:source:status -a -u [email protected] --json
218218
```
219219

220-
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/beta/status.ts)_
220+
_See code: [src/commands/force/source/beta/status.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/beta/status.ts)_
221221

222222
## `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]`
223223

@@ -256,7 +256,7 @@ DESCRIPTION
256256
and remote files as changed, and any files with the same name are listed as conflicts.
257257
```
258258

259-
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/beta/tracking/clear.ts)_
259+
_See code: [src/commands/force/source/beta/tracking/clear.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/beta/tracking/clear.ts)_
260260

261261
## `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]`
262262

@@ -306,7 +306,7 @@ DESCRIPTION
306306
$ sfdx force:data:soql:query -q "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" -t
307307
```
308308

309-
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/beta/tracking/reset.ts)_
309+
_See code: [src/commands/force/source/beta/tracking/reset.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/beta/tracking/reset.ts)_
310310

311311
## `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]`
312312

@@ -328,7 +328,7 @@ USAGE
328328
329329
OPTIONS
330330
-d, --outputdir=outputdir [default:
331-
metadataPackage_1635446744210]
331+
metadataPackage_1635451490517]
332332
output directory to store the
333333
Metadata API–formatted files in
334334
@@ -366,7 +366,7 @@ EXAMPLES
366366
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
367367
```
368368

369-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/convert.ts)_
369+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/convert.ts)_
370370

371371
## `sfdx `
372372

@@ -422,7 +422,7 @@ EXAMPLES
422422
$ sfdx force:source:delete -p path/to/source
423423
```
424424

425-
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/delete.ts)_
425+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/delete.ts)_
426426

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

@@ -551,7 +551,7 @@ EXAMPLES
551551
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
552552
```
553553

554-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/deploy.ts)_
554+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/deploy.ts)_
555555

556556
## `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]`
557557

@@ -606,7 +606,7 @@ EXAMPLES
606606
$ sfdx force:source:deploy:report
607607
```
608608

609-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/deploy/cancel.ts)_
609+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/deploy/cancel.ts)_
610610

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

@@ -656,7 +656,7 @@ EXAMPLES
656656
$ sfdx force:source:deploy:report
657657
```
658658

659-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/deploy/report.ts)_
659+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/deploy/report.ts)_
660660

661661
## `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]`
662662

@@ -735,7 +735,7 @@ EXAMPLES
735735
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
736736
```
737737

738-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/manifest/create.ts)_
738+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/manifest/create.ts)_
739739

740740
## `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]`
741741

@@ -785,7 +785,7 @@ EXAMPLES
785785
$ sfdx force:source:open -f path/to/source -u [email protected]
786786
```
787787

788-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.6/src/commands/force/source/open.ts)_
788+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.3.0/src/commands/force/source/open.ts)_
789789

790790
## `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]`
791791

@@ -873,5 +873,5 @@ EXAMPLES
873873
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
874874
```
875875

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

0 commit comments

Comments
 (0)