@salesforce/cli 2.28.1 → 2.28.3

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.28.1 linux-x64 node-v20.11.0
27
+ @salesforce/cli/2.28.3 linux-x64 node-v20.11.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -198,7 +198,7 @@ EXAMPLES
198
198
  $ sf alias list
199
199
  ```
200
200
 
201
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.21/src/commands/alias/list.ts)_
201
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.22/src/commands/alias/list.ts)_
202
202
 
203
203
  ## `sf alias set`
204
204
 
@@ -246,7 +246,7 @@ EXAMPLES
246
246
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
247
247
  ```
248
248
 
249
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.21/src/commands/alias/set.ts)_
249
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.22/src/commands/alias/set.ts)_
250
250
 
251
251
  ## `sf alias unset`
252
252
 
@@ -285,7 +285,7 @@ EXAMPLES
285
285
  $ sf alias unset --all [--no-prompt]
286
286
  ```
287
287
 
288
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.21/src/commands/alias/unset.ts)_
288
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.22/src/commands/alias/unset.ts)_
289
289
 
290
290
  ## `sf analytics generate template`
291
291
 
@@ -900,7 +900,7 @@ CONFIGURATION VARIABLES
900
900
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
901
901
  ```
902
902
 
903
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.21/src/commands/config/get.ts)_
903
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.22/src/commands/config/get.ts)_
904
904
 
905
905
  ## `sf config list`
906
906
 
@@ -939,7 +939,7 @@ EXAMPLES
939
939
  $ sf config list
940
940
  ```
941
941
 
942
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.21/src/commands/config/list.ts)_
942
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.22/src/commands/config/list.ts)_
943
943
 
944
944
  ## `sf config set`
945
945
 
@@ -1007,7 +1007,7 @@ CONFIGURATION VARIABLES
1007
1007
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1008
1008
  ```
1009
1009
 
1010
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.21/src/commands/config/set.ts)_
1010
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.22/src/commands/config/set.ts)_
1011
1011
 
1012
1012
  ## `sf config unset`
1013
1013
 
@@ -1056,7 +1056,7 @@ CONFIGURATION VARIABLES
1056
1056
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1057
1057
  ```
1058
1058
 
1059
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.21/src/commands/config/unset.ts)_
1059
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.22/src/commands/config/unset.ts)_
1060
1060
 
1061
1061
  ## `sf data create record`
1062
1062
 
@@ -3064,7 +3064,7 @@ EXAMPLES
3064
3064
  $ sf org list auth
3065
3065
  ```
3066
3066
 
3067
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/list/auth.ts)_
3067
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/list/auth.ts)_
3068
3068
 
3069
3069
  ## `sf org list limits`
3070
3070
 
@@ -3357,7 +3357,7 @@ FLAG DESCRIPTIONS
3357
3357
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3358
3358
  ```
3359
3359
 
3360
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/access-token.ts)_
3360
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/access-token.ts)_
3361
3361
 
3362
3362
  ## `sf org login device`
3363
3363
 
@@ -3416,7 +3416,7 @@ FLAG DESCRIPTIONS
3416
3416
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3417
3417
  ```
3418
3418
 
3419
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/device.ts)_
3419
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/device.ts)_
3420
3420
 
3421
3421
  ## `sf org login jwt`
3422
3422
 
@@ -3505,7 +3505,7 @@ FLAG DESCRIPTIONS
3505
3505
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3506
3506
  ```
3507
3507
 
3508
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/jwt.ts)_
3508
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/jwt.ts)_
3509
3509
 
3510
3510
  ## `sf org login sfdx-url`
3511
3511
 
@@ -3572,7 +3572,7 @@ EXAMPLES
3572
3572
  $ echo url | sf org login sfdx-url --sfdx-url-stdin -
3573
3573
  ```
3574
3574
 
3575
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/sfdx-url.ts)_
3575
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/sfdx-url.ts)_
3576
3576
 
3577
3577
  ## `sf org login web`
3578
3578
 
@@ -3657,7 +3657,7 @@ FLAG DESCRIPTIONS
3657
3657
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3658
3658
  ```
3659
3659
 
3660
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/web.ts)_
3660
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/web.ts)_
3661
3661
 
3662
3662
  ## `sf org logout`
3663
3663
 
@@ -3717,7 +3717,7 @@ FLAG DESCRIPTIONS
3717
3717
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3718
3718
  ```
3719
3719
 
3720
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/logout.ts)_
3720
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/logout.ts)_
3721
3721
 
3722
3722
  ## `sf org open`
3723
3723
 
@@ -5361,7 +5361,7 @@ FLAG DESCRIPTIONS
5361
5361
  If you specify this parameter, don’t specify --metadata or --source-dir.
