@@ -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.12 linux-x64 node-v12.22.6
83+ @salesforce/plugin-source/1.0.14 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_1631132027364 ]
122+ metadataPackage_1631213898409 ]
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.12 /src/commands/force/source/convert.ts ) _
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 ) _
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.12 /src/commands/force/source/deploy.ts ) _
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 ) _
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.12 /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.14 /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.12 /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.14 /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.12 /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.14 /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.12 /src/commands/force/source/open.ts ) _
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 ) _
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.12 /src/commands/force/source/retrieve.ts ) _
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 ) _
593593<!-- commandsstop -->
0 commit comments