@salesforce/cli 1.70.0 → 1.72.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.70.0",
2
+ "version": "1.72.0",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
@@ -612,8 +612,8 @@
612
612
  "char": "p",
613
613
  "summary": "URL to append to the domain created when Digital Experiences was enabled for this org.",
614
614
  "description": "For example, if your domain name is https://MyDomainName.my.site.com and you create a customer site, enter 'customers' to create the unique URL https://MyDomainName.my.site.com/customers.",
615
- "required": true,
616
615
  "multiple": false,
616
+ "default": "",
617
617
  "deprecateAliases": true,
618
618
  "aliases": [
619
619
  "urlpathprefix"
@@ -2232,7 +2232,7 @@
2232
2232
  ],
2233
2233
  "examples": [
2234
2234
  "Create a second-generation package version from the first-generation package with the specified ID and give it the installation key \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 033... --installation-key password123",
2235
- "Similar to previous example, but uses the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 033... --installation-key password123 --target-hub-org devhuborg@example.com"
2235
+ "Similar to previous example, but uses the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 033... --installation-key password123 --target-dev-hub devhuborg@example.com"
2236
2236
  ],
2237
2237
  "deprecateAliases": true,
2238
2238
  "flags": {
@@ -2254,8 +2254,8 @@
2254
2254
  },
2255
2255
  "deprecateAliases": true
2256
2256
  },
2257
- "target-hub-org": {
2258
- "name": "target-hub-org",
2257
+ "target-dev-hub": {
2258
+ "name": "target-dev-hub",
2259
2259
  "type": "option",
2260
2260
  "char": "v",
2261
2261
  "summary": "Username or alias of the Dev Hub org.",
@@ -2263,7 +2263,8 @@
2263
2263
  "multiple": false,
2264
2264
  "deprecateAliases": true,
2265
2265
  "aliases": [
2266
- "targetdevhubusername"
2266
+ "targetdevhubusername",
2267
+ "target-hub-org"
2267
2268
  ]
2268
2269
  },
2269
2270
  "api-version": {
@@ -2372,7 +2373,7 @@
2372
2373
  ],
2373
2374
  "examples": [
2374
2375
  "Create an unlocked package from the files in the \"force-app\" directory; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --name MyUnlockedPackage --package-type Unlocked --path force-app",
2375
- "Create a managed packaged from the \"force-app\" directory files, give the package a description, and use the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --name MyManagedPackage --description \"Your Package Descripton\" --package-type Managed --path force-app --target-hub-org devhub@example.com"
2376
+ "Create a managed packaged from the \"force-app\" directory files, give the package a description, and use the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --name MyManagedPackage --description \"Your Package Descripton\" --package-type Managed --path force-app --target-dev-hub devhub@example.com"
2376
2377
  ],
2377
2378
  "deprecateAliases": true,
2378
2379
  "flags": {
@@ -2394,8 +2395,8 @@
2394
2395
  },
2395
2396
  "deprecateAliases": true
2396
2397
  },
2397
- "target-hub-org": {
2398
- "name": "target-hub-org",
2398
+ "target-dev-hub": {
2399
+ "name": "target-dev-hub",
2399
2400
  "type": "option",
2400
2401
  "char": "v",
2401
2402
  "summary": "Username or alias of the Dev Hub org.",
@@ -2403,7 +2404,8 @@
2403
2404
  "multiple": false,
2404
2405
  "deprecateAliases": true,
2405
2406
  "aliases": [
2406
- "targetdevhubusername"
2407
+ "targetdevhubusername",
2408
+ "target-hub-org"
2407
2409
  ]
2408
2410
  },
2409
2411
  "api-version": {
@@ -2513,7 +2515,7 @@
2513
2515
  ],
2514
2516
  "examples": [
2515
2517
  "Delete a package using its alias from your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\"",
2516
- "Delete a package using its ID from the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 0Ho... --target-hub-org devhub@example.com"
2518
+ "Delete a package using its ID from the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 0Ho... --target-dev-hub devhub@example.com"
2517
2519
  ],
2518
2520
  "deprecateAliases": true,
2519
2521
  "flags": {
@@ -2535,8 +2537,8 @@
2535
2537
  },
2536
2538
  "deprecateAliases": true
2537
2539
  },