5362
5362
  ```
5363
5363
 
5364
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/convert/mdapi.ts)_
5364
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/convert/mdapi.ts)_
5365
5365
 
5366
5366
  ## `sf project convert source`
5367
5367
 
@@ -5373,7 +5373,7 @@ USAGE
5373
5373
  <value> | -m <value>]
5374
5374
 
5375
5375
  FLAGS
5376
- -d, --output-dir=<value> [default: metadataPackage_1706639901301] Output directory to store the Metadata
5376
+ -d, --output-dir=<value> [default: metadataPackage_1706939258164] Output directory to store the Metadata
5377
5377
  API–formatted files in.
5378
5378
  -m, --metadata=<value>... Metadata component names to convert.
5379
5379
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5433,7 +5433,7 @@ FLAG DESCRIPTIONS
5433
5433
  Override the api version used for api requests made by this command
5434
5434
  ```
5435
5435
 
5436
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/convert/source.ts)_
5436
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/convert/source.ts)_
5437
5437
 
5438
5438
  ## `sf project delete source`
5439
5439
 
@@ -5572,7 +5572,7 @@ FLAG DESCRIPTIONS
5572
5572
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5573
5573
  ```
5574
5574
 
5575
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/delete/source.ts)_
5575
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/delete/source.ts)_
5576
5576
 
5577
5577
  ## `sf project delete tracking`
5578
5578
 
@@ -5608,7 +5608,7 @@ EXAMPLES
5608
5608
  $ sf project delete tracking --target-org my-scratch
5609
5609
  ```
5610
5610
 
5611
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/delete/tracking.ts)_
5611
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/delete/tracking.ts)_
5612
5612
 
5613
5613
  ## `sf project deploy cancel`
5614
5614
 
@@ -5678,7 +5678,7 @@ FLAG DESCRIPTIONS
5678
5678
  project deploy report".
5679
5679
  ```
5680
5680
 
5681
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/cancel.ts)_
5681
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/deploy/cancel.ts)_
5682
5682
 
5683
5683
  ## `sf project deploy preview`
5684
5684
 
@@ -5762,7 +5762,7 @@ FLAG DESCRIPTIONS
5762
5762
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5763
5763
  ```
5764
5764
 
5765
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/preview.ts)_
5765
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/deploy/preview.ts)_
5766
5766
 
5767
5767
  ## `sf project deploy quick`
5768
5768
 
@@ -5855,7 +5855,7 @@ ERROR CODES
5855
5855
  Canceling (69) The deploy is being canceled.
5856
5856
  ```
5857
5857
 
5858
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/quick.ts)_
5858
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/deploy/quick.ts)_
5859
5859
 
5860
5860
  ## `sf project deploy report`
5861
5861
 
@@ -5950,7 +5950,7 @@ FLAG DESCRIPTIONS
5950
5950
  --coverage-formatters lcov --coverage-formatters clover
5951
5951
  ```
5952
5952
 
5953
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/report.ts)_
5953
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/deploy/report.ts)_
5954
5954
 
5955
5955
  ## `sf project deploy resume`
5956
5956
 
@@ -6046,7 +6046,7 @@ ERROR CODES
6046
6046
  Canceling (69) The deploy is being canceled.
6047
6047
  ```
6048
6048
 
6049
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/resume.ts)_
6049
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/deploy/resume.ts)_
6050
6050
 
6051
6051
  ## `sf project deploy start`
6052
6052
 
@@ -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/3.2.9/src/commands/project/deploy/start.ts)_
6278
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/deploy/start.ts)_
6279
6279
 
6280
6280
  ## `sf project deploy validate`
6281
6281
 
@@ -6454,7 +6454,7 @@ ERROR CODES
6454
6454
  Canceling (69) The deploy is being canceled.
6455
6455
  ```
6456
6456
 
6457
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/validate.ts)_
6457
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/deploy/validate.ts)_
6458
6458
 
6459
6459
  ## `sf project generate`
6460
6460
 
@@ -6633,7 +6633,7 @@ EXAMPLES
6633
6633
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6634
6634
  ```
6635
6635
 
6636
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/generate/manifest.ts)_
6636
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/generate/manifest.ts)_
6637
6637
 
6638
6638
  ## `sf project list ignored`
6639
6639
 
@@ -6674,7 +6674,7 @@ EXAMPLES
6674
6674
  $ sf project list ignored --source-dir package.xml
6675
6675
  ```
6676
6676
 
6677
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/list/ignored.ts)_
6677
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/list/ignored.ts)_
6678
6678
 
6679
6679
  ## `sf project reset tracking`
6680
6680
 
@@ -6722,7 +6722,7 @@ EXAMPLES
6722
6722
  $ sf project reset tracking --revision 30
6723
6723
  ```
6724
6724
 
6725
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/reset/tracking.ts)_
6725
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/reset/tracking.ts)_
6726
6726
 
6727
6727
  ## `sf project retrieve preview`
6728
6728
 
@@ -6778,7 +6778,7 @@ FLAG DESCRIPTIONS
6778
6778
  Overrides your default org.
6779
6779
  ```
6780
6780
 
6781
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/retrieve/preview.ts)_
6781
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/retrieve/preview.ts)_
6782
6782
 
6783
6783
  ## `sf project retrieve start`
6784
6784
 
