@@ -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.15 linux-x64 node-v12.22.6
83+ @salesforce/plugin-source/1.0.16 linux-x64 node-v12.22.6
8484$ sfdx --help [COMMAND]
8585USAGE
8686 $ sfdx COMMAND
9292
9393<!-- commands -->
9494* [ ` 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] ` ] ( #sfdx-forcesourceconvert--r-directory--d-directory--n-string--p-array---x-string---m-array---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
95+ * [ ` sfdx ` ] ( #sfdx- )
9596* [ ` 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] ` ] ( #sfdx-forcesourcedeploy---soapdeploy--w-minutes--q-id---x-filepath---m-array---p-array---c---l-notestrunrunspecifiedtestsrunlocaltestsrunalltestsinorg---r-array---o---g--u-string---apiversion-string---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
9697* [ ` 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] ` ] ( #sfdx-forcesourcedeploycancel--w-minutes--i-id--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
9798* [ ` 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] ` ] ( #sfdx-forcesourcedeployreport--w-minutes--i-id--u-string---apiversion-string---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
@@ -119,7 +120,7 @@ USAGE
119120
120121OPTIONS
121122 -d, --outputdir=outputdir [default:
122- metadataPackage_1631292577437 ]
123+ metadataPackage_1632518158778 ]
123124 output directory to store the
124125 Metadata API–formatted files in
125126
@@ -157,7 +158,63 @@ EXAMPLES
157158 $ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
158159```
159160
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 ) _
161+ _ See code: [ src/commands/force/source/convert.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.16/src/commands/force/source/convert.ts ) _
162+
163+ ## ` sfdx `
164+
165+ delete source from your project and from a non-source-tracked org
166+
167+ ```
168+ delete source from your project and from a non-source-tracked org
169+ Use this command to delete components from orgs that don’t have source tracking.
170+ To remove deleted items from scratch orgs, which have change tracking, use "sfdx force:source:push".
171+
172+ USAGE
173+ $ sfdx force:source:delete
174+
175+ OPTIONS
176+ -c, --checkonly validate delete command but do not
177+ delete from the org or delete files
178+ locally
179+
180+ -l, --testlevel=(NoTestRun|RunLocalTests|RunAllTestsInOrg) [default: NoTestRun] deployment
181+ testing level
182+
183+ -m, --metadata=metadata comma-separated list of names of
184+ metadata components to delete
185+
186+ -p, --sourcepath=sourcepath comma-separated list of source file
187+ paths to delete
188+
189+ -r, --noprompt do not prompt for delete
190+ confirmation
191+
192+ -u, --targetusername=targetusername username or alias for the target
193+ org; overrides default target org
194+
195+ -w, --wait=wait [default: 33 minutes] wait time for
196+ command to finish in minutes
197+
198+ --apiversion=apiversion override the api version used for
199+ api requests made by this command
200+
201+ --json format output as json
202+
203+ --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
204+ this command invocation
205+
206+ --verbose verbose output of delete result
207+
208+ DESCRIPTION
209+ Use this command to delete components from orgs that don’t have source tracking.
210+ To remove deleted items from scratch orgs, which have change tracking, use "sfdx force:source:push".
211+
212+ EXAMPLES
213+ $ sfdx force:source:delete -m <metadata>
214+ $ sfdx force:source:delete -p path/to/source
215+ ```
216+
217+ _ See code: [ src/commands/force/source/delete.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.16/src/commands/force/source/delete.ts ) _
161218
162219## ` 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] `
163220
@@ -269,7 +326,7 @@ EXAMPLES
269326 $ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH`,
270327```
271328
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 ) _
329+ _ See code: [ src/commands/force/source/deploy.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.16 /src/commands/force/source/deploy.ts ) _
273330
274331## ` 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] `
275332
@@ -324,7 +381,7 @@ EXAMPLES
324381 $ sfdx force:source:deploy:report
325382```
326383
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 ) _
384+ _ See code: [ src/commands/force/source/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.16 /src/commands/force/source/deploy/cancel.ts ) _
328385
329386## ` 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] `
330387
@@ -374,7 +431,7 @@ EXAMPLES
374431 $ sfdx force:source:deploy:report
375432```
376433
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 ) _
434+ _ See code: [ src/commands/force/source/deploy/report.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.16 /src/commands/force/source/deploy/report.ts ) _
378435
379436## ` 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] `
380437
@@ -453,7 +510,7 @@ EXAMPLES
453510 $ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
454511```
455512
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 ) _
513+ _ See code: [ src/commands/force/source/manifest/create.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.16 /src/commands/force/source/manifest/create.ts ) _
457514
458515## ` 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] `
459516
@@ -503,7 +560,7 @@ EXAMPLES
503560 $ sfdx force:source:open -f path/to/source -u [email protected] 504561```
505562
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 ) _
563+ _ See code: [ src/commands/force/source/open.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.16 /src/commands/force/source/open.ts ) _
507564
508565## ` 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] `
509566
@@ -591,5 +648,5 @@ EXAMPLES
591648 $ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
592649```
593650
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 ) _
651+ _ See code: [ src/commands/force/source/retrieve.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.16 /src/commands/force/source/retrieve.ts ) _
595652<!-- commandsstop -->
0 commit comments