2538
- "target-hub-org": {
2539
- "name": "target-hub-org",
2540
+ "target-dev-hub": {
2541
+ "name": "target-dev-hub",
2540
2542
  "type": "option",
2541
2543
  "char": "v",
2542
2544
  "summary": "Username or alias of the Dev Hub org.",
@@ -2544,7 +2546,8 @@
2544
2546
  "multiple": false,
2545
2547
  "deprecateAliases": true,
2546
2548
  "aliases": [
2547
- "targetdevhubusername"
2549
+ "targetdevhubusername",
2550
+ "target-hub-org"
2548
2551
  ]
2549
2552
  },
2550
2553
  "api-version": {
@@ -2791,8 +2794,8 @@
2791
2794
  "force:package:list"
2792
2795
  ],
2793
2796
  "examples": [
2794
- "List all packages in the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --target-hub-org devhub@example.com",
2795
- "List all packages details in the specified Dev Hub org, and show extended details about each package:\n<%= config.bin %> <%= command.id %> --target-hub-org devhub@example.com --verbose"
2797
+ "List all packages in the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com",
2798
+ "List all packages details in the specified Dev Hub org, and show extended details about each package:\n<%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com --verbose"
2796
2799
  ],
2797
2800
  "deprecateAliases": true,
2798
2801
  "flags": {
@@ -2814,8 +2817,8 @@
2814
2817
  },
2815
2818
  "deprecateAliases": true
2816
2819
  },
2817
- "target-hub-org": {
2818
- "name": "target-hub-org",
2820
+ "target-dev-hub": {
2821
+ "name": "target-dev-hub",
2819
2822
  "type": "option",
2820
2823
  "char": "v",
2821
2824
  "summary": "Username or alias of the Dev Hub org.",
@@ -2823,7 +2826,8 @@
2823
2826
  "multiple": false,
2824
2827
  "deprecateAliases": true,
2825
2828
  "aliases": [
2826
- "targetdevhubusername"
2829
+ "targetdevhubusername",
2830
+ "target-hub-org"
2827
2831
  ]
2828
2832
  },
2829
2833
  "api-version": {
@@ -2947,7 +2951,7 @@
2947
2951
  ],
2948
2952
  "examples": [
2949
2953
  "Update the name of the package with the specified alias; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --name \"New Package Name\"",
2950
- "Update the description of the package with the specified ID; uses the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 0Ho... --description \"New Package Description\" --target-hub-org devhub@example.com"
2954
+ "Update the description of the package with the specified ID; uses the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 0Ho... --description \"New Package Description\" --target-dev-hub devhub@example.com"
2951
2955
  ],
2952
2956
  "deprecateAliases": true,
2953
2957
  "flags": {
@@ -2969,8 +2973,8 @@
2969
2973
  },
2970
2974
  "deprecateAliases": true
2971
2975
  },
2972
- "target-hub-org": {
2973
- "name": "target-hub-org",
2976
+ "target-dev-hub": {
2977
+ "name": "target-dev-hub",
2974
2978
  "type": "option",
2975
2979
  "char": "v",
2976
2980
  "summary": "Username or alias of the Dev Hub org.",
@@ -2978,7 +2982,8 @@
2978
2982
  "multiple": false,
2979
2983
  "deprecateAliases": true,
2980
2984
  "aliases": [
2981
- "targetdevhubusername"
2985
+ "targetdevhubusername",
2986
+ "target-hub-org"
2982
2987
  ]
2983
2988
  },
2984
2989
  "api-version": {
@@ -3258,7 +3263,7 @@
3258
3263
  ],
3259
3264
  "examples": [
3260
3265
  "Create a package version from the contents of the \"common\" directory and give it an installation key of \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123",
3261
- "Create a package version from a package with the specified alias; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123 --target-hub-org devhub@example.com",
3266
+ "Create a package version from a package with the specified alias; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123 --target-dev-hub devhub@example.com",
3262
3267
  "Create a package version from a package with the specified ID:\n<%= config.bin %> <%= command.id %> --package 0Ho... --installation-key password123",
3263
3268
  "Create a package version and skip the validation step:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123 --skip-validation"
3264
3269
  ],
@@ -3282,8 +3287,8 @@
3282
3287
  },
