@salesforce/cli 2.36.1 → 2.36.2

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.36.1 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.36.2 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5664,7 +5664,7 @@ FLAG DESCRIPTIONS
5664
5664
  If you specify this parameter, don’t specify --metadata or --source-dir.
5665
5665
  ```
5666
5666
 
5667
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/convert/mdapi.ts)_
5667
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/convert/mdapi.ts)_
5668
5668
 
5669
5669
  ## `sf project convert source`
5670
5670
 
@@ -5676,7 +5676,7 @@ USAGE
5676
5676
  [-p <value> | -x <value> | -m <value>]
5677
5677
 
5678
5678
  FLAGS
5679
- -d, --output-dir=<value> [default: metadataPackage_1711394913178] Output directory to store the Metadata
5679
+ -d, --output-dir=<value> [default: metadataPackage_1711729660448] Output directory to store the Metadata
5680
5680
  API–formatted files in.
5681
5681
  -m, --metadata=<value>... Metadata component names to convert.
5682
5682
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5737,7 +5737,7 @@ FLAG DESCRIPTIONS
5737
5737
  Override the api version used for api requests made by this command
5738
5738
  ```
5739
5739
 
5740
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/convert/source.ts)_
5740
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/convert/source.ts)_
5741
5741
 
5742
5742
  ## `sf project delete source`
5743
5743
 
@@ -5877,7 +5877,7 @@ FLAG DESCRIPTIONS
5877
5877
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5878
5878
  ```
5879
5879
 
5880
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/delete/source.ts)_
5880
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/delete/source.ts)_
5881
5881
 
5882
5882
  ## `sf project delete tracking`
5883
5883
 
@@ -5914,7 +5914,7 @@ EXAMPLES
5914
5914
  $ sf project delete tracking --target-org my-scratch
5915
5915
  ```
5916
5916
 
5917
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/delete/tracking.ts)_
5917
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/delete/tracking.ts)_
5918
5918
 
5919
5919
  ## `sf project deploy cancel`
5920
5920
 
@@ -5990,7 +5990,7 @@ FLAG DESCRIPTIONS
5990
5990
  project deploy report".
5991
5991
  ```
5992
5992
 
5993
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/deploy/cancel.ts)_
5993
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/cancel.ts)_
5994
5994
 
5995
5995
  ## `sf project deploy preview`
5996
5996
 
@@ -6076,7 +6076,7 @@ FLAG DESCRIPTIONS
6076
6076
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6077
6077
  ```
6078
6078
 
6079
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/deploy/preview.ts)_
6079
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/preview.ts)_
6080
6080
 
6081
6081
  ## `sf project deploy quick`
6082
6082
 
@@ -6173,7 +6173,7 @@ ERROR CODES
6173
6173
  Canceling (69) The deploy is being canceled.
6174
6174
  ```
6175
6175
 
6176
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/deploy/quick.ts)_
6176
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/quick.ts)_
6177
6177
 
6178
6178
  ## `sf project deploy report`
6179
6179
 
@@ -6269,7 +6269,7 @@ FLAG DESCRIPTIONS
6269
6269
  --coverage-formatters lcov --coverage-formatters clover
6270
6270
  ```
6271
6271
 
6272
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/deploy/report.ts)_
6272
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/report.ts)_
6273
6273
 
6274
6274
  ## `sf project deploy resume`
6275
6275
 
@@ -6366,7 +6366,7 @@ ERROR CODES
6366
6366
  Canceling (69) The deploy is being canceled.
6367
6367
  ```
6368
6368
 
6369
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/deploy/resume.ts)_
6369
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/resume.ts)_
6370
6370
 
6371
6371
  ## `sf project deploy start`
6372
6372
 
@@ -6604,7 +6604,7 @@ ERROR CODES
6604
6604
  Canceling (69) The deploy is being canceled.
6605
6605
  ```
6606
6606
 
6607
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/deploy/start.ts)_
6607
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/start.ts)_
6608
6608
 
6609
6609
  ## `sf project deploy validate`
6610
6610
 
