@@ -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.0.5 linux-x64 node-v12.22.4
83
+ @salesforce/plugin-source/1.0.6 linux-x64 node-v12.22.4
84
84
$ sfdx --help [COMMAND]
85
85
USAGE
86
86
$ sfdx COMMAND
@@ -139,7 +139,7 @@ EXAMPLES
139
139
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
140
140
```
141
141
142
- _ See code: [ src/commands/force/source/convert.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.5 /src/commands/force/source/convert.ts ) _
142
+ _ See code: [ src/commands/force/source/convert.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.6 /src/commands/force/source/convert.ts ) _
143
143
144
144
## ` 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] `
145
145
@@ -214,7 +214,7 @@ EXAMPLES
214
214
$ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH
215
215
```
216
216
217
- _ See code: [ src/commands/force/source/deploy.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.5 /src/commands/force/source/deploy.ts ) _
217
+ _ See code: [ src/commands/force/source/deploy.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.6 /src/commands/force/source/deploy.ts ) _
218
218
219
219
## ` 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] `
220
220
@@ -252,7 +252,7 @@ EXAMPLES
252
252
$ sfdx force:source:deploy:cancel -i <jobid>
253
253
```
254
254
255
- _ See code: [ src/commands/force/source/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.5 /src/commands/force/source/deploy/cancel.ts ) _
255
+ _ See code: [ src/commands/force/source/deploy/cancel.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.6 /src/commands/force/source/deploy/cancel.ts ) _
256
256
257
257
## ` 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] `
258
258
@@ -297,7 +297,7 @@ EXAMPLES
297
297
$ sfdx force:source:deploy:report
298
298
```
299
299
300
- _ See code: [ src/commands/force/source/deploy/report.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.5 /src/commands/force/source/deploy/report.ts ) _
300
+ _ See code: [ src/commands/force/source/deploy/report.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.6 /src/commands/force/source/deploy/report.ts ) _
301
301
302
302
## ` 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] `
303
303
@@ -339,7 +339,7 @@ EXAMPLES
339
339
$ sfdx force:source:open -f path/to/source -u [email protected]
340
340
```
341
341
342
- _ See code: [ src/commands/force/source/open.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.5 /src/commands/force/source/open.ts ) _
342
+ _ See code: [ src/commands/force/source/open.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.6 /src/commands/force/source/open.ts ) _
343
343
344
344
## ` 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] `
345
345
@@ -394,5 +394,5 @@ EXAMPLES
394
394
sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
395
395
```
396
396
397
- _ See code: [ src/commands/force/source/retrieve.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.5 /src/commands/force/source/retrieve.ts ) _
397
+ _ See code: [ src/commands/force/source/retrieve.ts] ( https://github.com/salesforcecli/plugin-source/blob/v1.0.6 /src/commands/force/source/retrieve.ts ) _
398
398
<!-- commandsstop -->
0 commit comments