@@ -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.14 linux-x64 node-v12.22.6
83
+ @salesforce/plugin-source/1.0.15 linux-x64 node-v12.22.6
84
84
$ sfdx --help [COMMAND]
85
85
USAGE
86
86
$ sfdx COMMAND
@@ -119,7 +119,7 @@ USAGE
119
119
120
120
OPTIONS
121
121
-d, --outputdir=outputdir [default:
122
- metadataPackage_1631229391330 ]
122
+ metadataPackage_1631292577437 ]
123
123
output directory to store the
124
124
Metadata API–formatted files in
125
125
@@ -157,14 +157,15 @@ EXAMPLES
157
157
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
158
158
```
159
159
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 ) _
161
161
162
162
## ` 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] `
163
163
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
165
165
166
166
```
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.
168
169
To take advantage of change tracking with scratch orgs, use "sfdx force:source:push".
169
170
To deploy metadata that’s in metadata format, use "sfdx force:mdapi:deploy".
170
171
@@ -229,6 +230,7 @@ OPTIONS
229
230
--verbose verbose output of deploy result
230
231
231
232
DESCRIPTION
233
+ Use this command to deploy source (metadata that’s in source format) to an org.
232
234
To take advantage of change tracking with scratch orgs, use "sfdx force:source:push".
233
235
To deploy metadata that’s in metadata format, use "sfdx force:mdapi:deploy".
234
236
@@ -267,7 +269,7 @@ EXAMPLES
267
269
$ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH`,
268
270
```
269
271
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 ) _
271
273
272
274
## ` 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] `
273
275
@@ -322,7 +324,7 @@ EXAMPLES
322
324
$ sfdx force:source:deploy:report
323
325
```
324
326
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 ) _
326
328
327
329
## ` 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] `
328
330
@@ -372,7 +374,7 @@ EXAMPLES
372
374
$ sfdx force:source:deploy:report
373
375
```
374
376
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 ) _
376
378
377
379
## ` 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] `
378
380
@@ -451,7 +453,7 @@ EXAMPLES
451
453
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
452
454
```
453
455
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 ) _
455
457
456
458
## ` 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] `
457
459
@@ -501,7 +503,7 @@ EXAMPLES
501
503
$ sfdx force:source:open -f path/to/source -u my-user@my-org.com
502
504
```
503
505
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 ) _
505
507
506
508
## ` 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] `
507
509
@@ -589,5 +591,5 @@ EXAMPLES
589
591
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
590
592
```
591
593
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 ) _
593
595
<!-- commandsstop -->
0 commit comments