@@ -6796,7 +6796,7 @@ ERROR CODES
6796
6796
  Canceling (69) The deploy is being canceled.
6797
6797
  ```
6798
6798
 
6799
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/deploy/validate.ts)_
6799
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/validate.ts)_
6800
6800
 
6801
6801
  ## `sf project generate`
6802
6802
 
@@ -6977,7 +6977,7 @@ EXAMPLES
6977
6977
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6978
6978
  ```
6979
6979
 
6980
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/generate/manifest.ts)_
6980
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/generate/manifest.ts)_
6981
6981
 
6982
6982
  ## `sf project list ignored`
6983
6983
 
@@ -7019,7 +7019,7 @@ EXAMPLES
7019
7019
  $ sf project list ignored --source-dir package.xml
7020
7020
  ```
7021
7021
 
7022
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/list/ignored.ts)_
7022
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/list/ignored.ts)_
7023
7023
 
7024
7024
  ## `sf project reset tracking`
7025
7025
 
@@ -7068,7 +7068,7 @@ EXAMPLES
7068
7068
  $ sf project reset tracking --revision 30
7069
7069
  ```
7070
7070
 
7071
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/reset/tracking.ts)_
7071
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/reset/tracking.ts)_
7072
7072
 
7073
7073
  ## `sf project retrieve preview`
7074
7074
 
@@ -7125,7 +7125,7 @@ FLAG DESCRIPTIONS
7125
7125
  Overrides your default org.
7126
7126
  ```
7127
7127
 
7128
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/retrieve/preview.ts)_
7128
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/retrieve/preview.ts)_
7129
7129
 
7130
7130
  ## `sf project retrieve start`
7131
7131
 
@@ -7284,7 +7284,7 @@ ENVIRONMENT VARIABLES
7284
7284
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7285
7285
  ```
7286
7286
 
7287
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.4.0/src/commands/project/retrieve/start.ts)_
7287
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/retrieve/start.ts)_
7288
7288
 
7289
7289
  ## `sf schema generate field`
7290
7290
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.36.1",
3
+ "version": "2.36.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.36.1",
9
+ "version": "2.36.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -26,7 +26,7 @@
26
26
  "@salesforce/plugin-apex": "3.1.0",
27
27
  "@salesforce/plugin-auth": "3.5.0",
28
28
  "@salesforce/plugin-data": "3.2.2",
29
- "@salesforce/plugin-deploy-retrieve": "3.4.0",
29
+ "@salesforce/plugin-deploy-retrieve": "3.5.0",
30
30
  "@salesforce/plugin-info": "3.1.0",
31
31
  "@salesforce/plugin-limits": "3.2.0",
32
32
  "@salesforce/plugin-marketplace": "1.1.0",
@@ -7749,19 +7749,19 @@
7749
7749
  "license": "MIT"
7750
7750
  },
7751
7751
  "node_modules/@salesforce/plugin-deploy-retrieve": {
7752
- "version": "3.4.0",
7753
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.4.0.tgz",
7754
- "integrity": "sha512-T/o+XavkMbBDjAkovRjF9RxjMGPL1Gpio1nRz5ElCjx0NevcMeQ5BENCsgMPwfJDbetLdS6nV0+BvHwucZPsEw==",
7752
+ "version": "3.5.0",
7753
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.0.tgz",
7754
+ "integrity": "sha512-htitgsrZkjGqdKS8q/dd1cPmwyepbUSE/wBtse5T8L/Js8+73Gh3e+dtlmbt2HGvR/MYORfru43n8XSYB1ZyVA==",
7755
7755
  "license": "BSD-3-Clause",
7756
7756
  "dependencies": {
7757
7757
  "@oclif/core": "^3.26.0",
7758
- "@salesforce/apex-node": "^3.1.0",
7758
+ "@salesforce/apex-node": "^4.0.2",
7759
7759
  "@salesforce/core": "^6.7.3",
7760
- "@salesforce/kit": "^3.0.15",
7761
- "@salesforce/plugin-info": "^3.0.33",
7762
- "@salesforce/sf-plugins-core": "^8.0.0",
7763
- "@salesforce/source-deploy-retrieve": "^10.5.5",
7764
- "@salesforce/source-tracking": "^5.1.18",
7760
+ "@salesforce/kit": "^3.1.0",
7761
+ "@salesforce/plugin-info": "^3.1.0",
7762
+ "@salesforce/sf-plugins-core": "^8.0.2",
7763
+ "@salesforce/source-deploy-retrieve": "^10.6.1",
7764
+ "@salesforce/source-tracking": "^5.2.0",
7765
7765
  "@salesforce/ts-types": "^2.0.9",
7766
7766
  "chalk": "^5.3.0"
7767
7767
  },
@@ -7769,6 +7769,26 @@
7769
7769
  "node": ">=18.0.0"
7770
7770
  }
