@salesforce/cli 2.50.6 → 2.51.1

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.50.6 linux-x64 node-v20.15.0
27
+ @salesforce/cli/2.51.1 linux-x64 node-v20.15.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -790,9 +790,7 @@ FLAG DESCRIPTIONS
790
790
  For multiple suites, repeat the flag for each.
791
791
  --suite-names Suite1 --suite-names Suite2
792
792
 
793
- -t, --tests=<value>...
794
-
795
- Apex test class names or IDs and, if applicable, test methods to run; default is all tests.
793
+ -t, --tests=<value>... Apex test class names or IDs and, if applicable, test methods to run; default is all tests.
796
794
 
797
795
  If you specify --tests, you can't specify --class-names or --suite-names
798
796
  For multiple tests, repeat the flag for each.
@@ -4047,9 +4045,7 @@ EXAMPLES
4047
4045
  $ sf org refresh sandbox --definition-file devSbx3-config.json --target-org prodOrg
4048
4046
 
4049
4047
  FLAG DESCRIPTIONS
4050
- -f, --definition-file=<value>
4051
-
4052
- Path to a sandbox definition file for overriding its configuration when you refresh it.
4048
+ -f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
4053
4049
 
4054
4050
  The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during
4055
4051
  a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name
@@ -4262,7 +4258,7 @@ FLAG DESCRIPTIONS
4262
4258
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4263
4259
  ```
4264
4260
 
4265
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/create.ts)_
4261
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/create.ts)_
4266
4262
 
4267
4263
  ## `sf package delete`
4268
4264
 
@@ -4304,7 +4300,7 @@ EXAMPLES
4304
4300
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4305
4301
  ```
4306
4302
 
4307
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/delete.ts)_
4303
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/delete.ts)_
4308
4304
 
4309
4305
  ## `sf package install`
4310
4306
 
@@ -4402,7 +4398,7 @@ FLAG DESCRIPTIONS
4402
4398
  specify DeprecateOnly or Delete only for unlocked package upgrades.
4403
4399
  ```
4404
4400
 
4405
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/install.ts)_
4401
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/install.ts)_
4406
4402
 
4407
4403
  ## `sf package install report`
4408
4404
 
@@ -4435,7 +4431,7 @@ EXAMPLES
4435
4431
  $ sf package install report --request-id 0Hf... --target-org me@example.com
4436
4432
  ```
4437
4433
 
4438
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/install/report.ts)_
4434
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/install/report.ts)_
4439
4435
 
4440
4436
  ## `sf package installed list`
4441
4437
 
@@ -4467,7 +4463,7 @@ EXAMPLES
4467
4463
  $ sf package installed list --target-org me@example.com
4468
4464
  ```
4469
4465
 
4470
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/installed/list.ts)_
4466
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/installed/list.ts)_
4471
4467
 
4472
4468
  ## `sf package list`
4473
4469
 
@@ -4505,7 +4501,7 @@ EXAMPLES
4505
4501
  $ sf package list --target-dev-hub devhub@example.com --verbose
4506
4502
  ```
4507
4503
 
4508
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/list.ts)_
4504
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/list.ts)_
4509
4505
 
4510
4506
  ## `sf package uninstall`
4511
4507
 
@@ -4553,7 +4549,7 @@ EXAMPLES
4553
4549
  $ sf package uninstall --package "Undesirable Package Alias"
4554
4550
  ```
4555
4551
 
4556
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/uninstall.ts)_
4552
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/uninstall.ts)_
4557
4553
 
4558
4554
  ## `sf package uninstall report`
4559
4555
 
@@ -4586,7 +4582,7 @@ EXAMPLES
4586
4582
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
4587
4583
  ```
4588
4584
 
4589
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/uninstall/report.ts)_
4585
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/uninstall/report.ts)_
4590
4586
 
4591
4587
  ## `sf package update`
4592
4588
 
@@ -4641,7 +4637,7 @@ FLAG DESCRIPTIONS
4641
4637
  associated with your package.
4642
4638
  ```
4643
4639
 
4644
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/update.ts)_
4640
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/update.ts)_
4645
4641
 
4646
4642
  ## `sf package version create`
4647
4643
 
@@ -4808,7 +4804,7 @@ FLAG DESCRIPTIONS
4808
4804
  periods of no output from commands.
4809
4805
  ```
