@salesforce/cli 2.12.7 → 2.13.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 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.12.7 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.13.0 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -842,7 +842,7 @@ DESCRIPTION
842
842
  list all the commands
843
843
  ```
844
844
 
845
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/2.2.27/src/commands/commands.ts)_
845
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/2.2.28/src/commands/commands.ts)_
846
846
 
847
847
  ## `sf config get`
848
848
 
@@ -5096,7 +5096,7 @@ EXAMPLES
5096
5096
  $ sf plugins
5097
5097
  ```
5098
5098
 
5099
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/index.ts)_
5099
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/index.ts)_
5100
5100
 
5101
5101
  ## `sf plugins discover`
5102
5102
 
@@ -5113,7 +5113,7 @@ EXAMPLES
5113
5113
  $ sf plugins discover
5114
5114
  ```
5115
5115
 
5116
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.2.3/src/commands/plugins/discover.ts)_
5116
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.0/src/commands/plugins/discover.ts)_
5117
5117
 
5118
5118
  ## `sf plugins:inspect PLUGIN...`
5119
5119
 
@@ -5140,7 +5140,7 @@ EXAMPLES
5140
5140
  $ sf plugins:inspect myplugin
5141
5141
  ```
5142
5142
 
5143
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/inspect.ts)_
5143
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/inspect.ts)_
5144
5144
 
5145
5145
  ## `sf plugins:install PLUGIN...`
5146
5146
 
@@ -5180,7 +5180,7 @@ EXAMPLES
5180
5180
  $ sf plugins:install someuser/someplugin
5181
5181
  ```
5182
5182
 
5183
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/install.ts)_
5183
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/install.ts)_
5184
5184
 
5185
5185
  ## `sf plugins:link PLUGIN`
5186
5186
 
@@ -5209,7 +5209,7 @@ EXAMPLES
5209
5209
  $ sf plugins:link myplugin
5210
5210
  ```
5211
5211
 
5212
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/link.ts)_
5212
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/link.ts)_
5213
5213
 
5214
5214
  ## `sf plugins trust verify`
5215
5215
 
@@ -5237,7 +5237,7 @@ EXAMPLES
5237
5237
  $ sf plugins trust verify --npm @scope/npmName
5238
5238
  ```
5239
5239
 
5240
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.16/src/commands/plugins/trust/verify.ts)_
5240
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.18/src/commands/plugins/trust/verify.ts)_
5241
5241
 
5242
5242
  ## `sf plugins:uninstall PLUGIN...`
5243
5243
 
@@ -5262,7 +5262,7 @@ ALIASES
5262
5262
  $ sf plugins remove
5263
5263
  ```
5264
5264
 
5265
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/uninstall.ts)_
5265
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/uninstall.ts)_
5266
5266
 
5267
5267
  ## `sf plugins update`
5268
5268
 
@@ -5280,7 +5280,7 @@ DESCRIPTION
5280
5280
  Update installed plugins.
5281
5281
  ```
5282
5282
 
5283
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.3/src/commands/plugins/update.ts)_
5283
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.8.4/src/commands/plugins/update.ts)_
5284
5284
 
5285
5285
  ## `sf project convert mdapi`
5286
5286
 
@@ -5342,7 +5342,7 @@ FLAG DESCRIPTIONS
5342
5342
  If you specify this parameter, don’t specify --metadata or --source-dir.
5343
5343
  ```
5344
5344
 
5345
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/convert/mdapi.ts)_
5345
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/convert/mdapi.ts)_
5346
5346
 
5347
5347
  ## `sf project convert source`
5348
5348
 
@@ -5354,7 +5354,7 @@ USAGE
5354
5354
  <value> | -m <value>]
5355
5355
 
5356
5356
  FLAGS
5357
- -d, --output-dir=<value> [default: metadataPackage_1696284244069] Output directory to store the Metadata
5357
+ -d, --output-dir=<value> [default: metadataPackage_1696366148889] Output directory to store the Metadata
5358
5358
  API–formatted files in.
5359
5359
  -m, --metadata=<value>... Metadata component names to convert.
5360
5360
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5414,7 +5414,7 @@ FLAG DESCRIPTIONS
5414
5414
  Override the api version used for api requests made by this command
5415
5415
  ```
5416
5416
 
5417
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/convert/source.ts)_
5417
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/convert/source.ts)_
5418
5418
 
5419
5419
  ## `sf project delete source`
5420
5420
 
@@ -5552,7 +5552,7 @@ FLAG DESCRIPTIONS
5552
5552
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5553
5553
  ```
5554
5554
 
5555
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/delete/source.ts)_
5555
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/delete/source.ts)_
5556
5556
 
5557
5557
  ## `sf project delete tracking`
5558
5558
 
@@ -5587,7 +5587,7 @@ EXAMPLES
5587
5587
  $ sf project delete tracking --target-org my-scratch
5588
5588
  ```
5589
5589
 
5590
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/delete/tracking.ts)_
5590
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/delete/tracking.ts)_
5591
5591
 
5592
5592
  ## `sf project deploy cancel`
5593
5593
 
@@ -5657,7 +5657,7 @@ FLAG DESCRIPTIONS
5657
5657
  project deploy report".
5658
5658
  ```
5659
5659
 
5660
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/cancel.ts)_
5660
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/cancel.ts)_
5661
5661
 