3283
3288
  "deprecateAliases": true
3284
3289
  },
3285
- "target-hub-org": {
3286
- "name": "target-hub-org",
3290
+ "target-dev-hub": {
3291
+ "name": "target-dev-hub",
3287
3292
  "type": "option",
3288
3293
  "char": "v",
3289
3294
  "summary": "Username or alias of the Dev Hub org.",
@@ -3291,7 +3296,8 @@
3291
3296
  "multiple": false,
3292
3297
  "deprecateAliases": true,
3293
3298
  "aliases": [
3294
- "targetdevhubusername"
3299
+ "targetdevhubusername",
3300
+ "target-hub-org"
3295
3301
  ]
3296
3302
  },
3297
3303
  "api-version": {
@@ -3588,8 +3594,8 @@
3588
3594
  },
3589
3595
  "deprecateAliases": true
3590
3596
  },
3591
- "target-hub-org": {
3592
- "name": "target-hub-org",
3597
+ "target-dev-hub": {
3598
+ "name": "target-dev-hub",
3593
3599
  "type": "option",
3594
3600
  "char": "v",
3595
3601
  "summary": "Username or alias of the Dev Hub org.",
@@ -3597,7 +3603,8 @@
3597
3603
  "multiple": false,
3598
3604
  "deprecateAliases": true,
3599
3605
  "aliases": [
3600
- "targetdevhubusername"
3606
+ "targetdevhubusername",
3607
+ "target-hub-org"
3601
3608
  ]
3602
3609
  },
3603
3610
  "api-version": {
@@ -3657,7 +3664,7 @@
3657
3664
  "examples": [
3658
3665
  "Display the ancestry tree for a package version with the specified alias, using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package package_version_alias",
3659
3666
  "Similar to previous example, but display the output in DOT code:\n<%= config.bin %> <%= command.id %> --package package_version_alias --dot-code",
3660
- "Display the ancestry tree for a package with the specified ID, using the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package OHo... --target-hub-org devhub@example.com",
3667
+ "Display the ancestry tree for a package with the specified ID, using the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package OHo... --target-dev-hub devhub@example.com",
3661
3668
  "Display the ancestry tree of a package version with the specified ID, using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t..."
3662
3669
  ],
3663
3670
  "deprecateAliases": true,
@@ -3680,8 +3687,8 @@
3680
3687
  },
3681
3688
  "deprecateAliases": true
3682
3689
  },
3683
- "target-hub-org": {
3684
- "name": "target-hub-org",
3690
+ "target-dev-hub": {
3691
+ "name": "target-dev-hub",
3685
3692
  "type": "option",
3686
3693
  "char": "v",
3687
3694
  "summary": "Username or alias of the Dev Hub org.",
@@ -3689,7 +3696,8 @@
3689
3696
  "multiple": false,
3690
3697
  "deprecateAliases": true,
3691
3698
  "aliases": [
3692
- "targetdevhubusername"
3699
+ "targetdevhubusername",
3700
+ "target-hub-org"
3693
3701
  ]
3694
3702
  },
3695
3703
  "api-version": {
@@ -3749,7 +3757,7 @@
3749
3757
  ],
3750
3758
  "examples": [
3751
3759
  "List package versions in your default Dev Hub org that were created in the last 3 days; show only the released versions and order the list using the PatchVersion field. Display extended details about each package version:\n<%= config.bin %> <%= command.id %> --verbose --created-last-days 3 --released --order-by PatchVersion",
3752
- "List the released package versions for the two specified packages that were modified today; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --packages 0Ho000000000000,0Ho000000000001 --released --modified-last-days 0 --target-hub-org devhub@example.com",
3760
+ "List the released package versions for the two specified packages that were modified today; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --packages 0Ho000000000000,0Ho000000000001 --released --modified-last-days 0 --target-dev-hub devhub@example.com",
3753
3761
  "List all released package versions in your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --released",
3754
3762
  "List package versions that were modified today in your default Dev Hub org; show limited details about each one:\n<%= config.bin %> <%= command.id %> --concise --modified-last-days 0",
3755
3763
  "List released package versions that were created in the last 3 days in your default Dev Hub org; show limited details:\n<%= config.bin %> <%= command.id %> --concise --created-last-days 3 --released",
@@ -3775,8 +3783,8 @@
3775
3783
  },
3776
3784
  "deprecateAliases": true
3777
3785
  },