@@ -6932,7 +6932,7 @@ ENVIRONMENT VARIABLES
6932
6932
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
6933
6933
  ```
6934
6934
 
6935
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/retrieve/start.ts)_
6935
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.11/src/commands/project/retrieve/start.ts)_
6936
6936
 
6937
6937
  ## `sf schema generate field`
6938
6938
 
@@ -7330,7 +7330,7 @@ FLAG DESCRIPTIONS
7330
7330
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7331
7331
  ```
7332
7332
 
7333
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.11/src/commands/version.ts)_
7333
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.12/src/commands/version.ts)_
7334
7334
 
7335
7335
  ## `sf visualforce generate component`
7336
7336
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.28.1",
3
+ "version": "2.28.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.28.1",
9
+ "version": "2.28.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -19,23 +19,23 @@
19
19
  "@oclif/plugin-plugins": "4.2.1",
20
20
  "@oclif/plugin-search": "1.0.12",
21
21
  "@oclif/plugin-update": "4.1.8",
22
- "@oclif/plugin-version": "2.0.11",
22
+ "@oclif/plugin-version": "2.0.12",
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
26
  "@salesforce/plugin-apex": "3.0.22",
27
- "@salesforce/plugin-auth": "3.3.6",
27
+ "@salesforce/plugin-auth": "3.3.7",
28
28
  "@salesforce/plugin-data": "3.0.18",
29
- "@salesforce/plugin-deploy-retrieve": "3.2.9",
29
+ "@salesforce/plugin-deploy-retrieve": "3.2.11",
30
30
  "@salesforce/plugin-info": "3.0.19",
31
31
  "@salesforce/plugin-limits": "3.1.6",
32
32
  "@salesforce/plugin-marketplace": "1.0.20",
33
33
  "@salesforce/plugin-org": "3.3.10",
34
34
  "@salesforce/plugin-packaging": "2.1.5",
35
35
  "@salesforce/plugin-schema": "3.1.0",
36
- "@salesforce/plugin-settings": "2.0.21",
36
+ "@salesforce/plugin-settings": "2.0.22",
37
37
  "@salesforce/plugin-sobject": "1.1.6",
38
- "@salesforce/plugin-source": "3.1.8",
38
+ "@salesforce/plugin-source": "3.1.9",
39
39
  "@salesforce/plugin-telemetry": "3.1.10",
40
40
  "@salesforce/plugin-templates": "56.0.12",
41
41
  "@salesforce/plugin-trust": "3.3.5",
@@ -7873,12 +7873,12 @@
7873
7873
  }
7874
7874
  },
7875
7875
  "node_modules/@oclif/plugin-version": {
7876
- "version": "2.0.11",
7877
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.11.tgz",
7878
- "integrity": "sha512-FGwIJDaSf8QqXdzSPfGiXihOG3SL1jPMiWDcIVHtOIUMoB3FS5SUQaNwLhr1oq5ml4HRPp8OjfTGN/wJyL0RHQ==",
7876
+ "version": "2.0.12",
7877
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.12.tgz",
7878
+ "integrity": "sha512-MewqfoKwWSlsisi5BoBvFI/BKma6L19bdqViDPauzx7jwQfP8vcjlUhhTbHUdFwH/KY1YtxucAur0m/rrDC8dQ==",
7879
7879
  "license": "MIT",
7880
7880
  "dependencies": {
7881
- "@oclif/core": "^3.15.1"
7881
+ "@oclif/core": "^3.18.2"
7882
7882
  },
7883
7883
  "engines": {
7884
7884
  "node": ">=18.0.0"
@@ -8466,14 +8466,14 @@
8466
8466
  }
8467
8467
  },
8468
8468
  "node_modules/@salesforce/plugin-auth": {
8469
- "version": "3.3.6",
8470
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.6.tgz",
8471
- "integrity": "sha512-Fddgq75iA+PZHNEXG/83ww15d1AAHQsjQjDy4c5Sf+vWcSlP9aQqmyYw1b1UmvLUsqURClanzMh6av66WC13ow==",
8469
+ "version": "3.3.7",
8470
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.7.tgz",
8471
+ "integrity": "sha512-TFRwh6Kq+w1OIZrjq12Fi5bA5VIOcLgFck9YVQrvuUDoqtdPmQXBX5Ouo2gRAypsEbx4qV1VonBmOnXLe4kwbQ==",
8472
8472
  "license": "BSD-3-Clause",
8473
8473
  "dependencies": {
8474
8474
  "@inquirer/checkbox": "^1.5.0",
8475
8475
  "@inquirer/select": "^1.3.1",
8476
- "@oclif/core": "^3.18.1",
8476
+ "@oclif/core": "^3.18.2",
8477
8477
  "@salesforce/core": "^6.5.1",
8478
8478
  "@salesforce/kit": "^3.0.15",
8479
8479
  "@salesforce/sf-plugins-core": "^7.1.4",
@@ -8594,18 +8594,18 @@
8594
8594
  "license": "MIT"
8595
8595
  },
8596
8596
  "node_modules/@salesforce/plugin-deploy-retrieve": {
8597
- "version": "3.2.9",
8598
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.9.tgz",
8599
- "integrity": "sha512-PeBYwhTlwNLzUwn0ImbrDZKflZH/wG3EgCPpeOgNLnd/N16blFFT4tKWoag2h0EDNf6FBZC98kJq4TfkpW/OBg==",
8597
+ "version": "3.2.11",
8598
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.11.tgz",
8599
+ "integrity": "sha512-hrU9IhYw/63fhEril/u+Q/4ZpVyHlcD+j9u0Zu+WzQZWS350Gbfk/i19LTcy2AMb7wXrRs+FiwSCxgB9ZFVNOQ==",
8600
8600
  "license": "BSD-3-Clause",
8601
8601
  "dependencies": {
8602
- "@oclif/core": "^3.18.1",
8602
+ "@oclif/core": "^3.18.2",
8603
8603
  "@salesforce/apex-node": "^3.0.2",
8604
8604
  "@salesforce/core": "^6.4.4",
8605
8605
  "@salesforce/kit": "^3.0.15",
8606
8606
  "@salesforce/sf-plugins-core": "^7.1.4",
8607
8607
  "@salesforce/source-deploy-retrieve": "^10.2.13",
8608
- "@salesforce/source-tracking": "^5.1.7",
8608
+ "@salesforce/source-tracking": "^5.1.9",
8609
8609
  "@salesforce/ts-types": "^2.0.9",
8610
8610
  "chalk": "^5.3.0"
8611
8611
  },
@@ -13805,12 +13805,12 @@
13805
13805
  }
13806
13806
  },
