@salesforce/cli 2.63.4 → 2.63.6

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.63.4 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.63.6 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -522,7 +522,7 @@ FLAG DESCRIPTIONS
522
522
  directory.
523
523
  ```
524
524
 
525
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/get/log.ts)_
525
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/get/log.ts)_
526
526
 
527
527
  ## `sf apex get test`
528
528
 
@@ -582,7 +582,7 @@ EXAMPLES
582
582
  me@myorg'
583
583
  ```
584
584
 
585
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/get/test.ts)_
585
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/get/test.ts)_
586
586
 
587
587
  ## `sf apex list log`
588
588
 
@@ -622,7 +622,7 @@ EXAMPLES
622
622
  $ sf apex list log --target-org me@my.org
623
623
  ```
624
624
 
625
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/list/log.ts)_
625
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/list/log.ts)_
626
626
 
627
627
  ## `sf apex run`
628
628
 
@@ -669,7 +669,7 @@ EXAMPLES
669
669
  $ sf apex run
670
670
  ```
671
671
 
672
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/run.ts)_
672
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/run.ts)_
673
673
 
674
674
  ## `sf apex run test`
675
675
 
@@ -809,7 +809,7 @@ FLAG DESCRIPTIONS
809
809
  --tests Test1 --tests Test2
810
810
  ```
811
811
 
812
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/run/test.ts)_
812
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/run/test.ts)_
813
813
 
814
814
  ## `sf apex tail log`
815
815
 
@@ -852,7 +852,7 @@ EXAMPLES
852
852
  $ sf apex tail log --color --skip-trace-flag
853
853
  ```
854
854
 
855
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.3/src/commands/apex/tail/log.ts)_
855
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.4/src/commands/apex/tail/log.ts)_
856
856
 
857
857
  ## `sf api request graphql`
858
858
 
@@ -6043,7 +6043,7 @@ FLAG DESCRIPTIONS
6043
6043
  If you specify this parameter, don’t specify --metadata or --source-dir.
6044
6044
  ```
6045
6045
 
6046
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/convert/mdapi.ts)_
6046
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/convert/mdapi.ts)_
6047
6047
 
6048
6048
  ## `sf project convert source`
6049
6049
 
@@ -6116,7 +6116,7 @@ FLAG DESCRIPTIONS
6116
6116
  Override the api version used for api requests made by this command
6117
6117
  ```
6118
6118
 
6119
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/convert/source.ts)_
6119
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/convert/source.ts)_
6120
6120
 
6121
6121
  ## `sf project convert source-behavior`
6122
6122
 
@@ -6174,7 +6174,7 @@ EXAMPLES
6174
6174
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6175
6175
  ```
6176
6176
 
6177
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/convert/source-behavior.ts)_
6177
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/convert/source-behavior.ts)_
6178
6178
 
6179
6179
  ## `sf project delete source`
6180
6180
 
@@ -6314,7 +6314,7 @@ FLAG DESCRIPTIONS
6314
6314
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6315
6315
  ```
6316
6316
 
6317
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/delete/source.ts)_
6317
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/delete/source.ts)_
6318
6318
 
6319
6319
  ## `sf project delete tracking`
6320
6320
 
@@ -6351,7 +6351,7 @@ EXAMPLES
6351
6351
  $ sf project delete tracking --target-org my-scratch
6352
6352
  ```
6353
6353
 
6354
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/delete/tracking.ts)_
6354
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/delete/tracking.ts)_
6355
6355
 
6356
6356
  ## `sf project deploy cancel`
6357
6357
 
@@ -6423,7 +6423,7 @@ FLAG DESCRIPTIONS
6423
6423
  project deploy report".
6424
6424
  ```
6425
6425
 
6426
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/deploy/cancel.ts)_
6426
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/cancel.ts)_
6427
6427
 
6428
6428
  ## `sf project deploy preview`
6429
6429
 