3778
- "target-hub-org": {
3779
- "name": "target-hub-org",
3786
+ "target-dev-hub": {
3787
+ "name": "target-dev-hub",
3780
3788
  "type": "option",
3781
3789
  "char": "v",
3782
3790
  "summary": "Username or alias of the Dev Hub org.",
@@ -3784,7 +3792,8 @@
3784
3792
  "multiple": false,
3785
3793
  "deprecateAliases": true,
3786
3794
  "aliases": [
3787
- "targetdevhubusername"
3795
+ "targetdevhubusername",
3796
+ "target-hub-org"
3788
3797
  ]
3789
3798
  },
3790
3799
  "api-version": {
@@ -3878,7 +3887,7 @@
3878
3887
  ],
3879
3888
  "examples": [
3880
3889
  "Promote the package version with the specified ID to released; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t...",
3881
- "Promote the package version with the specified alias to released; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package awesome_package_alias --target-hub-org devhub@example.com",
3890
+ "Promote the package version with the specified alias to released; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package awesome_package_alias --target-dev-hub devhub@example.com",
3882
3891
  "Promote the package version with an alias that has spaces to released:\n<%= config.bin %> <%= command.id %> --package \"Awesome Package Alias\""
3883
3892
  ],
3884
3893
  "deprecateAliases": true,
@@ -3901,8 +3910,8 @@
3901
3910
  },
3902
3911
  "deprecateAliases": true
3903
3912
  },
3904
- "target-hub-org": {
3905
- "name": "target-hub-org",
3913
+ "target-dev-hub": {
3914
+ "name": "target-dev-hub",
3906
3915
  "type": "option",
3907
3916
  "char": "v",
3908
3917
  "summary": "Username or alias of the Dev Hub org.",
@@ -3910,7 +3919,8 @@
3910
3919
  "multiple": false,
3911
3920
  "deprecateAliases": true,
3912
3921
  "aliases": [
3913
- "targetdevhubusername"
3922
+ "targetdevhubusername",
3923
+ "target-hub-org"
3914
3924
  ]
3915
3925
  },
3916
3926
  "api-version": {
@@ -3962,7 +3972,7 @@
3962
3972
  ],
3963
3973
  "examples": [
3964
3974
  "Retrieve details about the package version with the specified ID from your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t...",
3965
- "Retrieve details about the package version with the specified alias (that contains spaces) from the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --target-hub-org devhub@example.com"
3975
+ "Retrieve details about the package version with the specified alias (that contains spaces) from the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --target-dev-hub devhub@example.com"
3966
3976
  ],
3967
3977
  "deprecateAliases": true,
3968
3978
  "flags": {
@@ -3984,8 +3994,8 @@
3984
3994
  },
3985
3995
  "deprecateAliases": true
3986
3996
  },