13807
13807
  "node_modules/@salesforce/plugin-settings": {
13808
- "version": "2.0.21",
13809
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.21.tgz",
13810
- "integrity": "sha512-KlRkf3sCWea3ixhPX8h3M5uxjyTv7vHgykMT5WBTZ9HX8wlpeX0qTl0qVuYp3hkoWnI0cw+h8UmK8iFzwhhT0A==",
13808
+ "version": "2.0.22",
13809
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.22.tgz",
13810
+ "integrity": "sha512-RPq2W0rNzDwHw1To5DNdhGZe7QCXgg9vwvWtv9wfRGwxVf9ZSp1BPRAqTFFwQfWpyktGwXZecqjRDl67bKACXQ==",
13811
13811
  "license": "BSD-3-Clause",
13812
13812
  "dependencies": {
13813
- "@oclif/core": "^3.18.1",
13813
+ "@oclif/core": "^3.18.2",
13814
13814
  "@salesforce/core": "^6.5.1",
13815
13815
  "@salesforce/sf-plugins-core": "^7.1.4",
13816
13816
  "fast-levenshtein": "^3.0.0"
@@ -13863,12 +13863,12 @@
13863
13863
  }
13864
13864
  },
13865
13865
  "node_modules/@salesforce/plugin-source": {
13866
- "version": "3.1.8",
13867
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.8.tgz",
13868
- "integrity": "sha512-mOILKMY3c0TULQcOVyxLo/sVqOvq7eo4kOElfIk/UoFZPR4nchHW+vZJQxwTZz2Rf0iu9rVN9FjiLXf10AMxUA==",
13866
+ "version": "3.1.9",
13867
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.9.tgz",
13868
+ "integrity": "sha512-DBi1p7WWnO5xRFFvkQs8vxhKBZfQq6he2ZXTP7+AE2XujyQ1LWDsV3HRGj+U61pfuKgMbk9AOS6H/OGKQkmxRw==",
13869
13869
  "license": "BSD-3-Clause",
13870
13870
  "dependencies": {
13871
- "@oclif/core": "^3.16.0",
13871
+ "@oclif/core": "^3.18.2",
13872
13872
  "@salesforce/apex-node": "^3.0.2",
13873
13873
  "@salesforce/core": "^6.4.4",
13874
13874
  "@salesforce/kit": "^3.0.15",
@@ -14367,15 +14367,15 @@
14367
14367
  }
14368
14368
  },
14369
14369
  "node_modules/@salesforce/source-tracking": {
14370
- "version": "5.1.9",
14371
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.9.tgz",
14372
- "integrity": "sha512-/3hKCenXV/huWdUV4qfexfZ0B9GTO0Zf/FPkMUH9mhcJ7wqsVUUnoh39Vi4pwKWeSfdIUd026wnxiNYw6kA35w==",
14370
+ "version": "5.1.11",
14371
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.11.tgz",
14372
+ "integrity": "sha512-hT+gtdiCaHPG4Pl/z+3vv1S8xOVZXP3YOetUaeewyARraII2lMyf9PDb5dIZH17C+ZDucFmJdO1zTEpBPzZjGQ==",
14373
14373
  "license": "BSD-3-Clause",
14374
14374
  "dependencies": {
14375
- "@oclif/core": "^3.18.1",
14375
+ "@oclif/core": "^3.18.2",
14376
14376
  "@salesforce/core": "^6.5.1",
14377
14377
  "@salesforce/kit": "^3.0.15",
14378
- "@salesforce/source-deploy-retrieve": "^10.2.13",
14378
+ "@salesforce/source-deploy-retrieve": "^10.3.1",
14379
14379
  "@salesforce/ts-types": "^2.0.9",
14380
14380
  "fast-xml-parser": "^4.2.5",
14381
14381
  "graceful-fs": "^4.2.11",
@@ -3650,6 +3650,243 @@
3650
3650
  "snapshot:create:org"
3651
3651
  ]
3652
3652
  },