7771
7771
  },
7772
+ "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/apex-node": {
7773
+ "version": "4.0.2",
7774
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-4.0.2.tgz",
7775
+ "integrity": "sha512-vNjj/CHnX7DerQsePG1HuOqshugKp+v8k8lrH6Pgut0C3AZB4oUn8BDauUtJb0IsyzjwS7B4CDNVuwziKFWheg==",
7776
+ "license": "BSD-3-Clause",
7777
+ "dependencies": {
7778
+ "@salesforce/core": "^6.5.1",
7779
+ "@salesforce/kit": "^3.0.15",
7780
+ "@types/istanbul-reports": "^3.0.4",
7781
+ "faye": "1.4.0",
7782
+ "glob": "^10.3.10",
7783
+ "istanbul-lib-coverage": "^3.2.2",
7784
+ "istanbul-lib-report": "^3.0.1",
7785
+ "istanbul-reports": "^3.1.6",
7786
+ "jsforce": "^2.0.0-beta.29"
7787
+ },
7788
+ "engines": {
7789
+ "node": ">=18.18.2"
7790
+ }
7791
+ },
7772
7792
  "node_modules/@salesforce/plugin-info": {
7773
7793
  "version": "3.1.0",
7774
7794
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.1.0.tgz",
@@ -8316,16 +8336,16 @@
8316
8336
  }
8317
8337
  },
8318
8338
  "node_modules/@salesforce/source-deploy-retrieve": {
8319
- "version": "10.6.1",
8320
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.6.1.tgz",
8321
- "integrity": "sha512-AdX0rlMNw88kD4jTqdW7uxl6wTd+WTESHEH5Vj8e9Fj2cC8pZj5BwDMYbU/cVFFbQoEBjqqnxwJC6ziPw83Bsw==",
8339
+ "version": "10.6.2",
8340
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.6.2.tgz",
8341
+ "integrity": "sha512-hzei+1ZofJ3Ht0lHrjQyBiwugfjTcTQcxeYoUSQW2ymSnl/QDhwBxj2DJAFepopTCSozAClS0jhq06/Ezmknqg==",
8322
8342
  "license": "BSD-3-Clause",
8323
8343
  "dependencies": {
8324
8344
  "@salesforce/core": "^6.7.3",
8325
8345
  "@salesforce/kit": "^3.1.0",
8326
8346
  "@salesforce/ts-types": "^2.0.9",
8327
8347
  "fast-levenshtein": "^3.0.0",
8328
- "fast-xml-parser": "^4.3.5",
8348
+ "fast-xml-parser": "^4.3.6",
8329
8349
  "got": "^11.8.6",
8330
8350
  "graceful-fs": "^4.2.11",
8331
8351
  "ignore": "^5.3.1",
@@ -8465,9 +8485,9 @@
8465
8485
  }
8466
8486
  },
