@salesforce/cli 2.25.6 → 2.26.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.25.6 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.26.0 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -503,7 +503,7 @@ FLAG DESCRIPTIONS
503
503
  directory.
504
504
  ```
505
505
 
506
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.18/src/commands/apex/get/log.ts)_
506
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/get/log.ts)_
507
507
 
508
508
  ## `sf apex get test`
509
509
 
@@ -556,7 +556,7 @@ EXAMPLES
556
556
  me@myorg',
557
557
  ```
558
558
 
559
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.18/src/commands/apex/get/test.ts)_
559
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/get/test.ts)_
560
560
 
561
561
  ## `sf apex list log`
562
562
 
@@ -595,7 +595,7 @@ EXAMPLES
595
595
  $ sf apex list log --target-org me@my.org
596
596
  ```
597
597
 
598
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.18/src/commands/apex/list/log.ts)_
598
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/list/log.ts)_
599
599
 
600
600
  ## `sf apex run`
601
601
 
@@ -641,7 +641,7 @@ EXAMPLES
641
641
  $ sf apex run
642
642
  ```
643
643
 
644
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.18/src/commands/apex/run.ts)_
644
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/run.ts)_
645
645
 
646
646
  ## `sf apex run test`
647
647
 
@@ -748,7 +748,7 @@ FLAG DESCRIPTIONS
748
748
  --tests Test1 --tests Test2
749
749
  ```
750
750
 
751
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.18/src/commands/apex/run/test.ts)_
751
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/run/test.ts)_
752
752
 
753
753
  ## `sf apex tail log`
754
754
 
@@ -788,7 +788,7 @@ EXAMPLES
788
788
  $ sf apex tail log --color --skip-trace-flag
789
789
  ```
790
790
 
791
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.18/src/commands/apex/tail/log.ts)_
791
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/tail/log.ts)_
792
792
 
793
793
  ## `sf autocomplete [SHELL]`
794
794
 
@@ -5347,7 +5347,7 @@ FLAG DESCRIPTIONS
5347
5347
  If you specify this parameter, don’t specify --metadata or --source-dir.
5348
5348
  ```
5349
5349
 
5350
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/convert/mdapi.ts)_
5350
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/convert/mdapi.ts)_
5351
5351
 
5352
5352
  ## `sf project convert source`
5353
5353
 
@@ -5359,7 +5359,7 @@ USAGE
5359
5359
  <value> | -m <value>]
5360
5360
 
5361
5361
  FLAGS
5362
- -d, --output-dir=<value> [default: metadataPackage_1705146424232] Output directory to store the Metadata
5362
+ -d, --output-dir=<value> [default: metadataPackage_1705445689746] Output directory to store the Metadata
5363
5363
  API–formatted files in.
5364
5364
  -m, --metadata=<value>... Metadata component names to convert.
5365
5365
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5419,7 +5419,7 @@ FLAG DESCRIPTIONS
5419
5419
  Override the api version used for api requests made by this command
5420
5420
  ```
5421
5421
 
5422
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/convert/source.ts)_
5422
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/convert/source.ts)_
5423
5423
 
5424
5424
  ## `sf project delete source`
5425
5425
 
@@ -5558,7 +5558,7 @@ FLAG DESCRIPTIONS
5558
5558
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5559
5559
  ```
5560
5560
 
5561
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/delete/source.ts)_
5561
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/delete/source.ts)_
5562
5562
 
5563
5563
  ## `sf project delete tracking`
5564
5564
 
@@ -5594,7 +5594,7 @@ EXAMPLES
5594
5594
  $ sf project delete tracking --target-org my-scratch
5595
5595
  ```
5596
5596
 
5597
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/delete/tracking.ts)_
5597
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/delete/tracking.ts)_
5598
5598
 
5599
5599
  ## `sf project deploy cancel`
5600
5600
 
@@ -5664,7 +5664,7 @@ FLAG DESCRIPTIONS
5664
5664
  project deploy report".