3653
+ "org:delete:shape": {
3654
+ "aliases": [
3655
+ "force:org:shape:delete"
3656
+ ],
3657
+ "args": {},
3658
+ "deprecateAliases": true,
3659
+ "description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
3660
+ "examples": [
3661
+ "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
3662
+ "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
3663
+ ],
3664
+ "flags": {
3665
+ "json": {
3666
+ "description": "Format output as json.",
3667
+ "helpGroup": "GLOBAL",
3668
+ "name": "json",
3669
+ "allowNo": false,
3670
+ "type": "boolean"
3671
+ },
3672
+ "target-org": {
3673
+ "aliases": [
3674
+ "targetusername",
3675
+ "u"
3676
+ ],
3677
+ "char": "o",
3678
+ "deprecateAliases": true,
3679
+ "name": "target-org",
3680
+ "noCacheDefault": true,
3681
+ "required": true,
3682
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3683
+ "hasDynamicHelp": true,
3684
+ "multiple": false,
3685
+ "type": "option"
3686
+ },
3687
+ "api-version": {
3688
+ "aliases": [
3689
+ "apiversion"
3690
+ ],
3691
+ "deprecateAliases": true,
3692
+ "description": "Override the api version used for api requests made by this command",
3693
+ "name": "api-version",
3694
+ "hasDynamicHelp": false,
3695
+ "multiple": false,
3696
+ "type": "option"
3697
+ },
3698
+ "loglevel": {
3699
+ "deprecated": {
3700
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3701
+ },
3702
+ "hidden": true,
3703
+ "name": "loglevel",
3704
+ "hasDynamicHelp": false,
3705
+ "multiple": false,
3706
+ "type": "option"
3707
+ },
3708
+ "no-prompt": {
3709
+ "aliases": [
3710
+ "noprompt"
3711
+ ],
3712
+ "char": "p",
3713
+ "deprecateAliases": true,
3714
+ "name": "no-prompt",
3715
+ "summary": "Don't prompt for confirmation.",
3716
+ "allowNo": false,
3717
+ "type": "boolean"
3718
+ }
3719
+ },
3720
+ "hasDynamicHelp": true,
3721
+ "hiddenAliases": [],
3722
+ "id": "org:delete:shape",
3723
+ "pluginAlias": "@salesforce/plugin-signups",
3724
+ "pluginName": "@salesforce/plugin-signups",
3725
+ "pluginType": "jit",
3726
+ "strict": true,
3727
+ "summary": "Delete all org shapes for a target org.",
3728
+ "enableJsonFlag": true,
3729
+ "isESM": true,
3730
+ "relativePath": [
3731
+ "lib",
3732
+ "commands",
3733
+ "org",
3734
+ "delete",
3735
+ "shape.js"
3736
+ ],
3737
+ "aliasPermutations": [
3738
+ "force:org:shape:delete",
3739
+ "org:force:shape:delete",
3740
+ "org:shape:force:delete",
3741
+ "org:shape:delete:force",
3742
+ "force:shape:org:delete",
3743
+ "shape:force:org:delete",
3744
+ "shape:org:force:delete",
3745
+ "shape:org:delete:force",
3746
+ "force:shape:delete:org",
3747
+ "shape:force:delete:org",
3748
+ "shape:delete:force:org",
3749
+ "shape:delete:org:force",
3750
+ "force:org:delete:shape",
3751
+ "org:force:delete:shape",
3752
+ "org:delete:force:shape",
3753
+ "org:delete:shape:force",
3754
+ "force:delete:org:shape",
3755
+ "delete:force:org:shape",
3756
+ "delete:org:force:shape",
3757
+ "delete:org:shape:force",
3758
+ "force:delete:shape:org",
3759
+ "delete:force:shape:org",
3760
+ "delete:shape:force:org",
3761
+ "delete:shape:org:force"
3762
+ ],
3763
+ "permutations": [
3764
+ "org:delete:shape",
3765
+ "delete:org:shape",
3766
+ "delete:shape:org",
3767
+ "org:shape:delete",
3768
+ "shape:org:delete",
3769
+ "shape:delete:org"
3770
+ ]
3771
+ },
3772
+ "org:delete:snapshot": {
3773
+ "aliases": [
3774
+ "force:org:snapshot:delete"
3775
+ ],
3776
+ "args": {},
3777
+ "deprecateAliases": true,
3778
+ "description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
3779
+ "examples": [
3780
+ "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3781
+ "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
3782
+ ],
3783
+ "flags": {
3784
+ "json": {
3785
+ "description": "Format output as json.",
3786
+ "helpGroup": "GLOBAL",
3787
+ "name": "json",
3788
+ "allowNo": false,
3789
+ "type": "boolean"
3790
+ },
3791
+ "target-dev-hub": {
3792
+ "aliases": [
3793
+ "targetdevhubusername"
3794
+ ],
3795
+ "char": "v",
3796
+ "deprecateAliases": true,
3797
+ "name": "target-dev-hub",
3798
+ "noCacheDefault": true,
3799
+ "required": true,
3800
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3801
+ "hasDynamicHelp": true,
3802
+ "multiple": false,
3803
+ "type": "option"
3804
+ },
3805
+ "api-version": {
3806
+ "aliases": [
3807
+ "apiversion"
3808
+ ],
3809
+ "deprecateAliases": true,
3810
+ "description": "Override the api version used for api requests made by this command",
3811
+ "name": "api-version",
3812
+ "hasDynamicHelp": false,
3813
+ "multiple": false,
3814
+ "type": "option"
3815
+ },
3816
+ "loglevel": {
3817
+ "deprecated": {
3818
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3819
+ },
3820
+ "hidden": true,
3821
+ "name": "loglevel",
3822
+ "hasDynamicHelp": false,
3823
+ "multiple": false,
3824
+ "type": "option"
3825
+ },
3826
+ "snapshot": {
3827
+ "char": "s",
3828
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3829
+ "name": "snapshot",
3830
+ "required": true,
3831
+ "summary": "Name or ID of snapshot to delete.",
3832
+ "hasDynamicHelp": false,
3833
+ "multiple": false,
3834
+ "type": "option"
3835
+ }
3836
+ },
3837
+ "hasDynamicHelp": true,
3838
+ "hiddenAliases": [],
3839
+ "id": "org:delete:snapshot",
3840
+ "pluginAlias": "@salesforce/plugin-signups",
3841
+ "pluginName": "@salesforce/plugin-signups",
3842
+ "pluginType": "jit",
3843
+ "state": "beta",
3844
+ "strict": true,
3845
+ "summary": "Delete a scratch org snapshot.",
3846
+ "enableJsonFlag": true,
3847
+ "isESM": true,
3848
+ "relativePath": [
3849
+ "lib",
3850
+ "commands",
3851
+ "org",
3852
+ "delete",
3853
+ "snapshot.js"
3854
+ ],
3855
+ "aliasPermutations": [
3856
+ "force:org:snapshot:delete",
3857
+ "org:force:snapshot:delete",
3858
+ "org:snapshot:force:delete",
3859
+ "org:snapshot:delete:force",
3860
+ "force:snapshot:org:delete",
3861
+ "snapshot:force:org:delete",
3862
+ "snapshot:org:force:delete",
3863
+ "snapshot:org:delete:force",
3864
+ "force:snapshot:delete:org",
3865
+ "snapshot:force:delete:org",
3866
+ "snapshot:delete:force:org",
3867
+ "snapshot:delete:org:force",
3868
+ "force:org:delete:snapshot",
3869
+ "org:force:delete:snapshot",
3870
+ "org:delete:force:snapshot",
3871
+ "org:delete:snapshot:force",
3872
+ "force:delete:org:snapshot",
3873
+ "delete:force:org:snapshot",
3874
+ "delete:org:force:snapshot",
3875
+ "delete:org:snapshot:force",
3876
+ "force:delete:snapshot:org",
3877
+ "delete:force:snapshot:org",
3878
+ "delete:snapshot:force:org",
3879
+ "delete:snapshot:org:force"
3880
+ ],
3881
+ "permutations": [
3882
+ "org:delete:snapshot",
3883
+ "delete:org:snapshot",
3884
+ "delete:snapshot:org",
3885
+ "org:snapshot:delete",
3886
+ "snapshot:org:delete",
3887
+ "snapshot:delete:org"
3888
+ ]
3889
+ },
3653
3890
  "org:get:snapshot": {
3654
3891
  "aliases": [
3655
3892
  "force:org:snapshot:get"
@@ -3965,243 +4202,6 @@
3965
4202
  "snapshot:list:org"
3966
4203
  ]
3967
4204
  },
