@@ -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.5.2 linux-x64 node-v12.22.7
83+ @salesforce/plugin-source/1.5.3 linux-x64 node-v12.22.7
8484$ sfdx --help [COMMAND]
8585USAGE
8686 $ sfdx COMMAND
@@ -161,7 +161,7 @@ EXAMPLES
161161 $ sfdx force:mdapi:beta:convert -r path/to/metadata -d path/to/outputdir
162162```
163163
164- _ See code: [ src/commands/force/mdapi/beta/convert.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/mdapi/beta/convert.ts ) _
164+ _ See code: [ src/commands/force/mdapi/beta/convert.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/mdapi/beta/convert.ts ) _
165165
166166## ` sfdx force:mdapi:deploy:cancel [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
167167
@@ -209,7 +209,7 @@ EXAMPLES
209209 $ sfdx force:mdapi:deploy:report
210210```
211211
212- _ See code: [ src/commands/force/mdapi/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/mdapi/deploy/cancel.ts ) _
212+ _ See code: [ src/commands/force/mdapi/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/mdapi/deploy/cancel.ts ) _
213213
214214## ` sfdx force:mdapi:describemetadata [-f <filepath>] [-u <string>] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
215215
@@ -253,7 +253,7 @@ EXAMPLES
253253 $ sfdx force:mdapi:describemetadata -u [email protected] -f /path/to/outputfilename.txt 254254```
255255
256- _ See code: [ src/commands/force/mdapi/describemetadata.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/mdapi/describemetadata.ts ) _
256+ _ See code: [ src/commands/force/mdapi/describemetadata.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/mdapi/describemetadata.ts ) _
257257
258258## ` sfdx force:mdapi:listmetadata -m <string> [-f <filepath>] [--folder <string>] [-u <string>] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
259259
@@ -309,7 +309,7 @@ EXAMPLES
309309 $ sfdx force:mdapi:listmetadata -m CustomObject -u [email protected] -f /path/to/outputfilename.txt 310310```
311311
312- _ See code: [ src/commands/force/mdapi/listmetadata.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/mdapi/listmetadata.ts ) _
312+ _ See code: [ src/commands/force/mdapi/listmetadata.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/mdapi/listmetadata.ts ) _
313313
314314## ` sfdx force:source:beta:pull [-f] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
315315
@@ -344,7 +344,7 @@ OPTIONS
344344 [default: warn] logging level for this command invocation
345345```
346346
347- _ See code: [ src/commands/force/source/beta/pull.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/beta/pull.ts ) _
347+ _ See code: [ src/commands/force/source/beta/pull.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/beta/pull.ts ) _
348348
349349## ` sfdx force:source:beta:push [-f] [-w <minutes>] [-g] [-u <string>] [--apiversion <string>] [--quiet] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
350350
@@ -385,7 +385,7 @@ OPTIONS
385385 minimize json and sdtout output on success
386386```
387387
388- _ See code: [ src/commands/force/source/beta/push.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/beta/push.ts ) _
388+ _ See code: [ src/commands/force/source/beta/push.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/beta/push.ts ) _
389389
390390## ` sfdx force:source:beta:status [-l | -r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
391391
@@ -423,7 +423,7 @@ EXAMPLES
423423 sfdx force:source:status -a -u [email protected] --json 424424```
425425
426- _ See code: [ src/commands/force/source/beta/status.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/beta/status.ts ) _
426+ _ See code: [ src/commands/force/source/beta/status.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/beta/status.ts ) _
427427
428428## ` sfdx force:source:beta:tracking:clear [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
429429
@@ -462,7 +462,7 @@ DESCRIPTION
462462 and remote files as changed, and any files with the same name are listed as conflicts.
463463```
464464
465- _ See code: [ src/commands/force/source/beta/tracking/clear.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/beta/tracking/clear.ts ) _
465+ _ See code: [ src/commands/force/source/beta/tracking/clear.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/beta/tracking/clear.ts ) _
466466
467467## ` sfdx force:source:beta:tracking:reset [-r <integer>] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
468468
@@ -512,7 +512,7 @@ DESCRIPTION
512512 $ sfdx force:data:soql:query -q "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" -t
513513```
514514
515- _ See code: [ src/commands/force/source/beta/tracking/reset.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/beta/tracking/reset.ts ) _
515+ _ See code: [ src/commands/force/source/beta/tracking/reset.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/beta/tracking/reset.ts ) _
516516
517517## ` sfdx force:source:convert [-r <directory>] [-d <directory>] [-n <string>] [-p <array> | -x <string> | -m <array>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
518518
@@ -534,7 +534,7 @@ USAGE
534534
535535OPTIONS
536536 -d, --outputdir=outputdir [default:
537- metadataPackage_1637273100058 ]
537+ metadataPackage_1637686680020 ]
538538 output directory to store the
539539 Metadata API–formatted files in
540540
@@ -572,7 +572,7 @@ EXAMPLES
572572 $ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
573573```
574574
575- _ See code: [ src/commands/force/source/convert.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/convert.ts ) _
575+ _ See code: [ src/commands/force/source/convert.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/convert.ts ) _
576576
577577## ` sfdx `
578578
@@ -633,7 +633,7 @@ EXAMPLES
633633 $ sfdx force:source:delete -p path/to/source
634634```
635635
636- _ See code: [ src/commands/force/source/delete.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/delete.ts ) _
636+ _ See code: [ src/commands/force/source/delete.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/delete.ts ) _
637637
638638## ` 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] `
639639
@@ -767,7 +767,7 @@ EXAMPLES
767767 $ sfdx force:source:deploy --manifest package.xml --postdestructivechanges destructiveChangesPost.xml
768768```
769769
770- _ See code: [ src/commands/force/source/deploy.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/deploy.ts ) _
770+ _ See code: [ src/commands/force/source/deploy.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/deploy.ts ) _
771771
772772## ` 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] `
773773
@@ -822,7 +822,7 @@ EXAMPLES
822822 $ sfdx force:source:deploy:report
823823```
824824
825- _ See code: [ src/commands/force/source/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/deploy/cancel.ts ) _
825+ _ See code: [ src/commands/force/source/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/deploy/cancel.ts ) _
826826
827827## ` 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] `
828828
@@ -872,7 +872,7 @@ EXAMPLES
872872 $ sfdx force:source:deploy:report
873873```
874874
875- _ See code: [ src/commands/force/source/deploy/report.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/deploy/report.ts ) _
875+ _ See code: [ src/commands/force/source/deploy/report.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/deploy/report.ts ) _
876876
877877## ` 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] `
878878
@@ -951,7 +951,7 @@ EXAMPLES
951951 $ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
952952```
953953
954- _ See code: [ src/commands/force/source/manifest/create.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/manifest/create.ts ) _
954+ _ See code: [ src/commands/force/source/manifest/create.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/manifest/create.ts ) _
955955
956956## ` 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] `
957957
@@ -1001,7 +1001,7 @@ EXAMPLES
10011001 $ sfdx force:source:open -f path/to/source -u [email protected] 10021002```
10031003
1004- _ See code: [ src/commands/force/source/open.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/open.ts ) _
1004+ _ See code: [ src/commands/force/source/open.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/open.ts ) _
10051005
10061006## ` 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] `
10071007
@@ -1089,5 +1089,5 @@ EXAMPLES
10891089 $ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
10901090```
10911091
1092- _ See code: [ src/commands/force/source/retrieve.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.2 /src/commands/force/source/retrieve.ts ) _
1092+ _ See code: [ src/commands/force/source/retrieve.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.5.3 /src/commands/force/source/retrieve.ts ) _
10931093<!-- commandsstop -->
0 commit comments