3987
- "target-hub-org": {
3988
- "name": "target-hub-org",
3997
+ "target-dev-hub": {
3998
+ "name": "target-dev-hub",
3989
3999
  "type": "option",
3990
4000
  "char": "v",
3991
4001
  "summary": "Username or alias of the Dev Hub org.",
@@ -3993,7 +4003,8 @@
3993
4003
  "multiple": false,
3994
4004
  "deprecateAliases": true,
3995
4005
  "aliases": [
3996
- "targetdevhubusername"
4006
+ "targetdevhubusername",
4007
+ "target-hub-org"
3997
4008
  ]
3998
4009
  },
3999
4010
  "api-version": {
@@ -4041,7 +4052,7 @@
4041
4052
  ],
4042
4053
  "examples": [
4043
4054
  "Update the package version that has the specified alias (that contains spaces) with a new installation key \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123",
4044
- "Update the package version that has the specified ID with a new branch and tag; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package 04t... --branch main --tag 'Release 1.0.7' --target-hub-org devhub@example.com",
4055
+ "Update the package version that has the specified ID with a new branch and tag; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package 04t... --branch main --tag 'Release 1.0.7' --target-dev-hub devhub@example.com",
4045
4056
  "Update the package version that has the specified ID with a new description:\n<%= config.bin %> <%= command.id %> --package 04t... --version-description \"New Package Version Description\""
4046
4057
  ],
4047
4058
  "deprecateAliases": true,
@@ -4064,8 +4075,8 @@
4064
4075
  },
4065
4076
  "deprecateAliases": true
4066
4077
  },
4067
- "target-hub-org": {
4068
- "name": "target-hub-org",
4078
+ "target-dev-hub": {
4079
+ "name": "target-dev-hub",
4069
4080
  "type": "option",
4070
4081
  "char": "v",
4071
4082
  "summary": "Username or alias of the Dev Hub org.",
@@ -4073,7 +4084,8 @@
4073
4084
  "multiple": false,
4074
4085
  "deprecateAliases": true,
4075
4086
  "aliases": [
4076
- "targetdevhubusername"
4087
+ "targetdevhubusername",
4088
+ "target-hub-org"
4077
4089
  ]
4078
4090
  },
4079
4091
  "api-version": {
@@ -4467,7 +4479,7 @@
4467
4479
  ],
4468
4480
  "examples": [
4469
4481
  "List all package version creation requests in your default Dev Hub org:\n<%= config.bin %> <%= command.id %>",
4470
- "List package version creation requests from the last 3 days in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --created-last-days 3 --target-hub-org",
4482
+ "List package version creation requests from the last 3 days in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub",
4471
4483
  "List package version creation requests with status Error:\n<%= config.bin %> <%= command.id %> --status Error",
4472
4484
  "List package version creation requests with status InProgress:\n<%= config.bin %> <%= command.id %> --status InProgress",
4473
4485
  "List package version creation requests with status Success that were created today:\n<%= config.bin %> <%= command.id %> --created-last-days 0 --status Success"
@@ -4492,8 +4504,8 @@
4492
4504
  },
4493
4505
  "deprecateAliases": true
4494
4506
  },
4495
- "target-hub-org": {
4496
- "name": "target-hub-org",
4507
+ "target-dev-hub": {
4508
+ "name": "target-dev-hub",
4497
4509
  "type": "option",
4498
4510
  "char": "v",
4499
4511
  "summary": "Username or alias of the Dev Hub org.",
@@ -4501,7 +4513,8 @@
4501
4513
  "multiple": false,
4502
4514
  "deprecateAliases": true,
4503
4515
  "aliases": [
4504
- "targetdevhubusername"
4516
+ "targetdevhubusername",
4517
+ "target-hub-org"
4505
4518
  ]
4506
4519
  },
4507
4520
  "api-version": {
@@ -4557,7 +4570,7 @@
4557
4570
  ],
4558
4571
  "examples": [
4559
4572
  "Retrieve details about the package version creation request with the specified ID; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package-create-request-id 08c...",
4560
- "Retrieve details about the specified package version creation request in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package-create-request-id 08c... --target-hub-org devhub@example.com"
4573
+ "Retrieve details about the specified package version creation request in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package-create-request-id 08c... --target-dev-hub devhub@example.com"
4561
4574
  ],
4562
4575
  "deprecateAliases": true,
4563
4576
  "flags": {
@@ -4579,8 +4592,8 @@
4579
4592
  },
4580
4593
  "deprecateAliases": true
4581
4594
  },
