@@ -80,7 +80,7 @@ $ npm install -g @salesforce/plugin-source
8080$ sfdx COMMAND
8181running command...
8282$ sfdx (-v| --version| version)
83- @salesforce/plugin-source/1.0.14 linux-x64 node-v12.22.6
83+ @salesforce/plugin-source/1.0.15 linux-x64 node-v12.22.6
8484$ sfdx --help [COMMAND]
8585USAGE
8686 $ sfdx COMMAND
@@ -119,7 +119,7 @@ USAGE
119119
120120OPTIONS
121121 -d, --outputdir=outputdir [default:
122- metadataPackage_1631229391330 ]
122+ metadataPackage_1631292577437 ]
123123 output directory to store the
124124 Metadata API–formatted files in
125125
@@ -157,14 +157,15 @@ 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.14 /src/commands/force/source/convert.ts ) _
160+ _ See code: [ src/commands/force/source/convert.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.15 /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
164- deploy source to an org Use this command to deploy source (metadata that’s in source format) to an org.
164+ deploy source to an org
165165
166166```
167- deploy source to an org Use this command to deploy source (metadata that’s in source format) to an org.
167+ deploy source to an org
168+ Use this command to deploy source (metadata that’s in source format) to an org.
168169To take advantage of change tracking with scratch orgs, use "sfdx force:source:push".
169170To deploy metadata that’s in metadata format, use "sfdx force:mdapi:deploy".
170171
@@ -229,6 +230,7 @@ OPTIONS
229230 --verbose verbose output of deploy result
230231
231232DESCRIPTION
233+ Use this command to deploy source (metadata that’s in source format) to an org.
232234 To take advantage of change tracking with scratch orgs, use "sfdx force:source:push".
233235 To deploy metadata that’s in metadata format, use "sfdx force:mdapi:deploy".
234236
@@ -267,7 +269,7 @@ EXAMPLES
267269 $ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH`,
268270```
269271
270- _ See code: [ src/commands/force/source/deploy.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.14 /src/commands/force/source/deploy.ts ) _
272+ _ See code: [ src/commands/force/source/deploy.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.15 /src/commands/force/source/deploy.ts ) _
271273
272274## ` 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] `
273275
@@ -322,7 +324,7 @@ EXAMPLES
322324 $ sfdx force:source:deploy:report
323325```
324326
325- _ See code: [ src/commands/force/source/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.14 /src/commands/force/source/deploy/cancel.ts ) _
327+ _ See code: [ src/commands/force/source/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.15 /src/commands/force/source/deploy/cancel.ts ) _
326328
327329## ` 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] `
328330
@@ -372,7 +374,7 @@ EXAMPLES
372374 $ sfdx force:source:deploy:report
373375```
374376
375- _ See code: [ src/commands/force/source/deploy/report.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.14 /src/commands/force/source/deploy/report.ts ) _
377+ _ See code: [ src/commands/force/source/deploy/report.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.15 /src/commands/force/source/deploy/report.ts ) _
376378
377379## ` 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] `
378380
@@ -451,7 +453,7 @@ EXAMPLES
451453 $ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
452454```
453455
454- _ See code: [ src/commands/force/source/manifest/create.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.14 /src/commands/force/source/manifest/create.ts ) _
456+ _ See code: [ src/commands/force/source/manifest/create.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.15 /src/commands/force/source/manifest/create.ts ) _
455457
456458## ` 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] `
457459
@@ -501,7 +503,7 @@ EXAMPLES
501503 $ sfdx force:source:open -f path/to/source -u [email protected] 502504```
503505
504- _ See code: [ src/commands/force/source/open.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.14 /src/commands/force/source/open.ts ) _
506+ _ See code: [ src/commands/force/source/open.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.15 /src/commands/force/source/open.ts ) _
505507
506508## ` 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] `
507509
@@ -589,5 +591,5 @@ EXAMPLES
589591 $ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
590592```
591593
592- _ See code: [ src/commands/force/source/retrieve.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.14 /src/commands/force/source/retrieve.ts ) _
594+ _ See code: [ src/commands/force/source/retrieve.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.15 /src/commands/force/source/retrieve.ts ) _
593595<!-- commandsstop -->
0 commit comments