5662
5662
  ## `sf project deploy preview`
5663
5663
 
@@ -5740,7 +5740,7 @@ FLAG DESCRIPTIONS
5740
5740
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5741
5741
  ```
5742
5742
 
5743
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/preview.ts)_
5743
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/preview.ts)_
5744
5744
 
5745
5745
  ## `sf project deploy quick`
5746
5746
 
@@ -5833,7 +5833,7 @@ ERROR CODES
5833
5833
  Canceling (69) The deploy is being canceled.
5834
5834
  ```
5835
5835
 
5836
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/quick.ts)_
5836
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/quick.ts)_
5837
5837
 
5838
5838
  ## `sf project deploy report`
5839
5839
 
@@ -5928,7 +5928,7 @@ FLAG DESCRIPTIONS
5928
5928
  --coverage-formatters lcov --coverage-formatters clover
5929
5929
  ```
5930
5930
 
5931
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/report.ts)_
5931
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/report.ts)_
5932
5932
 
5933
5933
  ## `sf project deploy resume`
5934
5934
 
@@ -6024,7 +6024,7 @@ ERROR CODES
6024
6024
  Canceling (69) The deploy is being canceled.
6025
6025
  ```
6026
6026
 
6027
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/resume.ts)_
6027
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/resume.ts)_
6028
6028
 
6029
6029
  ## `sf project deploy start`
6030
6030
 
@@ -6252,7 +6252,7 @@ ERROR CODES
6252
6252
  Canceling (69) The deploy is being canceled.
6253
6253
  ```
6254
6254
 
6255
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/start.ts)_
6255
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/start.ts)_
6256
6256
 
6257
6257
  ## `sf project deploy validate`
6258
6258
 
@@ -6424,7 +6424,7 @@ ERROR CODES
6424
6424
  Canceling (69) The deploy is being canceled.
6425
6425
  ```
6426
6426
 
6427
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/deploy/validate.ts)_
6427
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/deploy/validate.ts)_
6428
6428
 
6429
6429
  ## `sf project generate`
6430
6430
 
@@ -6603,7 +6603,7 @@ EXAMPLES
6603
6603
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6604
6604
  ```
6605
6605
 
6606
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/generate/manifest.ts)_
6606
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/generate/manifest.ts)_
6607
6607
 
6608
6608
  ## `sf project list ignored`
6609
6609
 
@@ -6644,7 +6644,7 @@ EXAMPLES
6644
6644
  $ sf project list ignored --source-dir package.xml
6645
6645
  ```
6646
6646
 
6647
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/list/ignored.ts)_
6647
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/list/ignored.ts)_
6648
6648
 
6649
6649
  ## `sf project reset tracking`
6650
6650
 
@@ -6691,7 +6691,7 @@ EXAMPLES
6691
6691
  $ sf project reset tracking --revision 30
6692
6692
  ```
6693
6693
 
6694
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/reset/tracking.ts)_
6694
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/reset/tracking.ts)_
6695
6695
 
6696
6696
  ## `sf project retrieve preview`
6697
6697
 
@@ -6746,7 +6746,7 @@ FLAG DESCRIPTIONS
6746
6746
  Overrides your default org.
6747
6747
  ```
6748
6748
 
6749
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/retrieve/preview.ts)_
6749
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/retrieve/preview.ts)_
6750
6750
 
6751
6751
  ## `sf project retrieve start`
6752
6752
 
@@ -6762,8 +6762,8 @@ FLAGS
6762
6762
  -c, --ignore-conflicts Ignore conflicts and retrieve and save files to your local filesystem, even if they
6763
6763
  overwrite your local changes.
6764
6764
  -d, --source-dir=<value>... File paths for source to retrieve from the org.
6765
- -m, --metadata=<value>... Metadata component names to retrieve. Wildcards ( * ) supported as long as you use
6766
- quotes, such as 'ApexClass:MyClass*'
6765
+ -m, --metadata=<value>... Metadata component names to retrieve. Wildcards ( `*` ) supported as long as you use
6766
+ quotes, such as `ApexClass:MyClass*`
6767
6767
  -n, --package-name=<value>... Package names to retrieve.
6768
6768
  -o, --target-org=<value> (required) Login username or alias for the target org.
6769
6769
  -r, --output-dir=<value> Directory root for the retrieved source files.
@@ -6900,7 +6900,7 @@ ENVIRONMENT VARIABLES
6900
6900
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
6901
6901
  ```
6902
6902
 
6903
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.5/src/commands/project/retrieve/start.ts)_
6903
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.18.6/src/commands/project/retrieve/start.ts)_
6904
6904
 
6905
6905
  ## `sf schema generate field`
6906
6906
 
@@ -7097,7 +7097,7 @@ DESCRIPTION
7097
7097
  Once you select a command, hit enter and it will show the help for that command.
7098
7098
  ```
7099
7099
 
7100
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.23/dist/commands/search.ts)_
7100
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.23/src/commands/search.ts)_
7101
7101
 
7102
7102
  ## `sf sobject describe`
7103
7103
 
@@ -7418,6 +7418,6 @@ EXAMPLES
7418
7418
  $ sf which help
7419
7419
  ```
7420
7420
 
7421
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/2.2.33/src/commands/which.ts)_
7421
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/2.2.34/src/commands/which.ts)_
7422
7422
 
7423
7423
  <!-- commandsstop -->