8467
8487
  "node_modules/@salesforce/source-tracking": {
8468
- "version": "5.2.0",
8469
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.2.0.tgz",
8470
- "integrity": "sha512-X7I65CP9CRfWwn8naSoOdlKRUDw49UtVZZhZe2VfAYHO9PzLmw7TJo/5Y0ByzSa+2+ssnPIgjY5QConARp8wcQ==",
8488
+ "version": "5.2.1",
8489
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.2.1.tgz",
8490
+ "integrity": "sha512-RnFuESSVNn4kxGbGE/a8AdKZrxt4vo7JT32NkTr7RBKokzkpczIacIDHcFGqkDLX409fZcAD4HDdvYBRpSFudw==",
8471
8491
  "license": "BSD-3-Clause",
8472
8492
  "dependencies": {
8473
8493
  "@oclif/core": "^3.26.0",
@@ -8475,7 +8495,7 @@
8475
8495
  "@salesforce/kit": "^3.1.0",
8476
8496
  "@salesforce/source-deploy-retrieve": "^10.6.1",
8477
8497
  "@salesforce/ts-types": "^2.0.9",
8478
- "fast-xml-parser": "^4.2.5",
8498
+ "fast-xml-parser": "^4.3.6",
8479
8499
  "graceful-fs": "^4.2.11",
8480
8500
  "isomorphic-git": "1.23.0",
8481
8501
  "ts-retry-promise": "^0.8.0"
@@ -3887,6 +3887,132 @@
3887
3887
  "snapshot:create:org"
3888
3888
  ]
3889
3889
  },
3890
+ "org:get:snapshot": {
3891
+ "aliases": [
3892
+ "force:org:snapshot:get"
3893
+ ],
3894
+ "args": {},
3895
+ "deprecateAliases": true,
3896
+ "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\".",
3897
+ "examples": [
3898
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3899
+ "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"
3900
+ ],
3901
+ "flags": {
3902
+ "json": {
3903
+ "description": "Format output as json.",
3904
+ "helpGroup": "GLOBAL",
3905
+ "name": "json",
3906
+ "allowNo": false,
3907
+ "type": "boolean"
3908
+ },
3909
+ "flags-dir": {
3910
+ "helpGroup": "GLOBAL",
3911
+ "name": "flags-dir",
3912
+ "summary": "Import flag values from a directory.",
3913
+ "hasDynamicHelp": false,
3914
+ "multiple": false,
3915
+ "type": "option"
3916
+ },
3917
+ "target-dev-hub": {
3918
+ "aliases": [
3919
+ "targetdevhubusername"
3920
+ ],
3921
+ "char": "v",
3922
+ "deprecateAliases": true,
3923
+ "name": "target-dev-hub",
3924
+ "noCacheDefault": true,
3925
+ "required": true,
3926
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3927
+ "hasDynamicHelp": true,
3928
+ "multiple": false,
3929
+ "type": "option"
3930
+ },
3931
+ "api-version": {
3932
+ "aliases": [
3933
+ "apiversion"
3934
+ ],
3935
+ "deprecateAliases": true,
3936
+ "description": "Override the api version used for api requests made by this command",
3937
+ "name": "api-version",
3938
+ "hasDynamicHelp": false,
3939
+ "multiple": false,
3940
+ "type": "option"
3941
+ },
3942
+ "loglevel": {
3943
+ "deprecated": {
3944
+ "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."
3945
+ },
3946
+ "hidden": true,
3947
+ "name": "loglevel",
3948
+ "hasDynamicHelp": false,
3949
+ "multiple": false,
3950
+ "type": "option"
3951
+ },
3952
+ "snapshot": {
3953
+ "char": "s",
3954
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3955
+ "name": "snapshot",
3956
+ "required": true,
3957
+ "summary": "Name or ID of snapshot to retrieve.",
3958
+ "hasDynamicHelp": false,
3959
+ "multiple": false,
3960
+ "type": "option"
3961
+ }
3962
+ },
3963
+ "hasDynamicHelp": true,
3964
+ "hiddenAliases": [],
3965
+ "id": "org:get:snapshot",
3966
+ "pluginAlias": "@salesforce/plugin-signups",
3967
+ "pluginName": "@salesforce/plugin-signups",
3968
+ "pluginType": "jit",
3969
+ "state": "beta",
3970
+ "strict": true,
3971
+ "summary": "Get details about a scratch org snapshot.",
3972
+ "enableJsonFlag": true,
3973
+ "isESM": true,
3974
+ "relativePath": [
3975
+ "lib",
3976
+ "commands",
3977
+ "org",
3978
+ "get",
3979
+ "snapshot.js"
3980
+ ],
3981
+ "aliasPermutations": [
3982
+ "force:org:snapshot:get",
3983
+ "org:force:snapshot:get",
3984
+ "org:snapshot:force:get",
3985
+ "org:snapshot:get:force",
3986
+ "force:snapshot:org:get",
3987
+ "snapshot:force:org:get",
3988
+ "snapshot:org:force:get",
3989
+ "snapshot:org:get:force",
3990
+ "force:snapshot:get:org",
3991
+ "snapshot:force:get:org",
3992
+ "snapshot:get:force:org",
3993
+ "snapshot:get:org:force",
3994
+ "force:org:get:snapshot",
3995
+ "org:force:get:snapshot",
3996
+ "org:get:force:snapshot",
3997
+ "org:get:snapshot:force",
3998
+ "force:get:org:snapshot",
3999
+ "get:force:org:snapshot",
4000
+ "get:org:force:snapshot",
4001
+ "get:org:snapshot:force",
4002
+ "force:get:snapshot:org",
4003
+ "get:force:snapshot:org",
4004
+ "get:snapshot:force:org",
4005
+ "get:snapshot:org:force"
4006
+ ],
4007
+ "permutations": [
4008
+ "org:get:snapshot",
4009
+ "get:org:snapshot",
4010
+ "get:snapshot:org",
4011
+ "org:snapshot:get",
4012
+ "snapshot:org:get",
4013
+ "snapshot:get:org"
4014
+ ]
4015
+ },
3890
4016
  "org:delete:shape": {
3891
4017
  "aliases": [
3892
4018
  "force:org:shape:delete"
@@ -4140,132 +4266,6 @@
4140
4266
  "snapshot:delete:org"
4141
4267
  ]
4142
4268
  },
