Skip to content

Commit bb58605

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.0.12 [ci skip]
1 parent b08ef1f commit bb58605

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGELOG.md

+7
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.0.12](https://github.com/salesforcecli/plugin-source/compare/v1.0.11...v1.0.12) (2021-08-26)
6+
7+
8+
### Bug Fixes
9+
10+
* force a release that updates SDR dependency ([b08ef1f](https://github.com/salesforcecli/plugin-source/commit/b08ef1f21d673353d483921a907d945f74584340))
11+
512
### [1.0.11](https://github.com/salesforcecli/plugin-source/compare/v1.0.10...v1.0.11) (2021-08-26)
613

714

README.md

+9-9
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.0.10 linux-x64 node-v12.22.5
83+
@salesforce/plugin-source/1.0.12 linux-x64 node-v12.22.5
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -119,7 +119,7 @@ USAGE
119119
120120
OPTIONS
121121
-d, --outputdir=outputdir [default:
122-
metadataPackage_1629994249969]
122+
metadataPackage_1630001120595]
123123
output directory to store the
124124
Metadata API–formatted files in
125125
@@ -157,7 +157,7 @@ EXAMPLES
157157
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
158158
```
159159

160-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.10/src/commands/force/source/convert.ts)_
160+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.12/src/commands/force/source/convert.ts)_
161161

162162
## `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] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
163163

@@ -267,7 +267,7 @@ EXAMPLES
267267
$ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH`,
268268
```
269269

270-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.10/src/commands/force/source/deploy.ts)_
270+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.12/src/commands/force/source/deploy.ts)_
271271

272272
## `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]`
273273

@@ -322,7 +322,7 @@ EXAMPLES
322322
$ sfdx force:source:deploy:report
323323
```
324324

325-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.10/src/commands/force/source/deploy/cancel.ts)_
325+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.12/src/commands/force/source/deploy/cancel.ts)_
326326

327327
## `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]`
328328

@@ -372,7 +372,7 @@ EXAMPLES
372372
$ sfdx force:source:deploy:report
373373
```
374374

375-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.10/src/commands/force/source/deploy/report.ts)_
375+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.12/src/commands/force/source/deploy/report.ts)_
376376

377377
## `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]`
378378

@@ -451,7 +451,7 @@ EXAMPLES
451451
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
452452
```
453453

454-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.10/src/commands/force/source/manifest/create.ts)_
454+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.12/src/commands/force/source/manifest/create.ts)_
455455

456456
## `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]`
457457

@@ -501,7 +501,7 @@ EXAMPLES
501501
$ sfdx force:source:open -f path/to/source -u [email protected]
502502
```
503503

504-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.10/src/commands/force/source/open.ts)_
504+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.12/src/commands/force/source/open.ts)_
505505

506506
## `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]`
507507

@@ -589,5 +589,5 @@ EXAMPLES
589589
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
590590
```
591591

592-
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.10/src/commands/force/source/retrieve.ts)_
592+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.12/src/commands/force/source/retrieve.ts)_
593593
<!-- commandsstop -->

0 commit comments

Comments
 (0)