Skip to content

Commit ef527a9

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.2.4 [ci skip]
1 parent 055aed6 commit ef527a9

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
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.2.4](https://github.com/salesforcecli/plugin-source/compare/v1.2.3...v1.2.4) (2021-10-12)
6+
57
### [1.2.3](https://github.com/salesforcecli/plugin-source/compare/v1.2.1...v1.2.3) (2021-10-11)
68

79

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.2 linux-x64 node-v12.22.6
83+
@salesforce/plugin-source/1.2.3 linux-x64 node-v12.22.6
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -120,7 +120,7 @@ USAGE
120120
121121
OPTIONS
122122
-d, --outputdir=outputdir [default:
123-
metadataPackage_1633992373534]
123+
metadataPackage_1634038640398]
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.2/src/commands/force/source/convert.ts)_
161+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.3/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.2/src/commands/force/source/delete.ts)_
217+
_See code: [src/commands/force/source/delete.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.3/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] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
220220

@@ -326,7 +326,7 @@ EXAMPLES
326326
$ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH`,
327327
```
328328

329-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.2/src/commands/force/source/deploy.ts)_
329+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.3/src/commands/force/source/deploy.ts)_
330330

331331
## `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]`
332332

@@ -381,7 +381,7 @@ EXAMPLES
381381
$ sfdx force:source:deploy:report
382382
```
383383

384-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.2/src/commands/force/source/deploy/cancel.ts)_
384+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.3/src/commands/force/source/deploy/cancel.ts)_
385385

386386
## `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]`
387387

@@ -431,7 +431,7 @@ EXAMPLES
431431
$ sfdx force:source:deploy:report
432432
```
433433

434-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.2/src/commands/force/source/deploy/report.ts)_
434+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.3/src/commands/force/source/deploy/report.ts)_
435435

436436
## `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]`
437437

@@ -510,7 +510,7 @@ EXAMPLES
510510
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
511511
```
512512

513-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.2/src/commands/force/source/manifest/create.ts)_
513+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.3/src/commands/force/source/manifest/create.ts)_
514514

515515
## `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]`
516516

@@ -560,7 +560,7 @@ EXAMPLES
560560
$ sfdx force:source:open -f path/to/source -u my-user@my-org.com
561561
```
562562

563-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.2/src/commands/force/source/open.ts)_
563+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.2.3/src/commands/force/source/open.ts)_
564564

565565
## `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]`
566566

@@ -648,5 +648,5 @@ EXAMPLES
648648
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
649649
```
650650

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

0 commit comments

Comments
 (0)