4810
4806
 
4811
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/create.ts)_
4807
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/create.ts)_
4812
4808
 
4813
4809
  ## `sf package version create list`
4814
4810
 
@@ -4869,7 +4865,7 @@ EXAMPLES
4869
4865
  $ sf package version create list --created-last-days 0 --status Success
4870
4866
  ```
4871
4867
 
4872
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/create/list.ts)_
4868
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/create/list.ts)_
4873
4869
 
4874
4870
  ## `sf package version create report`
4875
4871
 
@@ -4912,7 +4908,7 @@ EXAMPLES
4912
4908
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
4913
4909
  ```
4914
4910
 
4915
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/create/report.ts)_
4911
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/create/report.ts)_
4916
4912
 
4917
4913
  ## `sf package version delete`
4918
4914
 
@@ -4951,7 +4947,7 @@ EXAMPLES
4951
4947
  $ sf package version delete --package 04t... --target-org devhub@example.com
4952
4948
  ```
4953
4949
 
4954
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/delete.ts)_
4950
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/delete.ts)_
4955
4951
 
4956
4952
  ## `sf package version displayancestry`
4957
4953
 
@@ -5011,7 +5007,7 @@ FLAG DESCRIPTIONS
5011
5007
  You can use the DOT code output in graph visualization software to create tree visualizations.
5012
5008
  ```
5013
5009
 
5014
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/displayancestry.ts)_
5010
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/displayancestry.ts)_
5015
5011
 
5016
5012
  ## `sf package version list`
5017
5013
 
@@ -5087,7 +5083,7 @@ EXAMPLES
5087
5083
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5088
5084
  ```
5089
5085
 
5090
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/list.ts)_
5086
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/list.ts)_
5091
5087
 
5092
5088
  ## `sf package version promote`
5093
5089
 
@@ -5131,7 +5127,7 @@ EXAMPLES
5131
5127
  $ sf package version promote --package "Awesome Package Alias"
5132
5128
  ```
5133
5129
 
5134
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/promote.ts)_
5130
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/promote.ts)_
5135
5131
 
5136
5132
  ## `sf package version report`
5137
5133
 
@@ -5171,7 +5167,7 @@ EXAMPLES
5171
5167
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5172
5168
  ```
5173
5169
 
5174
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/report.ts)_
5170
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/report.ts)_
5175
5171
 
5176
5172
  ## `sf package version update`
5177
5173
 
@@ -5224,7 +5220,7 @@ EXAMPLES
5224
5220
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5225
5221
  ```
5226
5222
 
5227
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/update.ts)_
5223
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/update.ts)_
5228
5224
 
5229
5225
  ## `sf package1 version create`
5230
5226
 
@@ -5291,7 +5287,7 @@ FLAG DESCRIPTIONS
5291
5287
  subscribers.
5292
5288
  ```
5293
5289
 
5294
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package1/version/create.ts)_
5290
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package1/version/create.ts)_
5295
5291
 
5296
5292
  ## `sf package1 version create get`
5297
5293
 
@@ -5324,7 +5320,7 @@ EXAMPLES
5324
5320
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5325
5321
  ```
5326
5322
 
5327
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package1/version/create/get.ts)_
5323
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package1/version/create/get.ts)_
5328
5324
 
5329
5325
  ## `sf package1 version display`
5330
5326
 
@@ -5358,7 +5354,7 @@ EXAMPLES
5358
5354
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5359
5355
  ```
5360
5356
 
5361
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package1/version/display.ts)_
5357
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package1/version/display.ts)_
5362
5358
 
5363
5359
  ## `sf package1 version list`
5364
5360
 
@@ -5396,7 +5392,7 @@ FLAG DESCRIPTIONS
5396
5392
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5397
5393
  ```
5398
5394
 
5399
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package1/version/list.ts)_
5395
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package1/version/list.ts)_
5400
5396
 
5401
5397
  ## `sf plugins`
5402
5398
 
@@ -7358,9 +7354,7 @@ FLAG DESCRIPTIONS
7358
7354
  If the target directory matches one of the package directories in your sfdx-project.json file, the command fails.
7359
7355
  Running the command multiple times with the same target adds new files and overwrites existing files.
7360
7356
 