3968
- "org:delete:shape": {
3969
- "aliases": [
3970
- "force:org:shape:delete"
3971
- ],
3972
- "args": {},
3973
- "deprecateAliases": true,
3974
- "description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
3975
- "examples": [
3976
- "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
3977
- "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
3978
- ],
3979
- "flags": {
3980
- "json": {
3981
- "description": "Format output as json.",
3982
- "helpGroup": "GLOBAL",
3983
- "name": "json",
3984
- "allowNo": false,
3985
- "type": "boolean"
3986
- },
3987
- "target-org": {
3988
- "aliases": [
3989
- "targetusername",
3990
- "u"
3991
- ],
3992
- "char": "o",
3993
- "deprecateAliases": true,
3994
- "name": "target-org",
3995
- "noCacheDefault": true,
3996
- "required": true,
3997
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3998
- "hasDynamicHelp": true,
3999
- "multiple": false,
4000
- "type": "option"
4001
- },
4002
- "api-version": {
4003
- "aliases": [
4004
- "apiversion"
4005
- ],
4006
- "deprecateAliases": true,
4007
- "description": "Override the api version used for api requests made by this command",
4008
- "name": "api-version",
4009
- "hasDynamicHelp": false,
4010
- "multiple": false,
4011
- "type": "option"
4012
- },
4013
- "loglevel": {
4014
- "deprecated": {
4015
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
4016
- },
4017
- "hidden": true,
4018
- "name": "loglevel",
4019
- "hasDynamicHelp": false,
4020
- "multiple": false,
4021
- "type": "option"
4022
- },
4023
- "no-prompt": {
4024
- "aliases": [
4025
- "noprompt"
4026
- ],
4027
- "char": "p",
4028
- "deprecateAliases": true,
4029
- "name": "no-prompt",
4030
- "summary": "Don't prompt for confirmation.",
4031
- "allowNo": false,
4032
- "type": "boolean"
4033
- }
4034
- },
4035
- "hasDynamicHelp": true,
4036
- "hiddenAliases": [],
4037
- "id": "org:delete:shape",
4038
- "pluginAlias": "@salesforce/plugin-signups",
4039
- "pluginName": "@salesforce/plugin-signups",
4040
- "pluginType": "jit",
4041
- "strict": true,
4042
- "summary": "Delete all org shapes for a target org.",
4043
- "enableJsonFlag": true,
4044
- "isESM": true,
4045
- "relativePath": [
4046
- "lib",
4047
- "commands",
4048
- "org",
4049
- "delete",
4050
- "shape.js"
4051
- ],
4052
- "aliasPermutations": [
4053
- "force:org:shape:delete",
4054
- "org:force:shape:delete",
4055
- "org:shape:force:delete",
4056
- "org:shape:delete:force",
4057
- "force:shape:org:delete",
4058
- "shape:force:org:delete",
4059
- "shape:org:force:delete",
4060
- "shape:org:delete:force",
4061
- "force:shape:delete:org",
4062
- "shape:force:delete:org",
4063
- "shape:delete:force:org",
4064
- "shape:delete:org:force",
4065
- "force:org:delete:shape",
4066
- "org:force:delete:shape",
4067
- "org:delete:force:shape",
4068
- "org:delete:shape:force",
4069
- "force:delete:org:shape",
4070
- "delete:force:org:shape",
4071
- "delete:org:force:shape",
4072
- "delete:org:shape:force",
4073
- "force:delete:shape:org",
4074
- "delete:force:shape:org",
4075
- "delete:shape:force:org",
4076
- "delete:shape:org:force"
4077
- ],
4078
- "permutations": [
4079
- "org:delete:shape",
4080
- "delete:org:shape",
4081
- "delete:shape:org",
4082
- "org:shape:delete",
4083
- "shape:org:delete",
4084
- "shape:delete:org"
4085
- ]
4086
- },
4087
- "org:delete:snapshot": {
4088
- "aliases": [
4089
- "force:org:snapshot:delete"
4090
- ],
4091
- "args": {},
4092
- "deprecateAliases": true,
4093
- "description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
4094
- "examples": [
4095
- "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4096
- "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
4097
- ],
4098
- "flags": {
4099
- "json": {
4100
- "description": "Format output as json.",
4101
- "helpGroup": "GLOBAL",
4102
- "name": "json",
4103
- "allowNo": false,
4104
- "type": "boolean"
4105
- },
4106
- "target-dev-hub": {
4107
- "aliases": [
4108
- "targetdevhubusername"
4109
- ],
4110
- "char": "v",
4111
- "deprecateAliases": true,
4112
- "name": "target-dev-hub",
4113
- "noCacheDefault": true,
4114
- "required": true,
4115
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4116
- "hasDynamicHelp": true,
4117
- "multiple": false,
4118
- "type": "option"
4119
- },
4120
- "api-version": {
4121
- "aliases": [
4122
- "apiversion"
4123
- ],
4124
- "deprecateAliases": true,
4125
- "description": "Override the api version used for api requests made by this command",
4126
- "name": "api-version",
4127
- "hasDynamicHelp": false,
4128
- "multiple": false,
4129
- "type": "option"
4130
- },
4131
- "loglevel": {
4132
- "deprecated": {
4133
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
4134
- },
4135
- "hidden": true,
4136
- "name": "loglevel",
4137
- "hasDynamicHelp": false,
4138
- "multiple": false,
4139
- "type": "option"
4140
- },
4141
- "snapshot": {
4142
- "char": "s",
4143
- "description": "The IDs of scratch org snapshots start with 0Oo.",
4144
- "name": "snapshot",
4145
- "required": true,
4146
- "summary": "Name or ID of snapshot to delete.",
4147
- "hasDynamicHelp": false,
4148
- "multiple": false,
4149
- "type": "option"
4150
- }
4151
- },
4152
- "hasDynamicHelp": true,
4153
- "hiddenAliases": [],
4154
- "id": "org:delete:snapshot",
4155
- "pluginAlias": "@salesforce/plugin-signups",
4156
- "pluginName": "@salesforce/plugin-signups",
4157
- "pluginType": "jit",
4158
- "state": "beta",
4159
- "strict": true,
4160
- "summary": "Delete a scratch org snapshot.",
4161
- "enableJsonFlag": true,
4162
- "isESM": true,
4163
- "relativePath": [
4164
- "lib",
4165
- "commands",
4166
- "org",
4167
- "delete",
4168
- "snapshot.js"
4169
- ],
4170
- "aliasPermutations": [
4171
- "force:org:snapshot:delete",
4172
- "org:force:snapshot:delete",
4173
- "org:snapshot:force:delete",
4174
- "org:snapshot:delete:force",
4175
- "force:snapshot:org:delete",
4176
- "snapshot:force:org:delete",
4177
- "snapshot:org:force:delete",
4178
- "snapshot:org:delete:force",
4179
- "force:snapshot:delete:org",
4180
- "snapshot:force:delete:org",
4181
- "snapshot:delete:force:org",
4182
- "snapshot:delete:org:force",
4183
- "force:org:delete:snapshot",
4184
- "org:force:delete:snapshot",
4185
- "org:delete:force:snapshot",
4186
- "org:delete:snapshot:force",
4187
- "force:delete:org:snapshot",
4188
- "delete:force:org:snapshot",
4189
- "delete:org:force:snapshot",
4190
- "delete:org:snapshot:force",
4191
- "force:delete:snapshot:org",
4192
- "delete:force:snapshot:org",
4193
- "delete:snapshot:force:org",
4194
- "delete:snapshot:org:force"
4195
- ],
4196
- "permutations": [
4197
- "org:delete:snapshot",
4198
- "delete:org:snapshot",
4199
- "delete:snapshot:org",
4200
- "org:snapshot:delete",
4201
- "snapshot:org:delete",
4202
- "snapshot:delete:org"
4203
- ]
4204
- },
4205
4205
  "force:lightning:lwc:test:create": {
4206
4206
  "id": "force:lightning:lwc:test:create",
4207
4207
  "description": "creates a Lightning web component test file with boilerplate code inside a __tests__ directory.",
@@ -5051,5 +5051,5 @@
5051
5051
  ]