5665
5665
  ```
5666
5666
 
5667
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/deploy/cancel.ts)_
5667
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/cancel.ts)_
5668
5668
 
5669
5669
  ## `sf project deploy preview`
5670
5670
 
@@ -5672,7 +5672,7 @@ Preview a deployment to see what will deploy to the org, the potential conflicts
5672
5672
 
5673
5673
  ```
5674
5674
  USAGE
5675
- $ sf project deploy preview -o <value> [--json] [-c] [-x <value> | -d <value> | -m <value>]
5675
+ $ sf project deploy preview -o <value> [--json] [-c] [-x <value> | -d <value> | -m <value>] [--concise]
5676
5676
 
5677
5677
  FLAGS
5678
5678
  -c, --ignore-conflicts Don't display conflicts in preview of the deployment.
@@ -5680,6 +5680,7 @@ FLAGS
5680
5680
  -m, --metadata=<value>... Metadata component names to preview.
5681
5681
  -o, --target-org=<value> (required) Login username or alias for the target org.
5682
5682
  -x, --manifest=<value> Full file path for manifest (package.xml) of components to preview.
5683
+ --concise Show only the changes that will be deployed; omits files that are forceignored.
5683
5684
 
5684
5685
  GLOBAL FLAGS
5685
5686
  --json Format output as json.
@@ -5747,7 +5748,7 @@ FLAG DESCRIPTIONS
5747
5748
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5748
5749
  ```
5749
5750
 
5750
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/deploy/preview.ts)_
5751
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/preview.ts)_
5751
5752
 
5752
5753
  ## `sf project deploy quick`
5753
5754
 
@@ -5840,7 +5841,7 @@ ERROR CODES
5840
5841
  Canceling (69) The deploy is being canceled.
5841
5842
  ```
5842
5843
 
5843
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/deploy/quick.ts)_
5844
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/quick.ts)_
5844
5845
 
5845
5846
  ## `sf project deploy report`
5846
5847
 
@@ -5935,7 +5936,7 @@ FLAG DESCRIPTIONS
5935
5936
  --coverage-formatters lcov --coverage-formatters clover
5936
5937
  ```
5937
5938
 
5938
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/deploy/report.ts)_
5939
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/report.ts)_
5939
5940
 
5940
5941
  ## `sf project deploy resume`
5941
5942
 
@@ -6031,7 +6032,7 @@ ERROR CODES
6031
6032
  Canceling (69) The deploy is being canceled.
6032
6033
  ```
6033
6034
 
6034
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/deploy/resume.ts)_
6035
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/resume.ts)_
6035
6036
 
6036
6037
  ## `sf project deploy start`
6037
6038
 
@@ -6260,7 +6261,7 @@ ERROR CODES
6260
6261
  Canceling (69) The deploy is being canceled.
6261
6262
  ```
6262
6263
 
6263
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/deploy/start.ts)_
6264
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/start.ts)_
6264
6265
 
6265
6266
  ## `sf project deploy validate`
6266
6267
 
@@ -6439,7 +6440,7 @@ ERROR CODES
6439
6440
  Canceling (69) The deploy is being canceled.
6440
6441
  ```
6441
6442
 
6442
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/deploy/validate.ts)_
6443
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/deploy/validate.ts)_
6443
6444
 
6444
6445
  ## `sf project generate`
6445
6446
 
@@ -6618,7 +6619,7 @@ EXAMPLES
6618
6619
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6619
6620
  ```
6620
6621
 
6621
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/generate/manifest.ts)_
6622
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/generate/manifest.ts)_
6622
6623
 
6623
6624
  ## `sf project list ignored`
6624
6625
 
@@ -6659,7 +6660,7 @@ EXAMPLES
6659
6660
  $ sf project list ignored --source-dir package.xml
6660
6661
  ```
6661
6662
 
6662
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/list/ignored.ts)_
6663
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/list/ignored.ts)_
6663
6664
 
6664
6665
  ## `sf project reset tracking`
6665
6666
 