7361
- -w, --wait=<value>
7362
-
7363
- Number of minutes to wait for the command to complete and display results to the terminal window.
7357
+ -w, --wait=<value> Number of minutes to wait for the command to complete and display results to the terminal window.
7364
7358
 
7365
7359
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
7366
7360
 
@@ -7,6 +7,7 @@
7
7
  import { Help } from '@oclif/core/help';
8
8
  import { toConfiguredId } from '@oclif/core/util/ids';
9
9
  import { Ansis } from 'ansis';
10
+ import { colorize } from '@oclif/core/ux';
10
11
  import { SfCommandHelp } from './sfCommandHelp.js';
11
12
  const ansis = new Ansis();
12
13
  export default class SfHelp extends Help {
@@ -57,7 +58,7 @@ export default class SfHelp extends Help {
57
58
  let formattedArg = arg.slice();
58
59
  const matches = ansis.strip(formattedArg).match(this.commandIdRegex) ?? [];
59
60
  for (const match of matches) {
60
- formattedArg = formattedArg.replaceAll(match, ansis.dim(match));
61
+ formattedArg = formattedArg.replaceAll(match, colorize('dim', match));
61
62
  }
62
63
  return formattedArg;
63
64
  });
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.50.6",
3
+ "version": "2.51.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.50.6",
9
+ "version": "2.51.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.0.9",
14
+ "@oclif/core": "4.0.11",
15
15
  "@oclif/plugin-autocomplete": "3.1.6",
16
16
  "@oclif/plugin-commands": "4.0.6",
17
17
  "@oclif/plugin-help": "6.2.5",
@@ -32,7 +32,7 @@
32
32
  "@salesforce/plugin-limits": "3.3.17",
33
33
  "@salesforce/plugin-marketplace": "1.2.17",
34
34
  "@salesforce/plugin-org": "4.3.4",
35
- "@salesforce/plugin-packaging": "2.7.0",
35
+ "@salesforce/plugin-packaging": "2.7.1",
36
36
  "@salesforce/plugin-schema": "3.3.19",
37
37
  "@salesforce/plugin-settings": "2.3.8",
38
38
  "@salesforce/plugin-sobject": "1.4.19",
@@ -3258,9 +3258,9 @@
3258
3258
  }
3259
3259
  },