@@ -6506,7 +6506,7 @@ FLAG DESCRIPTIONS
6506
6506
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6507
6507
  ```
6508
6508
 
6509
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/deploy/preview.ts)_
6509
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/preview.ts)_
6510
6510
 
6511
6511
  ## `sf project deploy quick`
6512
6512
 
@@ -6599,7 +6599,7 @@ ERROR CODES
6599
6599
  Canceling (69) The deploy is being canceled.
6600
6600
  ```
6601
6601
 
6602
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/deploy/quick.ts)_
6602
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/quick.ts)_
6603
6603
 
6604
6604
  ## `sf project deploy report`
6605
6605
 
@@ -6691,7 +6691,7 @@ FLAG DESCRIPTIONS
6691
6691
  --coverage-formatters lcov --coverage-formatters clover
6692
6692
  ```
6693
6693
 
6694
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/deploy/report.ts)_
6694
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/report.ts)_
6695
6695
 
6696
6696
  ## `sf project deploy resume`
6697
6697
 
@@ -6788,7 +6788,7 @@ ERROR CODES
6788
6788
  Canceling (69) The deploy is being canceled.
6789
6789
  ```
6790
6790
 
6791
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/deploy/resume.ts)_
6791
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/resume.ts)_
6792
6792
 
6793
6793
  ## `sf project deploy start`
6794
6794
 
@@ -7041,7 +7041,7 @@ ERROR CODES
7041
7041
  Canceling (69) The deploy is being canceled.
7042
7042
  ```
7043
7043
 
7044
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/deploy/start.ts)_
7044
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/start.ts)_
7045
7045
 
7046
7046
  ## `sf project deploy validate`
7047
7047
 
@@ -7231,7 +7231,7 @@ ERROR CODES
7231
7231
  Canceling (69) The deploy is being canceled.
7232
7232
  ```
7233
7233
 
7234
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/deploy/validate.ts)_
7234
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/validate.ts)_
7235
7235
 
7236
7236
  ## `sf project generate`
7237
7237
 
@@ -7413,7 +7413,7 @@ EXAMPLES
7413
7413
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7414
7414
  ```
7415
7415
 
7416
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/generate/manifest.ts)_
7416
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/generate/manifest.ts)_
7417
7417
 
7418
7418
  ## `sf project list ignored`
7419
7419
 
@@ -7455,7 +7455,7 @@ EXAMPLES
7455
7455
  $ sf project list ignored --source-dir package.xml
7456
7456
  ```
7457
7457
 
7458
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/list/ignored.ts)_
7458
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/list/ignored.ts)_
7459
7459
 
7460
7460
  ## `sf project reset tracking`
7461
7461
 
@@ -7504,7 +7504,7 @@ EXAMPLES
7504
7504
  $ sf project reset tracking --revision 30
7505
7505
  ```
7506
7506
 
7507
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/reset/tracking.ts)_
7507
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/reset/tracking.ts)_
7508
7508
 
7509
7509
  ## `sf project retrieve preview`
7510
7510
 
@@ -7558,7 +7558,7 @@ FLAG DESCRIPTIONS
7558
7558
  production orgs.
7559
7559
  ```
7560
7560
 
7561
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/retrieve/preview.ts)_
7561
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/retrieve/preview.ts)_
7562
7562
 
7563
7563
  ## `sf project retrieve start`
7564
7564
 
@@ -7735,7 +7735,7 @@ ENVIRONMENT VARIABLES
7735
7735
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7736
7736
  ```
7737
7737
 
7738
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.19/src/commands/project/retrieve/start.ts)_
7738
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/retrieve/start.ts)_
7739
7739
 
7740
7740
  ## `sf schema generate field`
7741
7741
 
@@ -7942,7 +7942,7 @@ DESCRIPTION
7942
7942
  Once you select a command, hit enter and it will show the help for that command.
7943
7943
  ```
7944
7944
 
7945
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.11/src/commands/search.ts)_
7945
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.12/src/commands/search.ts)_
7946
7946
 
7947
7947
  ## `sf sobject describe`
7948
7948