@@ -6707,7 +6708,7 @@ EXAMPLES
6707
6708
  $ sf project reset tracking --revision 30
6708
6709
  ```
6709
6710
 
6710
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/reset/tracking.ts)_
6711
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/reset/tracking.ts)_
6711
6712
 
6712
6713
  ## `sf project retrieve preview`
6713
6714
 
@@ -6763,7 +6764,7 @@ FLAG DESCRIPTIONS
6763
6764
  Overrides your default org.
6764
6765
  ```
6765
6766
 
6766
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/retrieve/preview.ts)_
6767
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/retrieve/preview.ts)_
6767
6768
 
6768
6769
  ## `sf project retrieve start`
6769
6770
 
@@ -6917,7 +6918,7 @@ ENVIRONMENT VARIABLES
6917
6918
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
6918
6919
  ```
6919
6920
 
6920
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.1.3/src/commands/project/retrieve/start.ts)_
6921
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.0/src/commands/project/retrieve/start.ts)_
6921
6922
 
6922
6923
  ## `sf schema generate field`
6923
6924
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.25.6",
3
+ "version": "2.26.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.25.6",
9
+ "version": "2.26.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -23,10 +23,10 @@
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.9",
24
24
  "@oclif/plugin-which": "3.0.15",
25
25
  "@salesforce/core": "^6.1.4",
26
- "@salesforce/plugin-apex": "3.0.18",
26
+ "@salesforce/plugin-apex": "3.0.19",
27
27
  "@salesforce/plugin-auth": "3.3.2",
28
28
  "@salesforce/plugin-data": "3.0.16",
29
- "@salesforce/plugin-deploy-retrieve": "3.1.3",
29
+ "@salesforce/plugin-deploy-retrieve": "3.2.0",
30
30
  "@salesforce/plugin-info": "3.0.17",
31
31
  "@salesforce/plugin-limits": "3.1.4",
32
32
  "@salesforce/plugin-marketplace": "1.0.16",
@@ -3924,9 +3924,9 @@
3924
3924
  }
3925
3925
  },
3926
3926
  "node_modules/@salesforce/apex-node": {
3927
- "version": "3.0.1",
3928
- "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.0.1.tgz",
3929
- "integrity": "sha512-zQKr4+vddu/OWH1RJSZBE0kflmyurGhUu34uR4PyI3F0mLEfkZPTTzMY8OsbsxtYRCd0oN1psL/t0xrjlF16DQ==",
3927
+ "version": "3.0.2",
3928
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.0.2.tgz",
3929
+ "integrity": "sha512-lHa7XnQCivuwTtO0RBTqw+nZ4Qm4ymodqpNJwefFLk6KBEva9sMV9Ksj2x6kBGGbLyO6ZiJiUMSAN6Gcny60zg==",
3930
3930
  "license": "BSD-3-Clause",
3931
3931
  "dependencies": {
3932
3932
  "@salesforce/core": "^6.1.0",
@@ -4185,13 +4185,13 @@
4185
4185
  }
4186
4186
  },
4187
4187
  "node_modules/@salesforce/plugin-apex": {
4188
- "version": "3.0.18",
4189
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.18.tgz",
4190
- "integrity": "sha512-Tht8Yu9eMCFFC3mPugcCUDDAJMYlqHAHWA3p3EJOzFyBKKKVLQQWr/88tJ/slAKGVt2a/O3/h3o1OJJ2+roMUg==",
4188
+ "version": "3.0.19",
4189
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.19.tgz",
4190
+ "integrity": "sha512-TXYnNNSv4qDP/oFihE/msQhxeQmy1SIAcJIV6+eAU/t+U2AWBEy6uYp+zSxdcfT8MUsArTUkiYVCZzVWO8TahQ==",
4191
4191
  "license": "BSD-3-Clause",
4192
4192
  "dependencies": {
4193
4193
  "@oclif/core": "^3.16.0",
4194
- "@salesforce/apex-node": "^3.0.1",
4194
+ "@salesforce/apex-node": "^3.0.2",
4195
4195
  "@salesforce/core": "^6.4.4",
4196
4196
  "@salesforce/kit": "^3.0.15",
4197
4197
  "@salesforce/sf-plugins-core": "^7.1.2",
@@ -4353,9 +4353,9 @@
4353
4353
  "license": "MIT"
4354
4354
  },
4355
4355
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4356
- "version": "3.1.3",
4357
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.1.3.tgz",
4358
- "integrity": "sha512-hw7QSJELZRwQAjDS6G+TLsg+NAnsEpIZD2AbtoD2E4uo6QoXWl7qJ93jtPEN7Q9hgZQG6vsChmvDBgxGD6u2IQ==",
4356
+ "version": "3.2.0",
4357
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.0.tgz",
4358
+ "integrity": "sha512-+tBPMcAjSBciH9BgA5pZjrAbo9/VI4EdOdBRXkDzuAy7aN04i1jEcj/NJfn53ynQ6jely+8PH6RtqMbkKmIETA==",
4359
4359
  "license": "BSD-3-Clause",
4360
4360
  "dependencies": {
4361
4361
  "@oclif/core": "^3.18.1",
@@ -1204,7 +1204,6 @@
1204
1204
  "strict": true,
1205
1205
  "summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
1206
1206
  "enableJsonFlag": true,
1207
- "SF_ENV": "SF_ENV",
1208
1207
  "isESM": true,
1209
1208
  "relativePath": [
1210
1209
  "lib",
@@ -1268,6 +1267,7 @@
1268
1267
  }
1269
1268
  },
1270
1269
  "hasDynamicHelp": false,
1270
+ "hidden": true,
1271
1271
  "hiddenAliases": [],
1272
1272
  "id": "dev:configure:repo",
1273
1273
  "pluginAlias": "@salesforce/plugin-dev",
@@ -1276,7 +1276,6 @@
1276
1276
  "strict": true,
1277
1277
  "summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
1278
1278
  "enableJsonFlag": true,
1279
- "SF_ENV": "SF_ENV",
1280
1279
  "isESM": true,
1281
1280
  "relativePath": [
1282
1281
  "lib",
@@ -1332,6 +1331,7 @@
1332
1331
  }
1333
1332
  },
1334
1333
  "hasDynamicHelp": false,
1334
+ "hidden": true,
1335
1335
  "hiddenAliases": [],
1336
1336
  "id": "dev:configure:secrets",
1337
1337
  "pluginAlias": "@salesforce/plugin-dev",
@@ -1340,7 +1340,6 @@
1340
1340
  "strict": true,
1341
1341
  "summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
1342
1342
  "enableJsonFlag": true,
1343
- "SF_ENV": "SF_ENV",
1344
1343
  "isESM": true,
1345
1344
  "relativePath": [
1346
1345
  "lib",
@@ -1410,7 +1409,6 @@
1410
1409
  "strict": true,
1411
1410
  "summary": "Convert a .json messages file into Markdown.",
1412
1411
  "enableJsonFlag": true,
1413
- "SF_ENV": "SF_ENV",
1414
1412
  "isESM": true,
1415
1413
  "relativePath": [
1416
1414
  "lib",
@@ -1470,7 +1468,6 @@
1470
1468
  "strict": true,
1471
1469
  "summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
1472
1470
  "enableJsonFlag": true,
1473
- "SF_ENV": "SF_ENV",
1474
1471
  "isESM": true,
1475
1472
  "relativePath": [
1476
1473
  "lib",
@@ -1534,7 +1531,6 @@
1534
1531
  "strict": true,
1535
1532
  "summary": "Generate a new sf command.",
1536
1533
  "enableJsonFlag": false,
1537
- "SF_ENV": "SF_ENV",
1538
1534
  "isESM": true,
1539
1535
  "relativePath": [
1540
1536
  "lib",
@@ -1556,7 +1552,7 @@
1556
1552
  "dev:generate:flag": {
1557
1553
  "aliases": [],
1558
1554
  "args": {},
1559
- "description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThis command is interactive. It first discovers all the commands currently implemented in the plugin, and asks you which you want to create a new flag for. It then prompts for other flag properties, such as its long name, optional short name, type, whether it's required, and so on. Long flag names must be kebab-case and not camelCase. The command doesn't let you use an existing long or short flag name. When the command completes, the Typescript file for the command is updated with the code for the new flag.\n\nUse the --dry-run flag to review new code for the command file without actually udpating it.",
1555
+ "description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThis command is interactive. It first discovers all the commands currently implemented in the plugin, and asks you which you want to create a new flag for. It then prompts for other flag properties, such as its long name, optional short name, type, whether it's required, and so on. Long flag names must be kebab-case and not camelCase. The command doesn't let you use an existing long or short flag name. When the command completes, the Typescript file for the command is updated with the code for the new flag.\n\nUse the --dry-run flag to review new code for the command file without actually updating it.",
1560
1556
  "examples": [
1561
1557
  "Generate a new flag and update the command file:\n<%= config.bin %> <%= command.id %>",
1562
1558
  "Don't actually update the command file, just view the generated code:\n<%= config.bin %> <%= command.id %> --dry-run"
@@ -1582,7 +1578,6 @@
1582
1578
  "strict": true,
1583
1579
  "summary": "Generate a flag for an existing command.",
1584
1580
  "enableJsonFlag": false,
1585
- "SF_ENV": "SF_ENV",
1586
1581
  "isESM": true,
1587
1582
  "relativePath": [
1588
1583
  "lib",
@@ -1618,7 +1613,6 @@
1618
1613
  "strict": true,
1619
1614
  "summary": "Generate a new library.",
1620
1615
  "enableJsonFlag": false,
1621
- "SF_ENV": "SF_ENV",
1622
1616
  "isESM": true,
1623
1617
  "relativePath": [
1624
1618
  "lib",
@@ -1657,7 +1651,6 @@
1657
1651
  "strict": true,
1658
1652
  "summary": "Generate a new sf plugin.",
1659
1653
  "enableJsonFlag": false,
1660
- "SF_ENV": "SF_ENV",
1661
1654
  "isESM": true,
1662
1655
  "relativePath": [
1663
1656
  "lib",
@@ -5058,5 +5051,5 @@
5058
5051
  ]
5059
5052
  }
5060
5053
  },
5061
- "version": "2.25.6"
5054
+ "version": "2.26.0"
5062
5055
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.25.6",
4
+ "version": "2.26.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -73,7 +73,7 @@
73
73
  "jitPlugins": {
74
74
  "@salesforce/plugin-custom-metadata": "3.1.4",
75
75
  "@salesforce/plugin-community": "3.0.13",
76
- "@salesforce/plugin-dev": "2.1.5",
76
+ "@salesforce/plugin-dev": "2.1.6",
77
77
  "@salesforce/plugin-devops-center": "1.2.5",
78
78
  "@salesforce/plugin-env": "3.0.15",
79
79
  "@salesforce/plugin-functions": "1.22.11",
@@ -146,10 +146,10 @@
146
146
  "@oclif/plugin-warn-if-update-available": "3.0.9",
147
147
  "@oclif/plugin-which": "3.0.15",
148
148
  "@salesforce/core": "^6.1.4",
149
- "@salesforce/plugin-apex": "3.0.18",
149
+ "@salesforce/plugin-apex": "3.0.19",
150
150
  "@salesforce/plugin-auth": "3.3.2",
151
151
  "@salesforce/plugin-data": "3.0.16",
152
- "@salesforce/plugin-deploy-retrieve": "3.1.3",
152
+ "@salesforce/plugin-deploy-retrieve": "3.2.0",
153
153
  "@salesforce/plugin-info": "3.0.17",
154
154
  "@salesforce/plugin-limits": "3.1.4",
155
155
  "@salesforce/plugin-marketplace": "1.0.16",