5052
5052
  }
5053
5053
  },
5054
- "version": "2.28.1"
5054
+ "version": "2.28.3"
5055
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.28.1",
4
+ "version": "2.28.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -72,12 +72,12 @@
72
72
  ],
73
73
  "jitPlugins": {
74
74
  "@salesforce/plugin-custom-metadata": "3.1.7",
75
- "@salesforce/plugin-community": "3.0.15",
76
- "@salesforce/plugin-dev": "2.1.11",
75
+ "@salesforce/plugin-community": "3.0.16",
76
+ "@salesforce/plugin-dev": "2.1.12",
77
77
  "@salesforce/plugin-devops-center": "1.2.5",
78
78
  "@salesforce/plugin-env": "3.0.17",
79
79
  "@salesforce/plugin-functions": "1.22.11",
80
- "@salesforce/plugin-signups": "2.0.18",
80
+ "@salesforce/plugin-signups": "2.0.20",
81
81
  "@salesforce/sfdx-plugin-lwc-test": "1.1.1",
82
82
  "@salesforce/sfdx-scanner": "3.20.0"
83
83
  },
@@ -142,23 +142,23 @@
142
142
  "@oclif/plugin-plugins": "4.2.1",
143
143
  "@oclif/plugin-search": "1.0.12",
144
144
  "@oclif/plugin-update": "4.1.8",