3260
3260
  "node_modules/@oclif/core": {
3261
- "version": "4.0.9",
3262
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.9.tgz",
3263
- "integrity": "sha512-2mjLB/HzH+b3+tNnlRjx/+mgoBgjZxWQG2qmde/Q7+ghNyRP8tuHhwiCKw2fH2rJSUl5eksbQ8j9WNHWOg6rPg==",
3261
+ "version": "4.0.11",
3262
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.11.tgz",
3263
+ "integrity": "sha512-cZLLdSm9tGSbuoRjjgXf128zvPZH+afjQMQcrvDfoN347KvPg75ne8YJ8qHix+T3Vl03iXfgIH6guQN0kLgmjg==",
3264
3264
  "license": "MIT",
3265
3265
  "dependencies": {
3266
3266
  "ansi-escapes": "^4.3.2",
@@ -4321,9 +4321,9 @@
4321
4321
  "license": "MIT"
4322
4322
  },
4323
4323
  "node_modules/@salesforce/plugin-packaging": {
4324
- "version": "2.7.0",
4325
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.0.tgz",
4326
- "integrity": "sha512-s6kDsptCjoeUqGNsej2oVPdzzWnC7rhLtd7zojdTr/kClSTM+QViC7dZG9aVjLy7x3E/hiD9TSd60KrINi7ohQ==",
4324
+ "version": "2.7.1",
4325
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.1.tgz",
4326
+ "integrity": "sha512-315X1hzOntBPScsMP97xvIPmO1kRJrOF6HXa+NxPYr3xlEQFzf/ycqGkW9m995aVCWf3qRsbE8xFKvDA86OWPg==",
4327
4327
  "license": "BSD-3-Clause",
4328
4328
  "dependencies": {
4329
4329
  "@oclif/core": "^4",
package/oclif.lock CHANGED
@@ -1561,10 +1561,10 @@
1561
1561
  proc-log "^4.0.0"
1562
1562
  which "^4.0.0"
1563
1563
 
1564
- "@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@^4.0.7", "@oclif/core@^4.0.8", "@oclif/core@4.0.9":
1565
- version "4.0.9"
1566
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.9.tgz"
1567
- integrity sha512-2mjLB/HzH+b3+tNnlRjx/+mgoBgjZxWQG2qmde/Q7+ghNyRP8tuHhwiCKw2fH2rJSUl5eksbQ8j9WNHWOg6rPg==
1564
+ "@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@^4.0.7", "@oclif/core@^4.0.8", "@oclif/core@4.0.11":
1565
+ version "4.0.11"
1566
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.11.tgz"
1567
+ integrity sha512-cZLLdSm9tGSbuoRjjgXf128zvPZH+afjQMQcrvDfoN347KvPg75ne8YJ8qHix+T3Vl03iXfgIH6guQN0kLgmjg==
1568
1568
  dependencies:
1569
1569
  ansi-escapes "^4.3.2"
1570
1570
  ansis "^3.1.1"
@@ -2089,10 +2089,10 @@
2089
2089
  is-wsl "^3.1.0"
2090
2090
  open "^10.1.0"
2091
2091
 
2092
- "@salesforce/plugin-packaging@2.7.0":
2093
- version "2.7.0"
2094
- resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.0.tgz"
2095
- integrity sha512-s6kDsptCjoeUqGNsej2oVPdzzWnC7rhLtd7zojdTr/kClSTM+QViC7dZG9aVjLy7x3E/hiD9TSd60KrINi7ohQ==
2092
+ "@salesforce/plugin-packaging@2.7.1":
2093
+ version "2.7.1"
2094
+ resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.1.tgz"
2095
+ integrity sha512-315X1hzOntBPScsMP97xvIPmO1kRJrOF6HXa+NxPYr3xlEQFzf/ycqGkW9m995aVCWf3qRsbE8xFKvDA86OWPg==
2096
2096
  dependencies:
2097
2097
  "@oclif/core" "^4"
2098
2098
  "@salesforce/core" "^8.0.1"
@@ -3874,131 +3874,6 @@
3874
3874
  "snapshot:create:org"
3875
3875
  ]
3876
3876
  },
3877
- "org:get:snapshot": {
3878
- "aliases": [
3879
- "force:org:snapshot:get"
3880
- ],
3881
- "args": {},
3882
- "deprecateAliases": true,
3883
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3884
- "examples": [
3885
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3886
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3887
- ],
3888
- "flags": {
3889
- "json": {
3890
- "description": "Format output as json.",
3891
- "helpGroup": "GLOBAL",
3892
- "name": "json",
3893
- "allowNo": false,
3894
- "type": "boolean"
3895
- },
3896
- "flags-dir": {
3897
- "helpGroup": "GLOBAL",
3898
- "name": "flags-dir",
3899
- "summary": "Import flag values from a directory.",
3900
- "hasDynamicHelp": false,
3901
- "multiple": false,
3902
- "type": "option"
3903
- },
3904
- "target-dev-hub": {
3905
- "aliases": [
3906
- "targetdevhubusername"
3907
- ],
3908
- "char": "v",
3909
- "deprecateAliases": true,
3910
- "name": "target-dev-hub",
3911
- "noCacheDefault": true,
3912
- "required": true,
3913
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3914
- "hasDynamicHelp": true,
3915
- "multiple": false,
3916
- "type": "option"
3917
- },
3918
- "api-version": {
3919
- "aliases": [
3920
- "apiversion"
3921
- ],
3922
- "deprecateAliases": true,
3923
- "description": "Override the api version used for api requests made by this command",
3924
- "name": "api-version",
3925
- "hasDynamicHelp": false,
3926
- "multiple": false,
3927
- "type": "option"
3928
- },
3929
- "loglevel": {
3930
- "deprecated": {
3931
- "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."
3932
- },
3933
- "hidden": true,
3934
- "name": "loglevel",
3935
- "hasDynamicHelp": false,
3936
- "multiple": false,
3937
- "type": "option"
3938
- },
3939
- "snapshot": {
3940
- "char": "s",
3941
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3942
- "name": "snapshot",
3943
- "required": true,
3944
- "summary": "Name or ID of snapshot to retrieve.",
3945
- "hasDynamicHelp": false,
3946
- "multiple": false,
3947
- "type": "option"
3948
- }
3949
- },
3950
- "hasDynamicHelp": true,
3951
- "hiddenAliases": [],
3952
- "id": "org:get:snapshot",
3953
- "pluginAlias": "@salesforce/plugin-signups",
3954
- "pluginName": "@salesforce/plugin-signups",
3955
- "pluginType": "jit",
3956
- "strict": true,
3957
- "summary": "Get details about a scratch org snapshot.",
3958
- "enableJsonFlag": true,
3959
- "isESM": true,
3960
- "relativePath": [
3961
- "lib",
3962
- "commands",
3963
- "org",
3964
- "get",
3965
- "snapshot.js"
3966
- ],
3967
- "aliasPermutations": [
3968
- "force:org:snapshot:get",
3969
- "org:force:snapshot:get",
3970
- "org:snapshot:force:get",
3971
- "org:snapshot:get:force",
3972
- "force:snapshot:org:get",
3973
- "snapshot:force:org:get",
3974
- "snapshot:org:force:get",
3975
- "snapshot:org:get:force",
3976
- "force:snapshot:get:org",
3977
- "snapshot:force:get:org",
3978
- "snapshot:get:force:org",
3979
- "snapshot:get:org:force",
3980
- "force:org:get:snapshot",
3981
- "org:force:get:snapshot",
3982
- "org:get:force:snapshot",
3983
- "org:get:snapshot:force",
3984
- "force:get:org:snapshot",
3985
- "get:force:org:snapshot",
3986
- "get:org:force:snapshot",
3987
- "get:org:snapshot:force",
3988
- "force:get:snapshot:org",
3989
- "get:force:snapshot:org",
3990
- "get:snapshot:force:org",
3991
- "get:snapshot:org:force"
3992
- ],
3993
- "permutations": [
3994
- "org:get:snapshot",
3995
- "get:org:snapshot",
3996
- "get:snapshot:org",
3997
- "org:snapshot:get",
3998
- "snapshot:org:get",
3999
- "snapshot:get:org"
4000
- ]
4001
- },
4002
3877
  "org:delete:shape": {
4003
3878
  "aliases": [
4004
3879
  "force:org:shape:delete"
@@ -4258,6 +4133,131 @@
4258
4133
  "snapshot:delete:org"
4259
4134
  ]
4260
4135
  },
4136
+ "org:get:snapshot": {
4137
+ "aliases": [
4138
+ "force:org:snapshot:get"
4139
+ ],
4140
+ "args": {},
4141
+ "deprecateAliases": true,
4142
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
4143
+ "examples": [
4144
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4145
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
4146
+ ],
4147
+ "flags": {
4148
+ "json": {
4149
+ "description": "Format output as json.",
4150
+ "helpGroup": "GLOBAL",
4151
+ "name": "json",
4152
+ "allowNo": false,
4153
+ "type": "boolean"
4154
+ },
4155
+ "flags-dir": {
4156
+ "helpGroup": "GLOBAL",
4157
+ "name": "flags-dir",
4158
+ "summary": "Import flag values from a directory.",
4159
+ "hasDynamicHelp": false,
4160
+ "multiple": false,
4161
+ "type": "option"
4162
+ },
4163
+ "target-dev-hub": {
4164
+ "aliases": [
4165
+ "targetdevhubusername"
4166
+ ],
4167
+ "char": "v",
4168
+ "deprecateAliases": true,
4169
+ "name": "target-dev-hub",
4170
+ "noCacheDefault": true,
4171
+ "required": true,
4172
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4173
+ "hasDynamicHelp": true,
4174
+ "multiple": false,
4175
+ "type": "option"
4176
+ },
4177
+ "api-version": {
4178
+ "aliases": [
4179
+ "apiversion"
4180
+ ],
4181
+ "deprecateAliases": true,
4182
+ "description": "Override the api version used for api requests made by this command",
4183
+ "name": "api-version",
4184
+ "hasDynamicHelp": false,
4185
+ "multiple": false,
4186
+ "type": "option"
4187
+ },
4188
+ "loglevel": {
4189
+ "deprecated": {
4190
+ "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."
4191
+ },
4192
+ "hidden": true,
4193
+ "name": "loglevel",
4194
+ "hasDynamicHelp": false,
4195
+ "multiple": false,
4196
+ "type": "option"
4197
+ },
4198
+ "snapshot": {
4199
+ "char": "s",
4200
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
4201
+ "name": "snapshot",
4202
+ "required": true,
4203
+ "summary": "Name or ID of snapshot to retrieve.",
4204
+ "hasDynamicHelp": false,
4205
+ "multiple": false,
4206
+ "type": "option"
4207
+ }
4208
+ },
4209
+ "hasDynamicHelp": true,
4210
+ "hiddenAliases": [],
4211
+ "id": "org:get:snapshot",
4212
+ "pluginAlias": "@salesforce/plugin-signups",
4213
+ "pluginName": "@salesforce/plugin-signups",
4214
+ "pluginType": "jit",
4215
+ "strict": true,
4216
+ "summary": "Get details about a scratch org snapshot.",
4217
+ "enableJsonFlag": true,
4218
+ "isESM": true,
4219
+ "relativePath": [
4220
+ "lib",
4221
+ "commands",
4222
+ "org",
4223
+ "get",
4224
+ "snapshot.js"
4225
+ ],
4226
+ "aliasPermutations": [
4227
+ "force:org:snapshot:get",
4228
+ "org:force:snapshot:get",
4229
+ "org:snapshot:force:get",
4230
+ "org:snapshot:get:force",
4231
+ "force:snapshot:org:get",
4232
+ "snapshot:force:org:get",
4233
+ "snapshot:org:force:get",
4234
+ "snapshot:org:get:force",
4235
+ "force:snapshot:get:org",
4236
+ "snapshot:force:get:org",
4237
+ "snapshot:get:force:org",
4238
+ "snapshot:get:org:force",
4239
+ "force:org:get:snapshot",
4240
+ "org:force:get:snapshot",
4241
+ "org:get:force:snapshot",
4242
+ "org:get:snapshot:force",
4243
+ "force:get:org:snapshot",
4244
+ "get:force:org:snapshot",
4245
+ "get:org:force:snapshot",
4246
+ "get:org:snapshot:force",
4247
+ "force:get:snapshot:org",
4248
+ "get:force:snapshot:org",
4249
+ "get:snapshot:force:org",
4250
+ "get:snapshot:org:force"
4251
+ ],
4252
+ "permutations": [
4253
+ "org:get:snapshot",
4254
+ "get:org:snapshot",
4255
+ "get:snapshot:org",
4256
+ "org:snapshot:get",
4257
+ "snapshot:org:get",
4258
+ "snapshot:get:org"
4259
+ ]
4260
+ },
4261
4261
  "org:list:shape": {
4262
4262
  "aliases": [
4263
4263
  "force:org:shape:list"
@@ -5333,5 +5333,5 @@
5333
5333
  ]
5334
5334
  }
5335
5335
  },
