Skip to content

Commit 84396b7

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.2.6 [ci skip]
1 parent 76627fb commit 84396b7

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
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.2.6](https://github.com/salesforcecli/plugin-source/compare/v1.2.5...v1.2.6) (2021-10-21)
6+
7+
8+
### Bug Fixes
9+
10+
* use cross-env for test:nuts script ([#260](https://github.com/salesforcecli/plugin-source/issues/260)) ([76627fb](https://github.com/salesforcecli/plugin-source/commit/76627fb21c62a4fb140c87ccfc266accd79af3fd))
11+
512
### [1.2.5](https://github.com/salesforcecli/plugin-source/compare/v1.2.4...v1.2.5) (2021-10-21)
613

714
### [1.2.4](https://github.com/salesforcecli/plugin-source/compare/v1.2.3...v1.2.4) (2021-10-12)

README.md

Lines changed: 10 additions & 10 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.4 linux-x64 node-v12.22.7
83+
@salesforce/plugin-source/1.2.5 linux-x64 node-v12.22.7
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -120,7 +120,7 @@ USAGE
120120
121121
OPTIONS
122122
-d, --outputdir=outputdir [default:
123-
metadataPackage_1634829671715]
123+
metadataPackage_1634849032196]
124124
output directory to store the
125125
Metadata API–formatted files in
126126
@@ -158,7 +158,7 @@ EXAMPLES
158158
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
159159
```
160160

161-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.4/src/commands/force/source/convert.ts)_
161+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.5/src/commands/force/source/convert.ts)_
162162

163163
## `sfdx `
164164

@@ -214,7 +214,7 @@ EXAMPLES
214214
$ sfdx force:source:delete -p path/to/source
215215
```
216216

217-
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.4/src/commands/force/source/delete.ts)_
217+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.5/src/commands/force/source/delete.ts)_
218218

219219
## `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]`
220220

@@ -343,7 +343,7 @@ EXAMPLES
343343
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
344344
```
345345

346-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.4/src/commands/force/source/deploy.ts)_
346+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.5/src/commands/force/source/deploy.ts)_
347347

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

@@ -398,7 +398,7 @@ EXAMPLES
398398
$ sfdx force:source:deploy:report
399399
```
400400

401-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.4/src/commands/force/source/deploy/cancel.ts)_
401+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.5/src/commands/force/source/deploy/cancel.ts)_
402402

403403
## `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]`
404404

@@ -448,7 +448,7 @@ EXAMPLES
448448
$ sfdx force:source:deploy:report
449449
```
450450

451-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.4/src/commands/force/source/deploy/report.ts)_
451+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.5/src/commands/force/source/deploy/report.ts)_
452452

453453
## `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]`
454454

@@ -527,7 +527,7 @@ EXAMPLES
527527
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
528528
```
529529

530-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.4/src/commands/force/source/manifest/create.ts)_
530+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.5/src/commands/force/source/manifest/create.ts)_
531531

532532
## `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]`
533533

@@ -577,7 +577,7 @@ EXAMPLES
577577
$ sfdx force:source:open -f path/to/source -u my-user@my-org.com
578578
```
579579

580-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.4/src/commands/force/source/open.ts)_
580+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.5/src/commands/force/source/open.ts)_
581581

582582
## `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]`
583583

@@ -665,5 +665,5 @@ EXAMPLES
665665
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
666666
```
667667

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

0 commit comments

Comments
 (0)