4582
- "target-hub-org": {
4583
- "name": "target-hub-org",
4595
+ "target-dev-hub": {
4596
+ "name": "target-dev-hub",
4584
4597
  "type": "option",
4585
4598
  "char": "v",
4586
4599
  "summary": "Username or alias of the Dev Hub org.",
@@ -4588,7 +4601,8 @@
4588
4601
  "multiple": false,
4589
4602
  "deprecateAliases": true,
4590
4603
  "aliases": [
4591
- "targetdevhubusername"
4604
+ "targetdevhubusername",
4605
+ "target-hub-org"
4592
4606
  ]
4593
4607
  },
4594
4608
  "api-version": {
@@ -5172,7 +5186,7 @@
5172
5186
  "id": "scanner:run",
5173
5187
  "description": "scan a codebase with a selection of rules",
5174
5188
  "strict": true,
5175
- "usage": "<%= command.id %> -t <array> [-f csv|html|json|junit|sarif|table|xml] [-o <string>] [-s <integer> | --json] [--normalize-severity] [-p <array>] [-c <array>] [-r <array>] [-e <array>] [--tsconfig <string>] [--eslintconfig <string>] [--pmdconfig <string>] [--env <string>] [--verbose-violations] [--verbose] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
5189
+ "usage": "<%= command.id %> -t <array> [-c <array>] [-f csv|html|json|junit|sarif|table|xml] [-o <string>] [-s <integer> | --json] [--normalize-severity] [-p <array>] [-r <array>] [-e <array>] [--tsconfig <string>] [--eslintconfig <string>] [--pmdconfig <string>] [--env <string>] [--verbose-violations] [--verbose] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
5176
5190
  "pluginName": "@salesforce/sfdx-scanner",
5177
5191
  "pluginAlias": "@salesforce/sfdx-scanner",
5178
5192
  "pluginType": "jit",
@@ -5216,6 +5230,13 @@
5216
5230
  "description": "emit additional command output to stdout",
5217
5231
  "allowNo": false
5218
5232
  },
5233
+ "category": {
5234
+ "name": "category",
5235
+ "type": "option",
5236
+ "char": "c",
5237
+ "description": "one or more categories of rules to run",
5238
+ "multiple": false
5239
+ },
5219
5240
  "format": {
5220
5241
  "name": "format",
5221
5242
  "type": "option",
@@ -5263,13 +5284,6 @@
5263
5284
  "description": "provide root directory of project",
5264
5285
  "multiple": false
5265
5286
  },
5266
- "category": {
5267
- "name": "category",
5268
- "type": "option",
5269
- "char": "c",
5270
- "description": "one or more categories of rules to run",
5271
- "multiple": false
5272
- },
5273
5287
  "ruleset": {
5274
5288
  "name": "ruleset",
5275
5289
  "type": "option",
@@ -5343,6 +5357,15 @@
5343
5357
  "longDescription": "Emit additional command output to stdout.",
5344
5358
  "allowNo": false
5345
5359
  },
5360
+ "category": {
5361
+ "kind": "array",
5362
+ "char": "c",
5363
+ "description": "one or more categories of rules to run",
5364
+ "longDescription": "One or more categories of rules to run. Specify multiple values as a comma-separated list.",
5365
+ "input": [],
5366
+ "multiple": false,
5367
+ "type": "option"
5368
+ },
5346
5369
  "format": {
5347
5370
  "kind": "enum",
5348
5371
  "helpValue": "(csv|html|json|junit|sarif|table|xml)",
@@ -5401,15 +5424,6 @@
5401
5424
  "multiple": false,
5402
5425
  "type": "option"
5403
5426
  },
5404
- "category": {
5405
- "kind": "array",
5406
- "char": "c",
5407
- "description": "one or more categories of rules to run",
5408
- "longDescription": "One or more categories of rules to run. Specify multiple values as a comma-separated list.",
5409
- "input": [],
5410
- "multiple": false,
5411
- "type": "option"
5412
- },
5413
5427
  "ruleset": {
5414
5428
  "kind": "array",
5415
5429
  "char": "r",
@@ -5887,7 +5901,7 @@
5887
5901
  "id": "scanner:run:dfa",
5888
5902
  "description": "scan codebase with all DFA rules",
5889
5903
  "strict": true,
5890
- "usage": "<%= command.id %> -t <array> [-f csv|html|json|junit|sarif|table|xml] [-o <string>] [-s <integer> | --json] [--normalize-severity] [-p <array>] [--rule-thread-count <integer>] [--rule-thread-timeout <integer>] [--rule-disable-warning-violation] [--sfgejvmargs <string>] [--pathexplimit <integer>] [--verbose] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
5904
+ "usage": "<%= command.id %> -t <array> [-c <array>] [-f csv|html|json|junit|sarif|table|xml] [-o <string>] [-s <integer> | --json] [--normalize-severity] [-p <array>] [--rule-thread-count <integer>] [--rule-thread-timeout <integer>] [--rule-disable-warning-violation] [--sfgejvmargs <string>] [--pathexplimit <integer>] [--verbose] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
5891
5905
  "pluginName": "@salesforce/sfdx-scanner",
5892
5906
  "pluginAlias": "@salesforce/sfdx-scanner",
5893
5907
  "pluginType": "jit",
@@ -5931,6 +5945,13 @@
5931
5945
  "description": "emit additional command output to stdout",
5932
5946
  "allowNo": false
5933
5947
  },
5948
+ "category": {
5949
+ "name": "category",
5950
+ "type": "option",
5951
+ "char": "c",
5952
+ "description": "one or more categories of rules to run",
5953
+ "multiple": false
5954
+ },
5934
5955
  "format": {
5935
5956
  "name": "format",
5936
5957
  "type": "option",
@@ -6013,7 +6034,7 @@
6013
6034
  "pathexplimit": {
6014
6035
  "name": "pathexplimit",
6015
6036
  "type": "option",
6016
- "description": "specify a path expansion upper boundary to limit the complexity of code Graph Engine analyzes. Alternatively, set value using environment variable `SFGE_PATH_EXPANSION_LIMIT`",
6037
+ "description": "specify a path expansion upper boundary to limit the complexity of code that Graph Engine analyzes. Alternatively, set the value using environment variable `SFGE_PATH_EXPANSION_LIMIT`",
6017
6038
  "multiple": false
6018
6039
  }
6019
6040
  },
@@ -6031,6 +6052,15 @@
6031
6052
  "longDescription": "Emit additional command output to stdout.",
6032
6053
  "allowNo": false
6033
6054
  },