145
- "@oclif/plugin-version": "2.0.11",
145
+ "@oclif/plugin-version": "2.0.12",
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
149
  "@salesforce/plugin-apex": "3.0.22",
150
- "@salesforce/plugin-auth": "3.3.6",
150
+ "@salesforce/plugin-auth": "3.3.7",
151
151
  "@salesforce/plugin-data": "3.0.18",
152
- "@salesforce/plugin-deploy-retrieve": "3.2.9",
152
+ "@salesforce/plugin-deploy-retrieve": "3.2.11",
153
153
  "@salesforce/plugin-info": "3.0.19",
154
154
  "@salesforce/plugin-limits": "3.1.6",
155
155
  "@salesforce/plugin-marketplace": "1.0.20",
156
156
  "@salesforce/plugin-org": "3.3.10",
157
157
  "@salesforce/plugin-packaging": "2.1.5",
158
158
  "@salesforce/plugin-schema": "3.1.0",
159
- "@salesforce/plugin-settings": "2.0.21",
159
+ "@salesforce/plugin-settings": "2.0.22",
160
160
  "@salesforce/plugin-sobject": "1.1.6",
161
- "@salesforce/plugin-source": "3.1.8",
161
+ "@salesforce/plugin-source": "3.1.9",
162
162
  "@salesforce/plugin-telemetry": "3.1.10",
163
163
  "@salesforce/plugin-templates": "56.0.12",
164
164
  "@salesforce/plugin-trust": "3.3.5",
@@ -201,7 +201,7 @@
201
201
  "@salesforce/schemas": "1.6.1",
202
202
  "@salesforce/templates": "60.1.0",
203
203
  "@salesforce/source-deploy-retrieve": "10.3.1",
204
- "@salesforce/source-tracking": "5.1.9"
204
+ "@salesforce/source-tracking": "5.1.11"
205
205
  },
206
206
  "repository": "salesforcecli/cli",
207
207
  "scripts": {