@@ -80,7 +80,7 @@ $ npm install -g @salesforce/plugin-source
80
80
$ sfdx COMMAND
81
81
running command...
82
82
$ 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
84
84
$ sfdx --help [COMMAND]
85
85
USAGE
86
86
$ sfdx COMMAND
@@ -120,7 +120,7 @@ USAGE
120
120
121
121
OPTIONS
122
122
-d, --outputdir=outputdir [default:
123
- metadataPackage_1634829671715 ]
123
+ metadataPackage_1634849032196 ]
124
124
output directory to store the
125
125
Metadata API–formatted files in
126
126
@@ -158,7 +158,7 @@ EXAMPLES
158
158
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
159
159
```
160
160
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 ) _
162
162
163
163
## ` sfdx `
164
164
@@ -214,7 +214,7 @@ EXAMPLES
214
214
$ sfdx force:source:delete -p path/to/source
215
215
```
216
216
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 ) _
218
218
219
219
## ` 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] `
220
220
@@ -343,7 +343,7 @@ EXAMPLES
343
343
$ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
344
344
```
345
345
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 ) _
347
347
348
348
## ` 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] `
349
349
@@ -398,7 +398,7 @@ EXAMPLES
398
398
$ sfdx force:source:deploy:report
399
399
```
400
400
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 ) _
402
402
403
403
## ` 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] `
404
404
@@ -448,7 +448,7 @@ EXAMPLES
448
448
$ sfdx force:source:deploy:report
449
449
```
450
450
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 ) _
452
452
453
453
## ` 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] `
454
454
@@ -527,7 +527,7 @@ EXAMPLES
527
527
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
528
528
```
529
529
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 ) _
531
531
532
532
## ` 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] `
533
533
@@ -577,7 +577,7 @@ EXAMPLES
577
577
$ sfdx force:source:open -f path/to/source -u my-user@my-org.com
578
578
```
579
579
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 ) _
581
581
582
582
## ` 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] `
583
583
@@ -665,5 +665,5 @@ EXAMPLES
665
665
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
666
666
```
667
667
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 ) _
669
669
<!-- commandsstop -->
0 commit comments