@salesforce/cli 2.16.6 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/npm-shrinkwrap.json +604 -906
- package/oclif.manifest.json +534 -251
- package/package.json +11 -9
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.
|
|
27
|
+
@salesforce/cli/2.17.0 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5117,7 +5117,7 @@ EXAMPLES
|
|
|
5117
5117
|
$ sf plugins
|
|
5118
5118
|
```
|
|
5119
5119
|
|
|
5120
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5120
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/index.ts)_
|
|
5121
5121
|
|
|
5122
5122
|
## `sf plugins discover`
|
|
5123
5123
|
|
|
@@ -5161,7 +5161,7 @@ EXAMPLES
|
|
|
5161
5161
|
$ sf plugins:inspect myplugin
|
|
5162
5162
|
```
|
|
5163
5163
|
|
|
5164
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5164
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/inspect.ts)_
|
|
5165
5165
|
|
|
5166
5166
|
## `sf plugins:install PLUGIN...`
|
|
5167
5167
|
|
|
@@ -5202,7 +5202,7 @@ EXAMPLES
|
|
|
5202
5202
|
$ sf plugins:install someuser/someplugin
|
|
5203
5203
|
```
|
|
5204
5204
|
|
|
5205
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5205
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/install.ts)_
|
|
5206
5206
|
|
|
5207
5207
|
## `sf plugins:link PLUGIN`
|
|
5208
5208
|
|
|
@@ -5232,7 +5232,7 @@ EXAMPLES
|
|
|
5232
5232
|
$ sf plugins:link myplugin
|
|
5233
5233
|
```
|
|
5234
5234
|
|
|
5235
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5235
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/link.ts)_
|
|
5236
5236
|
|
|
5237
5237
|
## `sf plugins trust verify`
|
|
5238
5238
|
|
|
@@ -5285,7 +5285,7 @@ ALIASES
|
|
|
5285
5285
|
$ sf plugins remove
|
|
5286
5286
|
```
|
|
5287
5287
|
|
|
5288
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5288
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/uninstall.ts)_
|
|
5289
5289
|
|
|
5290
5290
|
## `sf plugins update`
|
|
5291
5291
|
|
|
@@ -5303,7 +5303,7 @@ DESCRIPTION
|
|
|
5303
5303
|
Update installed plugins.
|
|
5304
5304
|
```
|
|
5305
5305
|
|
|
5306
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5306
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/update.ts)_
|
|
5307
5307
|
|
|
5308
5308
|
## `sf project convert mdapi`
|
|
5309
5309
|
|
|
@@ -5365,7 +5365,7 @@ FLAG DESCRIPTIONS
|
|
|
5365
5365
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5366
5366
|
```
|
|
5367
5367
|
|
|
5368
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
5368
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/convert/mdapi.ts)_
|
|
5369
5369
|
|
|
5370
5370
|
## `sf project convert source`
|
|
5371
5371
|
|
|
@@ -5377,7 +5377,7 @@ USAGE
|
|
|
5377
5377
|
<value> | -m <value>]
|
|
5378
5378
|
|
|
5379
5379
|
FLAGS
|
|
5380
|
-
-d, --output-dir=<value> [default:
|
|
5380
|
+
-d, --output-dir=<value> [default: metadataPackage_1698793516882] Output directory to store the Metadata
|
|
5381
5381
|
API–formatted files in.
|
|
5382
5382
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5383
5383
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5437,7 +5437,7 @@ FLAG DESCRIPTIONS
|
|
|
5437
5437
|
Override the api version used for api requests made by this command
|
|
5438
5438
|
```
|
|
5439
5439
|
|
|
5440
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
5440
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/convert/source.ts)_
|
|
5441
5441
|
|
|
5442
5442
|
## `sf project delete source`
|
|
5443
5443
|
|
|
@@ -5575,7 +5575,7 @@ FLAG DESCRIPTIONS
|
|
|
5575
5575
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5576
5576
|
```
|
|
5577
5577
|
|
|
5578
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
5578
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/delete/source.ts)_
|
|
5579
5579
|
|
|
5580
5580
|
## `sf project delete tracking`
|
|
5581
5581
|
|
|
@@ -5610,7 +5610,7 @@ EXAMPLES
|
|
|
5610
5610
|
$ sf project delete tracking --target-org my-scratch
|
|
5611
5611
|
```
|
|
5612
5612
|
|
|
5613
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
5613
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/delete/tracking.ts)_
|
|
5614
5614
|
|
|
5615
5615
|
## `sf project deploy cancel`
|
|
5616
5616
|
|
|
@@ -5680,7 +5680,7 @@ FLAG DESCRIPTIONS
|
|
|
5680
5680
|
project deploy report".
|
|
5681
5681
|
```
|
|
5682
5682
|
|
|
5683
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
5683
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/cancel.ts)_
|
|
5684
5684
|
|
|
5685
5685
|
## `sf project deploy preview`
|
|
5686
5686
|
|
|
@@ -5763,7 +5763,7 @@ FLAG DESCRIPTIONS
|
|
|
5763
5763
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5764
5764
|
```
|
|
5765
5765
|
|
|
5766
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
5766
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/preview.ts)_
|
|
5767
5767
|
|
|
5768
5768
|
## `sf project deploy quick`
|
|
5769
5769
|
|
|
@@ -5856,7 +5856,7 @@ ERROR CODES
|
|
|
5856
5856
|
Canceling (69) The deploy is being canceled.
|
|
5857
5857
|
```
|
|
5858
5858
|
|
|
5859
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
5859
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/quick.ts)_
|
|
5860
5860
|
|
|
5861
5861
|
## `sf project deploy report`
|
|
5862
5862
|
|
|
@@ -5951,7 +5951,7 @@ FLAG DESCRIPTIONS
|
|
|
5951
5951
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5952
5952
|
```
|
|
5953
5953
|
|
|
5954
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
5954
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/report.ts)_
|
|
5955
5955
|
|
|
5956
5956
|
## `sf project deploy resume`
|
|
5957
5957
|
|
|
@@ -6047,7 +6047,7 @@ ERROR CODES
|
|
|
6047
6047
|
Canceling (69) The deploy is being canceled.
|
|
6048
6048
|
```
|
|
6049
6049
|
|
|
6050
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
6050
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/resume.ts)_
|
|
6051
6051
|
|
|
6052
6052
|
## `sf project deploy start`
|
|
6053
6053
|
|
|
@@ -6275,7 +6275,7 @@ ERROR CODES
|
|
|
6275
6275
|
Canceling (69) The deploy is being canceled.
|
|
6276
6276
|
```
|
|
6277
6277
|
|
|
6278
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
6278
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/start.ts)_
|
|
6279
6279
|
|
|
6280
6280
|
## `sf project deploy validate`
|
|
6281
6281
|
|
|
@@ -6447,7 +6447,7 @@ ERROR CODES
|
|
|
6447
6447
|
Canceling (69) The deploy is being canceled.
|
|
6448
6448
|
```
|
|
6449
6449
|
|
|
6450
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
6450
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/validate.ts)_
|
|
6451
6451
|
|
|
6452
6452
|
## `sf project generate`
|
|
6453
6453
|
|
|
@@ -6626,7 +6626,7 @@ EXAMPLES
|
|
|
6626
6626
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6627
6627
|
```
|
|
6628
6628
|
|
|
6629
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
6629
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/generate/manifest.ts)_
|
|
6630
6630
|
|
|
6631
6631
|
## `sf project list ignored`
|
|
6632
6632
|
|
|
@@ -6667,7 +6667,7 @@ EXAMPLES
|
|
|
6667
6667
|
$ sf project list ignored --source-dir package.xml
|
|
6668
6668
|
```
|
|
6669
6669
|
|
|
6670
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
6670
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/list/ignored.ts)_
|
|
6671
6671
|
|
|
6672
6672
|
## `sf project reset tracking`
|
|
6673
6673
|
|
|
@@ -6714,7 +6714,7 @@ EXAMPLES
|
|
|
6714
6714
|
$ sf project reset tracking --revision 30
|
|
6715
6715
|
```
|
|
6716
6716
|
|
|
6717
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
6717
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/reset/tracking.ts)_
|
|
6718
6718
|
|
|
6719
6719
|
## `sf project retrieve preview`
|
|
6720
6720
|
|
|
@@ -6769,7 +6769,7 @@ FLAG DESCRIPTIONS
|
|
|
6769
6769
|
Overrides your default org.
|
|
6770
6770
|
```
|
|
6771
6771
|
|
|
6772
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
6772
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/retrieve/preview.ts)_
|
|
6773
6773
|
|
|
6774
6774
|
## `sf project retrieve start`
|
|
6775
6775
|
|
|
@@ -6923,7 +6923,7 @@ ENVIRONMENT VARIABLES
|
|
|
6923
6923
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6924
6924
|
```
|
|
6925
6925
|
|
|
6926
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.
|
|
6926
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/retrieve/start.ts)_
|
|
6927
6927
|
|
|
6928
6928
|
## `sf schema generate field`
|
|
6929
6929
|
|