6055
+ "category": {
6056
+ "kind": "array",
6057
+ "char": "c",
6058
+ "description": "one or more categories of rules to run",
6059
+ "longDescription": "One or more categories of rules to run. Specify multiple values as a comma-separated list.",
6060
+ "input": [],
6061
+ "multiple": false,
6062
+ "type": "option"
6063
+ },
6034
6064
  "format": {
6035
6065
  "kind": "enum",
6036
6066
  "helpValue": "(csv|html|json|junit|sarif|table|xml)",
@@ -6135,8 +6165,8 @@
6135
6165
  },
6136
6166
  "pathexplimit": {
6137
6167
  "kind": "integer",
6138
- "description": "specify a path expansion upper boundary to limit the complexity of code Graph Engine analyzes. Alternatively, set value using environment variable `SFGE_PATH_EXPANSION_LIMIT`",
6139
- "longDescription": "Specifies a path expansion upper boundary to limit the complexity of code Graph Engine analyzes before failing fast. Set value to -1 to remove any upper boundary. --pathexplimit inherits value from SFGE_PATH_EXPANSION_LIMIT env-var, if set. Its default value is derived from jvm heap space allocation.",
6168
+ "description": "specify a path expansion upper boundary to limit the complexity of code that Graph Engine analyzes. Alternatively, set the value using environment variable `SFGE_PATH_EXPANSION_LIMIT`",
6169
+ "longDescription": "Specifies a path expansion upper boundary to limit the complexity of code Graph Engine analyzes before failing fast. Set the value to -1 to remove any upper boundary. --pathexplimit inherits value from SFGE_PATH_EXPANSION_LIMIT env-var, if set. Its default value is derived from JVM heap space allocation.",
6140
6170
  "env": "SFGE_PATH_EXPANSION_LIMIT",
6141
6171
  "input": [],
6142
6172
  "multiple": false,