5336
- "version": "2.50.6"
5336
+ "version": "2.51.1"
5337
5337
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.50.6",
4
+ "version": "2.51.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -81,7 +81,7 @@
81
81
  "@salesforce/plugin-devops-center": "1.2.18",
82
82
  "@salesforce/plugin-env": "3.0.32",
83
83
  "@salesforce/plugin-functions": "1.23.0",
84
- "@salesforce/plugin-signups": "2.4.1",
84
+ "@salesforce/plugin-signups": "2.5.0",
85
85
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
86
86
  "@salesforce/sfdx-scanner": "4.3.2"
87
87
  },
@@ -139,7 +139,7 @@
139
139
  },
140
140
  "dependencies": {
141
141
  "@inquirer/select": "^2.3.5",
142
- "@oclif/core": "4.0.9",
142
+ "@oclif/core": "4.0.11",
143
143
  "@oclif/plugin-autocomplete": "3.1.6",
144
144
  "@oclif/plugin-commands": "4.0.6",
145
145
  "@oclif/plugin-help": "6.2.5",
@@ -160,7 +160,7 @@
160
160
  "@salesforce/plugin-limits": "3.3.17",
161
161
  "@salesforce/plugin-marketplace": "1.2.17",
162
162
  "@salesforce/plugin-org": "4.3.4",
163
- "@salesforce/plugin-packaging": "2.7.0",
163
+ "@salesforce/plugin-packaging": "2.7.1",
164
164
  "@salesforce/plugin-schema": "3.3.19",
165
165
  "@salesforce/plugin-settings": "2.3.8",
166
166
  "@salesforce/plugin-sobject": "1.4.19",