4143
- "org:get:snapshot": {
4144
- "aliases": [
4145
- "force:org:snapshot:get"
4146
- ],
4147
- "args": {},
4148
- "deprecateAliases": true,
4149
- "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\".",
4150
- "examples": [
4151
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4152
- "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"
4153
- ],
4154
- "flags": {
4155
- "json": {
4156
- "description": "Format output as json.",
4157
- "helpGroup": "GLOBAL",
4158
- "name": "json",
4159
- "allowNo": false,
4160
- "type": "boolean"
4161
- },
4162
- "flags-dir": {
4163
- "helpGroup": "GLOBAL",
4164
- "name": "flags-dir",
4165
- "summary": "Import flag values from a directory.",
4166
- "hasDynamicHelp": false,
4167
- "multiple": false,
4168
- "type": "option"
4169
- },
4170
- "target-dev-hub": {
4171
- "aliases": [
4172
- "targetdevhubusername"
4173
- ],
4174
- "char": "v",
4175
- "deprecateAliases": true,
4176
- "name": "target-dev-hub",
4177
- "noCacheDefault": true,
4178
- "required": true,
4179
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4180
- "hasDynamicHelp": true,
4181
- "multiple": false,
4182
- "type": "option"
4183
- },
4184
- "api-version": {
4185
- "aliases": [
4186
- "apiversion"
4187
- ],
4188
- "deprecateAliases": true,
4189
- "description": "Override the api version used for api requests made by this command",
4190
- "name": "api-version",
4191
- "hasDynamicHelp": false,
4192
- "multiple": false,
4193
- "type": "option"
4194
- },
4195
- "loglevel": {
4196
- "deprecated": {
4197
- "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."
4198
- },
4199
- "hidden": true,
4200
- "name": "loglevel",
4201
- "hasDynamicHelp": false,
4202
- "multiple": false,
4203
- "type": "option"
4204
- },
4205
- "snapshot": {
4206
- "char": "s",
4207
- "description": "The IDs of scratch org snapshots start with 0Oo.",
4208
- "name": "snapshot",
4209
- "required": true,
4210
- "summary": "Name or ID of snapshot to retrieve.",
4211
- "hasDynamicHelp": false,
4212
- "multiple": false,
4213
- "type": "option"
4214
- }
4215
- },
4216
- "hasDynamicHelp": true,
4217
- "hiddenAliases": [],
4218
- "id": "org:get:snapshot",
4219
- "pluginAlias": "@salesforce/plugin-signups",
4220
- "pluginName": "@salesforce/plugin-signups",
4221
- "pluginType": "jit",
4222
- "state": "beta",
4223
- "strict": true,
4224
- "summary": "Get details about a scratch org snapshot.",
4225
- "enableJsonFlag": true,
4226
- "isESM": true,
4227
- "relativePath": [
4228
- "lib",
4229
- "commands",
4230
- "org",
4231
- "get",
4232
- "snapshot.js"
4233
- ],
4234
- "aliasPermutations": [
4235
- "force:org:snapshot:get",
4236
- "org:force:snapshot:get",
4237
- "org:snapshot:force:get",
4238
- "org:snapshot:get:force",
4239
- "force:snapshot:org:get",
4240
- "snapshot:force:org:get",
4241
- "snapshot:org:force:get",
4242
- "snapshot:org:get:force",
4243
- "force:snapshot:get:org",
4244
- "snapshot:force:get:org",
4245
- "snapshot:get:force:org",
4246
- "snapshot:get:org:force",
4247
- "force:org:get:snapshot",
4248
- "org:force:get:snapshot",
4249
- "org:get:force:snapshot",
4250
- "org:get:snapshot:force",
4251
- "force:get:org:snapshot",
4252
- "get:force:org:snapshot",
4253
- "get:org:force:snapshot",
4254
- "get:org:snapshot:force",
4255
- "force:get:snapshot:org",
4256
- "get:force:snapshot:org",
4257
- "get:snapshot:force:org",
4258
- "get:snapshot:org:force"
4259
- ],
4260
- "permutations": [
4261
- "org:get:snapshot",
4262
- "get:org:snapshot",
4263
- "get:snapshot:org",
4264
- "org:snapshot:get",
4265
- "snapshot:org:get",
4266
- "snapshot:get:org"
4267
- ]
4268
- },
4269
4269
  "org:list:shape": {
4270
4270
  "aliases": [
4271
4271
  "force:org:shape:list"
@@ -5384,5 +5384,5 @@
5384
5384
  ]
5385
5385
  }
5386
5386
  },
5387
- "version": "2.36.1"
5387
+ "version": "2.36.2"
5388
5388
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.36.1",
4
+ "version": "2.36.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -80,7 +80,7 @@
80
80
  "@salesforce/plugin-devops-center": "1.2.9",
81
81
  "@salesforce/plugin-env": "3.0.25",
82
82
  "@salesforce/plugin-functions": "1.23.0",
83
- "@salesforce/plugin-signups": "2.1.0",
83
+ "@salesforce/plugin-signups": "2.1.1",
84
84
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
85
85
  "@salesforce/sfdx-scanner": "3.23.0"
86
86
  },
@@ -153,7 +153,7 @@
153
153
  "@salesforce/plugin-apex": "3.1.0",
154
154
  "@salesforce/plugin-auth": "3.5.0",
155
155
  "@salesforce/plugin-data": "3.2.2",
156
- "@salesforce/plugin-deploy-retrieve": "3.4.0",
156
+ "@salesforce/plugin-deploy-retrieve": "3.5.0",
157
157
  "@salesforce/plugin-info": "3.1.0",
158
158
  "@salesforce/plugin-limits": "3.2.0",
159
159
  "@salesforce/plugin-marketplace": "1.1.0",
@@ -206,8 +206,8 @@
206
206
  "resolutions": {
207
207
  "@salesforce/schemas": "1.6.1",
208
208
  "@salesforce/templates": "60.1.0",
209
- "@salesforce/source-deploy-retrieve": "10.6.1",
210
- "@salesforce/source-tracking": "5.2.0"
209
+ "@salesforce/source-deploy-retrieve": "10.6.2",
210
+ "@salesforce/source-tracking": "5.2.1"
211
211
  },
212
212
  "repository": "salesforcecli/cli",
213
213
  "scripts": {