@salesforce/cli 2.96.0 → 2.96.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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.96.0 linux-x64 node-v22.16.0
28
+ @salesforce/cli/2.96.1 linux-x64 node-v22.16.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -871,7 +871,7 @@ EXAMPLES
871
871
  $ sf alias list
872
872
  ```
873
873
 
874
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/alias/list.ts)_
874
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.33/src/commands/alias/list.ts)_
875
875
 
876
876
  ## `sf alias set`
877
877
 
@@ -920,7 +920,7 @@ EXAMPLES
920
920
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
921
921
  ```
922
922
 
923
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/alias/set.ts)_
923
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.33/src/commands/alias/set.ts)_
924
924
 
925
925
  ## `sf alias unset`
926
926
 
@@ -960,7 +960,7 @@ EXAMPLES
960
960
  $ sf alias unset --all [--no-prompt]
961
961
  ```
962
962
 
963
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/alias/unset.ts)_
963
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.33/src/commands/alias/unset.ts)_
964
964
 
965
965
  ## `sf analytics generate template`
966
966
 
@@ -1790,7 +1790,7 @@ CONFIGURATION VARIABLES
1790
1790
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1791
1791
  ```
1792
1792
 
1793
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/config/get.ts)_
1793
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.33/src/commands/config/get.ts)_
1794
1794
 
1795
1795
  ## `sf config list`
1796
1796
 
@@ -1830,7 +1830,7 @@ EXAMPLES
1830
1830
  $ sf config list
1831
1831
  ```
1832
1832
 
1833
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/config/list.ts)_
1833
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.33/src/commands/config/list.ts)_
1834
1834
 
1835
1835
  ## `sf config set`
1836
1836
 
@@ -1899,7 +1899,7 @@ CONFIGURATION VARIABLES
1899
1899
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1900
1900
  ```
1901
1901
 
1902
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/config/set.ts)_
1902
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.33/src/commands/config/set.ts)_
1903
1903
 
1904
1904
  ## `sf config unset`
1905
1905
 
@@ -1949,7 +1949,7 @@ CONFIGURATION VARIABLES
1949
1949
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1950
1950
  ```
1951
1951
 
1952
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.32/src/commands/config/unset.ts)_
1952
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.33/src/commands/config/unset.ts)_
1953
1953
 
1954
1954
  ## `sf data bulk results`
1955
1955
 
@@ -3631,7 +3631,7 @@ EXAMPLES
3631
3631
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
3632
3632
  ```
3633
3633
 
3634
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/assign/permset.ts)_
3634
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.27/src/commands/org/assign/permset.ts)_
3635
3635
 
3636
3636
  ## `sf org assign permsetlicense`
3637
3637
 
@@ -3678,7 +3678,7 @@ EXAMPLES
3678
3678
  user3
3679
3679
  ```
3680
3680
 
3681
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/assign/permsetlicense.ts)_
3681
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.27/src/commands/org/assign/permsetlicense.ts)_
3682
3682
 
3683
3683
  ## `sf org create sandbox`
3684
3684
 
@@ -4102,7 +4102,7 @@ FLAG DESCRIPTIONS
4102
4102
  might be different than what you specify in the definition file.
4103
4103
  ```
4104
4104
 
4105
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/create/user.ts)_
4105
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.27/src/commands/org/create/user.ts)_
4106
4106
 
4107
4107
  ## `sf org delete sandbox`
4108
4108
 
@@ -4315,7 +4315,7 @@ EXAMPLES
4315
4315
  $ sf org display user --target-org me@my.org --json
4316
4316
  ```
4317
4317
 
4318
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/display/user.ts)_
4318
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.27/src/commands/org/display/user.ts)_
4319
4319
 
4320
4320
  ## `sf org enable tracking`
4321
4321
 
@@ -4424,7 +4424,7 @@ EXAMPLES
4424
4424
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
4425
4425
  ```
4426
4426
 
4427
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/generate/password.ts)_
4427
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.27/src/commands/org/generate/password.ts)_
4428
4428
 
4429
4429
  ## `sf org list`
4430
4430
 
@@ -4495,7 +4495,7 @@ EXAMPLES
4495
4495
  $ sf org list auth
4496
4496
  ```
4497
4497
 
4498
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.3/src/commands/org/list/auth.ts)_
4498
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.4/src/commands/org/list/auth.ts)_
4499
4499
 
4500
4500
  ## `sf org list limits`
4501
4501
 
@@ -4741,7 +4741,7 @@ EXAMPLES
4741
4741
  $ sf org list users --target-org me@my.org
4742
4742
  ```
4743
4743
 
4744
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.26/src/commands/org/list/users.ts)_
4744
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.27/src/commands/org/list/users.ts)_
4745
4745
 
4746
4746
  ## `sf org login access-token`
4747
4747
 
@@ -4795,7 +4795,7 @@ FLAG DESCRIPTIONS
4795
4795
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4796
4796
  ```
4797
4797
 
4798
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.3/src/commands/org/login/access-token.ts)_
4798
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.4/src/commands/org/login/access-token.ts)_
4799
4799
 
4800
4800
  ## `sf org login device`
4801
4801
 
@@ -4855,7 +4855,7 @@ FLAG DESCRIPTIONS
4855
4855
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4856
4856
  ```
4857
4857
 
4858
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.3/src/commands/org/login/device.ts)_
4858
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.4/src/commands/org/login/device.ts)_
4859
4859
 
4860
4860
  ## `sf org login jwt`
4861
4861
 
@@ -4946,7 +4946,7 @@ FLAG DESCRIPTIONS
4946
4946
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4947
4947
  ```
4948
4948
 
4949
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.3/src/commands/org/login/jwt.ts)_
4949
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.4/src/commands/org/login/jwt.ts)_
4950
4950
 
4951
4951
  ## `sf org login sfdx-url`
4952
4952
 
@@ -5016,7 +5016,7 @@ EXAMPLES
5016
5016
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
5017
5017
  ```
5018
5018
 
5019
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.3/src/commands/org/login/sfdx-url.ts)_
5019
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.4/src/commands/org/login/sfdx-url.ts)_
5020
5020
 
5021
5021
  ## `sf org login web`
5022
5022
 
@@ -5121,7 +5121,7 @@ FLAG DESCRIPTIONS
5121
5121
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5122
5122
  ```
5123
5123
 
5124
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.3/src/commands/org/login/web.ts)_
5124
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.4/src/commands/org/login/web.ts)_
5125
5125
 
5126
5126
  ## `sf org logout`
5127
5127
 
@@ -5187,7 +5187,7 @@ FLAG DESCRIPTIONS
5187
5187
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
5188
5188
  ```
5189
5189
 
5190
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.3/src/commands/org/logout.ts)_
5190
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.4/src/commands/org/logout.ts)_
5191
5191
 
5192
5192
  ## `sf org open`
5193
5193
 
@@ -7269,7 +7269,7 @@ EXAMPLES
7269
7269
  $ sf plugins trust verify --npm @scope/npmName
7270
7270
  ```
7271
7271
 
7272
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.101/src/commands/plugins/trust/verify.ts)_
7272
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.102/src/commands/plugins/trust/verify.ts)_
7273
7273
 
7274
7274
  ## `sf plugins uninstall [PLUGIN]`
7275
7275
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.96.0",
3
+ "version": "2.96.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.96.0",
9
+ "version": "2.96.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -27,7 +27,7 @@
27
27
  "@salesforce/plugin-agent": "1.23.1",
28
28
  "@salesforce/plugin-apex": "3.6.19",
29
29
  "@salesforce/plugin-api": "1.3.3",
30
- "@salesforce/plugin-auth": "3.7.3",
30
+ "@salesforce/plugin-auth": "3.7.4",
31
31
  "@salesforce/plugin-data": "4.0.40",
32
32
  "@salesforce/plugin-deploy-retrieve": "3.22.27",
33
33
  "@salesforce/plugin-info": "3.4.69",
@@ -36,12 +36,12 @@
36
36
  "@salesforce/plugin-org": "5.9.1",
37
37
  "@salesforce/plugin-packaging": "2.16.0",
38
38
  "@salesforce/plugin-schema": "3.3.68",
39
- "@salesforce/plugin-settings": "2.4.32",
39
+ "@salesforce/plugin-settings": "2.4.33",
40
40
  "@salesforce/plugin-sobject": "1.4.63",
41
41
  "@salesforce/plugin-telemetry": "3.6.45",
42
42
  "@salesforce/plugin-templates": "56.3.52",
43
- "@salesforce/plugin-trust": "3.7.101",
44
- "@salesforce/plugin-user": "3.6.26",
43
+ "@salesforce/plugin-trust": "3.7.102",
44
+ "@salesforce/plugin-user": "3.6.27",
45
45
  "@salesforce/sf-plugins-core": "12.2.3",
46
46
  "ansis": "^3.12.0"
47
47
  },
@@ -5289,9 +5289,9 @@
5289
5289
  }
5290
5290
  },
5291
5291
  "node_modules/@salesforce/plugin-auth": {
5292
- "version": "3.7.3",
5293
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.3.tgz",
5294
- "integrity": "sha512-PllvzZRV1ShAk94lNwLZglhjRldfNUyUWlOfanAGZXnH36b4witOF6SCwfMjjrDVM8BaBG3FRBI6nHNX0KMiow==",
5292
+ "version": "3.7.4",
5293
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.4.tgz",
5294
+ "integrity": "sha512-IxCmd7j7MdWhEyWkaCR997yEjlpf++RzgG2OOYEckp+xTZ4E1z1YUHFUJNAXkoM1hWrX+10nMVwtlQpqIETFkg==",
5295
5295
  "license": "Apache-2.0",
5296
5296
  "dependencies": {
5297
5297
  "@inquirer/checkbox": "^2.5.0",
@@ -5299,7 +5299,7 @@
5299
5299
  "@oclif/core": "^4",
5300
5300
  "@salesforce/core": "^8.14.0",
5301
5301
  "@salesforce/kit": "^3.2.3",
5302
- "@salesforce/plugin-info": "^3.4.67",
5302
+ "@salesforce/plugin-info": "^3.4.69",
5303
5303
  "@salesforce/sf-plugins-core": "^12.2.2",
5304
5304
  "@salesforce/ts-types": "^2.0.11",
5305
5305
  "open": "^10.1.2"
@@ -5708,14 +5708,14 @@
5708
5708
  }
5709
5709
  },
5710
5710
  "node_modules/@salesforce/plugin-settings": {
5711
- "version": "2.4.32",
5712
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.32.tgz",
5713
- "integrity": "sha512-cV7X/EhKI/97x6oeQeKVGJxvcMuq/9oEZOUryBE9u8vXr/VUXsnNqMh1hZDc7U2FO9gTJFCaoaO76BltaPqeNA==",
5711
+ "version": "2.4.33",
5712
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.33.tgz",
5713
+ "integrity": "sha512-N6+7T8T9BuRrIoMqMOm4CmgdMtqBZV5qic72wmGomEllAt4sCbo5m6cxG7d058XhWUm0SfCugHP3K4yaOXXbNg==",
5714
5714
  "license": "Apache-2.0",
5715
5715
  "dependencies": {
5716
5716
  "@oclif/core": "^4",
5717
5717
  "@salesforce/core": "^8.12.0",
5718
- "@salesforce/sf-plugins-core": "^12.2.2",
5718
+ "@salesforce/sf-plugins-core": "^12.2.3",
5719
5719
  "fast-levenshtein": "^3.0.0"
5720
5720
  },
5721
5721
  "engines": {
@@ -5849,13 +5849,13 @@
5849
5849
  }
5850
5850
  },
5851
5851
  "node_modules/@salesforce/plugin-trust": {
5852
- "version": "3.7.101",
5853
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.101.tgz",
5854
- "integrity": "sha512-TGYOPZqbdknzafSl1xqSBeBC7frOy7OBnhj/YiDBMuk1JMFuxykiNAKVixR05Ry6OcdWaqM+yYmBYCBwKEX1/w==",
5852
+ "version": "3.7.102",
5853
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.102.tgz",
5854
+ "integrity": "sha512-7wPFK5DXc4lrhf4gXwF4zUiVhSggLCIfA/jixwx+Vq5gJDF8Kc01gjMxWWZOleHAABOraht2Ftrqx9ISAOHJVw==",
5855
5855
  "license": "Apache-2.0",
5856
5856
  "dependencies": {
5857
5857
  "@oclif/core": "^4",
5858
- "@salesforce/core": "^8.12.0",
5858
+ "@salesforce/core": "^8.15.0",
5859
5859
  "@salesforce/kit": "^3.2.0",
5860
5860
  "@salesforce/plugin-info": "^3.4.67",
5861
5861
  "@salesforce/sf-plugins-core": "^12",
@@ -5887,14 +5887,14 @@
5887
5887
  }
5888
5888
  },
5889
5889
  "node_modules/@salesforce/plugin-user": {
5890
- "version": "3.6.26",
5891
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.26.tgz",
5892
- "integrity": "sha512-Osa+hazpAnng8y8RnU4gnRYIRCzlq88s2z5A9zu9oeeNldmj4cQGe3gKh9bwt5ta6h+5a6R+DGKDpb7cvWhfQw==",
5890
+ "version": "3.6.27",
5891
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.27.tgz",
5892
+ "integrity": "sha512-r06XWyplrhtLSDg6bMsnT96HttFNZ2Atr0FzCoNtiSCYnTE+LiNqqO6VHhOydoukkYpzGWC71GUGTZ5Y7uxrcw==",
5893
5893
  "license": "Apache-2.0",
5894
5894
  "dependencies": {
5895
5895
  "@salesforce/core": "^8.14.0",
5896
5896
  "@salesforce/kit": "^3.2.2",
5897
- "@salesforce/sf-plugins-core": "^12.2.2",
5897
+ "@salesforce/sf-plugins-core": "^12.2.3",
5898
5898
  "@salesforce/ts-types": "^2.0.11"
5899
5899
  },
5900
5900
  "engines": {
package/oclif.lock CHANGED
@@ -2132,17 +2132,17 @@
2132
2132
  got "^13.0.0"
2133
2133
  proxy-agent "^6.4.0"
2134
2134
 
2135
- "@salesforce/plugin-auth@3.7.3":
2136
- version "3.7.3"
2137
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.3.tgz"
2138
- integrity sha512-PllvzZRV1ShAk94lNwLZglhjRldfNUyUWlOfanAGZXnH36b4witOF6SCwfMjjrDVM8BaBG3FRBI6nHNX0KMiow==
2135
+ "@salesforce/plugin-auth@3.7.4":
2136
+ version "3.7.4"
2137
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.4.tgz"
2138
+ integrity sha512-IxCmd7j7MdWhEyWkaCR997yEjlpf++RzgG2OOYEckp+xTZ4E1z1YUHFUJNAXkoM1hWrX+10nMVwtlQpqIETFkg==
2139
2139
  dependencies:
2140
2140
  "@inquirer/checkbox" "^2.5.0"
2141
2141
  "@inquirer/select" "^2.5.0"
2142
2142
  "@oclif/core" "^4"
2143
2143
  "@salesforce/core" "^8.14.0"
2144
2144
  "@salesforce/kit" "^3.2.3"
2145
- "@salesforce/plugin-info" "^3.4.67"
2145
+ "@salesforce/plugin-info" "^3.4.69"
2146
2146
  "@salesforce/sf-plugins-core" "^12.2.2"
2147
2147
  "@salesforce/ts-types" "^2.0.11"
2148
2148
  open "^10.1.2"
@@ -2198,7 +2198,7 @@
2198
2198
  ansis "^3.17.0"
2199
2199
  terminal-link "^3.0.0"
2200
2200
 
2201
- "@salesforce/plugin-info@^3.4.67", "@salesforce/plugin-info@3.4.69":
2201
+ "@salesforce/plugin-info@^3.4.67", "@salesforce/plugin-info@^3.4.69", "@salesforce/plugin-info@3.4.69":
2202
2202
  version "3.4.69"
2203
2203
  resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.69.tgz"
2204
2204
  integrity sha512-xUbB7rQd36AEAk00PJJ1B++j/hn9MoOTLb1oZn+bhucZyZwVuRAX+l0+VSQe/2y2PT5Gtij4kcS/4ww3itoGfg==
@@ -2302,14 +2302,14 @@
2302
2302
  "@salesforce/core" "^8.14.0"
2303
2303
  "@salesforce/sf-plugins-core" "^11.3.12"
2304
2304
 
2305
- "@salesforce/plugin-settings@2.4.32":
2306
- version "2.4.32"
2307
- resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.32.tgz"
2308
- integrity sha512-cV7X/EhKI/97x6oeQeKVGJxvcMuq/9oEZOUryBE9u8vXr/VUXsnNqMh1hZDc7U2FO9gTJFCaoaO76BltaPqeNA==
2305
+ "@salesforce/plugin-settings@2.4.33":
2306
+ version "2.4.33"
2307
+ resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.33.tgz"
2308
+ integrity sha512-N6+7T8T9BuRrIoMqMOm4CmgdMtqBZV5qic72wmGomEllAt4sCbo5m6cxG7d058XhWUm0SfCugHP3K4yaOXXbNg==
2309
2309
  dependencies:
2310
2310
  "@oclif/core" "^4"
2311
2311
  "@salesforce/core" "^8.12.0"
2312
- "@salesforce/sf-plugins-core" "^12.2.2"
2312
+ "@salesforce/sf-plugins-core" "^12.2.3"
2313
2313
  fast-levenshtein "^3.0.0"
2314
2314
 
2315
2315
  "@salesforce/plugin-sobject@1.4.63":
@@ -2350,13 +2350,13 @@
2350
2350
  "@salesforce/sf-plugins-core" "^12"
2351
2351
  "@salesforce/templates" "^64.2.0"
2352
2352
 
2353
- "@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.101":
2354
- version "3.7.101"
2355
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.101.tgz"
2356
- integrity sha512-TGYOPZqbdknzafSl1xqSBeBC7frOy7OBnhj/YiDBMuk1JMFuxykiNAKVixR05Ry6OcdWaqM+yYmBYCBwKEX1/w==
2353
+ "@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.102":
2354
+ version "3.7.102"
2355
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.102.tgz"
2356
+ integrity sha512-7wPFK5DXc4lrhf4gXwF4zUiVhSggLCIfA/jixwx+Vq5gJDF8Kc01gjMxWWZOleHAABOraht2Ftrqx9ISAOHJVw==
2357
2357
  dependencies:
2358
2358
  "@oclif/core" "^4"
2359
- "@salesforce/core" "^8.12.0"
2359
+ "@salesforce/core" "^8.15.0"
2360
2360
  "@salesforce/kit" "^3.2.0"
2361
2361
  "@salesforce/plugin-info" "^3.4.67"
2362
2362
  "@salesforce/sf-plugins-core" "^12"
@@ -2367,14 +2367,14 @@
2367
2367
  semver "^7.7.2"
2368
2368
  shelljs "^0.10.0"
2369
2369
 
2370
- "@salesforce/plugin-user@3.6.26":
2371
- version "3.6.26"
2372
- resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.26.tgz"
2373
- integrity sha512-Osa+hazpAnng8y8RnU4gnRYIRCzlq88s2z5A9zu9oeeNldmj4cQGe3gKh9bwt5ta6h+5a6R+DGKDpb7cvWhfQw==
2370
+ "@salesforce/plugin-user@3.6.27":
2371
+ version "3.6.27"
2372
+ resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.27.tgz"
2373
+ integrity sha512-r06XWyplrhtLSDg6bMsnT96HttFNZ2Atr0FzCoNtiSCYnTE+LiNqqO6VHhOydoukkYpzGWC71GUGTZ5Y7uxrcw==
2374
2374
  dependencies:
2375
2375
  "@salesforce/core" "^8.14.0"
2376
2376
  "@salesforce/kit" "^3.2.2"
2377
- "@salesforce/sf-plugins-core" "^12.2.2"
2377
+ "@salesforce/sf-plugins-core" "^12.2.3"
2378
2378
  "@salesforce/ts-types" "^2.0.11"
2379
2379
 
2380
2380
  "@salesforce/prettier-config@^0.0.3":
@@ -2405,7 +2405,7 @@
2405
2405
  string-width "^7.2.0"
2406
2406
  terminal-link "^3.0.0"
2407
2407
 
2408
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@^12.2.2", "@salesforce/sf-plugins-core@12.2.3":
2408
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@^12.2.2", "@salesforce/sf-plugins-core@^12.2.3", "@salesforce/sf-plugins-core@12.2.3":
2409
2409
  version "12.2.3"
2410
2410
  resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz"
2411
2411
  integrity sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==
@@ -3088,6 +3088,131 @@
3088
3088
  "test:run:flow"
3089
3089
  ]
3090
3090
  },
3091
+ "org:get:snapshot": {
3092
+ "aliases": [
3093
+ "force:org:snapshot:get"
3094
+ ],
3095
+ "args": {},
3096
+ "deprecateAliases": true,
3097
+ "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\".",
3098
+ "examples": [
3099
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3100
+ "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"
3101
+ ],
3102
+ "flags": {
3103
+ "json": {
3104
+ "description": "Format output as json.",
3105
+ "helpGroup": "GLOBAL",
3106
+ "name": "json",
3107
+ "allowNo": false,
3108
+ "type": "boolean"
3109
+ },
3110
+ "flags-dir": {
3111
+ "helpGroup": "GLOBAL",
3112
+ "name": "flags-dir",
3113
+ "summary": "Import flag values from a directory.",
3114
+ "hasDynamicHelp": false,
3115
+ "multiple": false,
3116
+ "type": "option"
3117
+ },
3118
+ "target-dev-hub": {
3119
+ "aliases": [
3120
+ "targetdevhubusername"
3121
+ ],
3122
+ "char": "v",
3123
+ "deprecateAliases": true,
3124
+ "name": "target-dev-hub",
3125
+ "noCacheDefault": true,
3126
+ "required": true,
3127
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3128
+ "hasDynamicHelp": true,
3129
+ "multiple": false,
3130
+ "type": "option"
3131
+ },
3132
+ "api-version": {
3133
+ "aliases": [
3134
+ "apiversion"
3135
+ ],
3136
+ "deprecateAliases": true,
3137
+ "description": "Override the api version used for api requests made by this command",
3138
+ "name": "api-version",
3139
+ "hasDynamicHelp": false,
3140
+ "multiple": false,
3141
+ "type": "option"
3142
+ },
3143
+ "loglevel": {
3144
+ "deprecated": {
3145
+ "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."
3146
+ },
3147
+ "hidden": true,
3148
+ "name": "loglevel",
3149
+ "hasDynamicHelp": false,
3150
+ "multiple": false,
3151
+ "type": "option"
3152
+ },
3153
+ "snapshot": {
3154
+ "char": "s",
3155
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3156
+ "name": "snapshot",
3157
+ "required": true,
3158
+ "summary": "Name or ID of snapshot to retrieve.",
3159
+ "hasDynamicHelp": false,
3160
+ "multiple": false,
3161
+ "type": "option"
3162
+ }
3163
+ },
3164
+ "hasDynamicHelp": true,
3165
+ "hiddenAliases": [],
3166
+ "id": "org:get:snapshot",
3167
+ "pluginAlias": "@salesforce/plugin-signups",
3168
+ "pluginName": "@salesforce/plugin-signups",
3169
+ "pluginType": "jit",
3170
+ "strict": true,
3171
+ "summary": "Get details about a scratch org snapshot.",
3172
+ "enableJsonFlag": true,
3173
+ "isESM": true,
3174
+ "relativePath": [
3175
+ "lib",
3176
+ "commands",
3177
+ "org",
3178
+ "get",
3179
+ "snapshot.js"
3180
+ ],
3181
+ "aliasPermutations": [
3182
+ "force:org:snapshot:get",
3183
+ "org:force:snapshot:get",
3184
+ "org:snapshot:force:get",
3185
+ "org:snapshot:get:force",
3186
+ "force:snapshot:org:get",
3187
+ "snapshot:force:org:get",
3188
+ "snapshot:org:force:get",
3189
+ "snapshot:org:get:force",
3190
+ "force:snapshot:get:org",
3191
+ "snapshot:force:get:org",
3192
+ "snapshot:get:force:org",
3193
+ "snapshot:get:org:force",
3194
+ "force:org:get:snapshot",
3195
+ "org:force:get:snapshot",
3196
+ "org:get:force:snapshot",
3197
+ "org:get:snapshot:force",
3198
+ "force:get:org:snapshot",
3199
+ "get:force:org:snapshot",
3200
+ "get:org:force:snapshot",
3201
+ "get:org:snapshot:force",
3202
+ "force:get:snapshot:org",
3203
+ "get:force:snapshot:org",
3204
+ "get:snapshot:force:org",
3205
+ "get:snapshot:org:force"
3206
+ ],
3207
+ "permutations": [
3208
+ "org:get:snapshot",
3209
+ "get:org:snapshot",
3210
+ "get:snapshot:org",
3211
+ "org:snapshot:get",
3212
+ "snapshot:org:get",
3213
+ "snapshot:get:org"
3214
+ ]
3215
+ },
3091
3216
  "org:create:shape": {
3092
3217
  "aliases": [
3093
3218
  "force:org:shape:create"
@@ -3353,16 +3478,16 @@
3353
3478
  "snapshot:create:org"
3354
3479
  ]
3355
3480
  },
3356
- "org:delete:shape": {
3481
+ "org:list:shape": {
3357
3482
  "aliases": [
3358
- "force:org:shape:delete"
3483
+ "force:org:shape:list"
3359
3484
  ],
3360
3485
  "args": {},
3361
3486
  "deprecateAliases": true,
3362
- "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.",
3487
+ "description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
3363
3488
  "examples": [
3364
- "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
3365
- "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
3489
+ "List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
3490
+ "List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
3366
3491
  ],
3367
3492
  "flags": {
3368
3493
  "json": {
@@ -3380,31 +3505,12 @@
3380
3505
  "multiple": false,
3381
3506
  "type": "option"
3382
3507
  },
3383
- "target-org": {
3384
- "aliases": [
3385
- "targetusername",
3386
- "u"
3387
- ],
3388
- "char": "o",
3389
- "deprecateAliases": true,
3390
- "name": "target-org",
3391
- "noCacheDefault": true,
3392
- "required": true,
3393
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3394
- "hasDynamicHelp": true,
3395
- "multiple": false,
3396
- "type": "option"
3397
- },
3398
- "api-version": {
3399
- "aliases": [
3400
- "apiversion"
3401
- ],
3402
- "deprecateAliases": true,
3403
- "description": "Override the api version used for api requests made by this command",
3404
- "name": "api-version",
3405
- "hasDynamicHelp": false,
3406
- "multiple": false,
3407
- "type": "option"
3508
+ "verbose": {
3509
+ "hidden": true,
3510
+ "name": "verbose",
3511
+ "summary": "List more information about each org shape.",
3512
+ "allowNo": false,
3513
+ "type": "boolean"
3408
3514
  },
3409
3515
  "loglevel": {
3410
3516
  "deprecated": {
@@ -3415,81 +3521,70 @@
3415
3521
  "hasDynamicHelp": false,
3416
3522
  "multiple": false,
3417
3523
  "type": "option"
3418
- },
3419
- "no-prompt": {
3420
- "aliases": [
3421
- "noprompt"
3422
- ],
3423
- "char": "p",
3424
- "deprecateAliases": true,
3425
- "name": "no-prompt",
3426
- "summary": "Don't prompt for confirmation.",
3427
- "allowNo": false,
3428
- "type": "boolean"
3429
3524
  }
3430
3525
  },
3431
- "hasDynamicHelp": true,
3526
+ "hasDynamicHelp": false,
3432
3527
  "hiddenAliases": [],
3433
- "id": "org:delete:shape",
3528
+ "id": "org:list:shape",
3434
3529
  "pluginAlias": "@salesforce/plugin-signups",
3435
3530
  "pluginName": "@salesforce/plugin-signups",
3436
3531
  "pluginType": "jit",
3437
3532
  "strict": true,
3438
- "summary": "Delete all org shapes for a target org.",
3533
+ "summary": "List all org shapes you’ve created.",
3439
3534
  "enableJsonFlag": true,
3440
3535
  "isESM": true,
3441
3536
  "relativePath": [
3442
3537
  "lib",
3443
3538
  "commands",
3444
3539
  "org",
3445
- "delete",
3540
+ "list",
3446
3541
  "shape.js"
3447
3542
  ],
3448
3543
  "aliasPermutations": [
3449
- "force:org:shape:delete",
3450
- "org:force:shape:delete",
3451
- "org:shape:force:delete",
3452
- "org:shape:delete:force",
3453
- "force:shape:org:delete",
3454
- "shape:force:org:delete",
3455
- "shape:org:force:delete",
3456
- "shape:org:delete:force",
3457
- "force:shape:delete:org",
3458
- "shape:force:delete:org",
3459
- "shape:delete:force:org",
3460
- "shape:delete:org:force",
3461
- "force:org:delete:shape",
3462
- "org:force:delete:shape",
3463
- "org:delete:force:shape",
3464
- "org:delete:shape:force",
3465
- "force:delete:org:shape",
3466
- "delete:force:org:shape",
3467
- "delete:org:force:shape",
3468
- "delete:org:shape:force",
3469
- "force:delete:shape:org",
3470
- "delete:force:shape:org",
3471
- "delete:shape:force:org",
3472
- "delete:shape:org:force"
3544
+ "force:org:shape:list",
3545
+ "org:force:shape:list",
3546
+ "org:shape:force:list",
3547
+ "org:shape:list:force",
3548
+ "force:shape:org:list",
3549
+ "shape:force:org:list",
3550
+ "shape:org:force:list",
3551
+ "shape:org:list:force",
3552
+ "force:shape:list:org",
3553
+ "shape:force:list:org",
3554
+ "shape:list:force:org",
3555
+ "shape:list:org:force",
3556
+ "force:org:list:shape",
3557
+ "org:force:list:shape",
3558
+ "org:list:force:shape",
3559
+ "org:list:shape:force",
3560
+ "force:list:org:shape",
3561
+ "list:force:org:shape",
3562
+ "list:org:force:shape",
3563
+ "list:org:shape:force",
3564
+ "force:list:shape:org",
3565
+ "list:force:shape:org",
3566
+ "list:shape:force:org",
3567
+ "list:shape:org:force"
3473
3568
  ],
3474
3569
  "permutations": [
3475
- "org:delete:shape",
3476
- "delete:org:shape",
3477
- "delete:shape:org",
3478
- "org:shape:delete",
3479
- "shape:org:delete",
3480
- "shape:delete:org"
3570
+ "org:list:shape",
3571
+ "list:org:shape",
3572
+ "list:shape:org",
3573
+ "org:shape:list",
3574
+ "shape:org:list",
3575
+ "shape:list:org"
3481
3576
  ]
3482
3577
  },
3483
- "org:delete:snapshot": {
3578
+ "org:list:snapshot": {
3484
3579
  "aliases": [
3485
- "force:org:snapshot:delete"
3580
+ "force:org:snapshot:list"
3486
3581
  ],
3487
3582
  "args": {},
3488
3583
  "deprecateAliases": true,
3489
- "description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
3584
+ "description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
3490
3585
  "examples": [
3491
- "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3492
- "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
3586
+ "List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
3587
+ "List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
3493
3588
  ],
3494
3589
  "flags": {
3495
3590
  "json": {
@@ -3541,87 +3636,70 @@
3541
3636
  "hasDynamicHelp": false,
3542
3637
  "multiple": false,
3543
3638
  "type": "option"
3544
- },
3545
- "snapshot": {
3546
- "char": "s",
3547
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3548
- "name": "snapshot",
3549
- "required": true,
3550
- "summary": "Name or ID of snapshot to delete.",
3551
- "hasDynamicHelp": false,
3552
- "multiple": false,
3553
- "type": "option"
3554
- },
3555
- "no-prompt": {
3556
- "char": "p",
3557
- "name": "no-prompt",
3558
- "summary": "Don't prompt the user to confirm the deletion.",
3559
- "allowNo": false,
3560
- "type": "boolean"
3561
3639
  }
3562
3640
  },
3563
3641
  "hasDynamicHelp": true,
3564
3642
  "hiddenAliases": [],
3565
- "id": "org:delete:snapshot",
3643
+ "id": "org:list:snapshot",
3566
3644
  "pluginAlias": "@salesforce/plugin-signups",
3567
3645
  "pluginName": "@salesforce/plugin-signups",
3568
3646
  "pluginType": "jit",
3569
3647
  "strict": true,
3570
- "summary": "Delete a scratch org snapshot.",
3648
+ "summary": "List scratch org snapshots.",
3571
3649
  "enableJsonFlag": true,
3572
3650
  "isESM": true,
3573
3651
  "relativePath": [
3574
3652
  "lib",
3575
3653
  "commands",
3576
3654
  "org",
3577
- "delete",
3655
+ "list",
3578
3656
  "snapshot.js"
3579
3657
  ],
3580
3658
  "aliasPermutations": [
3581
- "force:org:snapshot:delete",
3582
- "org:force:snapshot:delete",
3583
- "org:snapshot:force:delete",
3584
- "org:snapshot:delete:force",
3585
- "force:snapshot:org:delete",
3586
- "snapshot:force:org:delete",
3587
- "snapshot:org:force:delete",
3588
- "snapshot:org:delete:force",
3589
- "force:snapshot:delete:org",
3590
- "snapshot:force:delete:org",
3591
- "snapshot:delete:force:org",
3592
- "snapshot:delete:org:force",
3593
- "force:org:delete:snapshot",
3594
- "org:force:delete:snapshot",
3595
- "org:delete:force:snapshot",
3596
- "org:delete:snapshot:force",
3597
- "force:delete:org:snapshot",
3598
- "delete:force:org:snapshot",
3599
- "delete:org:force:snapshot",
3600
- "delete:org:snapshot:force",
3601
- "force:delete:snapshot:org",
3602
- "delete:force:snapshot:org",
3603
- "delete:snapshot:force:org",
3604
- "delete:snapshot:org:force"
3659
+ "force:org:snapshot:list",
3660
+ "org:force:snapshot:list",
3661
+ "org:snapshot:force:list",
3662
+ "org:snapshot:list:force",
3663
+ "force:snapshot:org:list",
3664
+ "snapshot:force:org:list",
3665
+ "snapshot:org:force:list",
3666
+ "snapshot:org:list:force",
3667
+ "force:snapshot:list:org",
3668
+ "snapshot:force:list:org",
3669
+ "snapshot:list:force:org",
3670
+ "snapshot:list:org:force",
3671
+ "force:org:list:snapshot",
3672
+ "org:force:list:snapshot",
3673
+ "org:list:force:snapshot",
3674
+ "org:list:snapshot:force",
3675
+ "force:list:org:snapshot",
3676
+ "list:force:org:snapshot",
3677
+ "list:org:force:snapshot",
3678
+ "list:org:snapshot:force",
3679
+ "force:list:snapshot:org",
3680
+ "list:force:snapshot:org",
3681
+ "list:snapshot:force:org",
3682
+ "list:snapshot:org:force"
3605
3683
  ],
3606
3684
  "permutations": [
3607
- "org:delete:snapshot",
3608
- "delete:org:snapshot",
3609
- "delete:snapshot:org",
3610
- "org:snapshot:delete",
3611
- "snapshot:org:delete",
3612
- "snapshot:delete:org"
3685
+ "org:list:snapshot",
3686
+ "list:org:snapshot",
3687
+ "list:snapshot:org",
3688
+ "org:snapshot:list",
3689
+ "snapshot:org:list",
3690
+ "snapshot:list:org"
3613
3691
  ]
3614
3692
  },
3615
- "org:get:snapshot": {
3693
+ "org:delete:shape": {
3616
3694
  "aliases": [
3617
- "force:org:snapshot:get"
3695
+ "force:org:shape:delete"
3618
3696
  ],
3619
3697
  "args": {},
3620
3698
  "deprecateAliases": true,
3621
- "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\".",
3699
+ "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.",
3622
3700
  "examples": [
3623
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3624
- "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"
3701
+ "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
3702
+ "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
3625
3703
  ],
3626
3704
  "flags": {
3627
3705
  "json": {
@@ -3639,16 +3717,17 @@
3639
3717
  "multiple": false,
3640
3718
  "type": "option"
3641
3719
  },
3642
- "target-dev-hub": {
3720
+ "target-org": {
3643
3721
  "aliases": [
3644
- "targetdevhubusername"
3722
+ "targetusername",
3723
+ "u"
3645
3724
  ],
3646
- "char": "v",
3725
+ "char": "o",
3647
3726
  "deprecateAliases": true,
3648
- "name": "target-dev-hub",
3727
+ "name": "target-org",
3649
3728
  "noCacheDefault": true,
3650
3729
  "required": true,
3651
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3730
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3652
3731
  "hasDynamicHelp": true,
3653
3732
  "multiple": false,
3654
3733
  "type": "option"
@@ -3674,176 +3753,80 @@
3674
3753
  "multiple": false,
3675
3754
  "type": "option"
3676
3755
  },
3677
- "snapshot": {
3678
- "char": "s",
3679
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3680
- "name": "snapshot",
3681
- "required": true,
3682
- "summary": "Name or ID of snapshot to retrieve.",
3683
- "hasDynamicHelp": false,
3684
- "multiple": false,
3685
- "type": "option"
3686
- }
3687
- },
3688
- "hasDynamicHelp": true,
3689
- "hiddenAliases": [],
3690
- "id": "org:get:snapshot",
3691
- "pluginAlias": "@salesforce/plugin-signups",
3692
- "pluginName": "@salesforce/plugin-signups",
3693
- "pluginType": "jit",
3694
- "strict": true,
3695
- "summary": "Get details about a scratch org snapshot.",
3696
- "enableJsonFlag": true,
3697
- "isESM": true,
3698
- "relativePath": [
3699
- "lib",
3700
- "commands",
3701
- "org",
3702
- "get",
3703
- "snapshot.js"
3704
- ],
3705
- "aliasPermutations": [
3706
- "force:org:snapshot:get",
3707
- "org:force:snapshot:get",
3708
- "org:snapshot:force:get",
3709
- "org:snapshot:get:force",
3710
- "force:snapshot:org:get",
3711
- "snapshot:force:org:get",
3712
- "snapshot:org:force:get",
3713
- "snapshot:org:get:force",
3714
- "force:snapshot:get:org",
3715
- "snapshot:force:get:org",
3716
- "snapshot:get:force:org",
3717
- "snapshot:get:org:force",
3718
- "force:org:get:snapshot",
3719
- "org:force:get:snapshot",
3720
- "org:get:force:snapshot",
3721
- "org:get:snapshot:force",
3722
- "force:get:org:snapshot",
3723
- "get:force:org:snapshot",
3724
- "get:org:force:snapshot",
3725
- "get:org:snapshot:force",
3726
- "force:get:snapshot:org",
3727
- "get:force:snapshot:org",
3728
- "get:snapshot:force:org",
3729
- "get:snapshot:org:force"
3730
- ],
3731
- "permutations": [
3732
- "org:get:snapshot",
3733
- "get:org:snapshot",
3734
- "get:snapshot:org",
3735
- "org:snapshot:get",
3736
- "snapshot:org:get",
3737
- "snapshot:get:org"
3738
- ]
3739
- },
3740
- "org:list:shape": {
3741
- "aliases": [
3742
- "force:org:shape:list"
3743
- ],
3744
- "args": {},
3745
- "deprecateAliases": true,
3746
- "description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
3747
- "examples": [
3748
- "List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
3749
- "List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
3750
- ],
3751
- "flags": {
3752
- "json": {
3753
- "description": "Format output as json.",
3754
- "helpGroup": "GLOBAL",
3755
- "name": "json",
3756
- "allowNo": false,
3757
- "type": "boolean"
3758
- },
3759
- "flags-dir": {
3760
- "helpGroup": "GLOBAL",
3761
- "name": "flags-dir",
3762
- "summary": "Import flag values from a directory.",
3763
- "hasDynamicHelp": false,
3764
- "multiple": false,
3765
- "type": "option"
3766
- },
3767
- "verbose": {
3768
- "hidden": true,
3769
- "name": "verbose",
3770
- "summary": "List more information about each org shape.",
3756
+ "no-prompt": {
3757
+ "aliases": [
3758
+ "noprompt"
3759
+ ],
3760
+ "char": "p",
3761
+ "deprecateAliases": true,
3762
+ "name": "no-prompt",
3763
+ "summary": "Don't prompt for confirmation.",
3771
3764
  "allowNo": false,
3772
3765
  "type": "boolean"
3773
- },
3774
- "loglevel": {
3775
- "deprecated": {
3776
- "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."
3777
- },
3778
- "hidden": true,
3779
- "name": "loglevel",
3780
- "hasDynamicHelp": false,
3781
- "multiple": false,
3782
- "type": "option"
3783
3766
  }
3784
3767
  },
3785
- "hasDynamicHelp": false,
3768
+ "hasDynamicHelp": true,
3786
3769
  "hiddenAliases": [],
3787
- "id": "org:list:shape",
3770
+ "id": "org:delete:shape",
3788
3771
  "pluginAlias": "@salesforce/plugin-signups",
3789
3772
  "pluginName": "@salesforce/plugin-signups",
3790
3773
  "pluginType": "jit",
3791
3774
  "strict": true,
3792
- "summary": "List all org shapes you’ve created.",
3775
+ "summary": "Delete all org shapes for a target org.",
3793
3776
  "enableJsonFlag": true,
3794
3777
  "isESM": true,
3795
3778
  "relativePath": [
3796
3779
  "lib",
3797
3780
  "commands",
3798
3781
  "org",
3799
- "list",
3782
+ "delete",
3800
3783
  "shape.js"
3801
3784
  ],
3802
3785
  "aliasPermutations": [
3803
- "force:org:shape:list",
3804
- "org:force:shape:list",
3805
- "org:shape:force:list",
3806
- "org:shape:list:force",
3807
- "force:shape:org:list",
3808
- "shape:force:org:list",
3809
- "shape:org:force:list",
3810
- "shape:org:list:force",
3811
- "force:shape:list:org",
3812
- "shape:force:list:org",
3813
- "shape:list:force:org",
3814
- "shape:list:org:force",
3815
- "force:org:list:shape",
3816
- "org:force:list:shape",
3817
- "org:list:force:shape",
3818
- "org:list:shape:force",
3819
- "force:list:org:shape",
3820
- "list:force:org:shape",
3821
- "list:org:force:shape",
3822
- "list:org:shape:force",
3823
- "force:list:shape:org",
3824
- "list:force:shape:org",
3825
- "list:shape:force:org",
3826
- "list:shape:org:force"
3786
+ "force:org:shape:delete",
3787
+ "org:force:shape:delete",
3788
+ "org:shape:force:delete",
3789
+ "org:shape:delete:force",
3790
+ "force:shape:org:delete",
3791
+ "shape:force:org:delete",
3792
+ "shape:org:force:delete",
3793
+ "shape:org:delete:force",
3794
+ "force:shape:delete:org",
3795
+ "shape:force:delete:org",
3796
+ "shape:delete:force:org",
3797
+ "shape:delete:org:force",
3798
+ "force:org:delete:shape",
3799
+ "org:force:delete:shape",
3800
+ "org:delete:force:shape",
3801
+ "org:delete:shape:force",
3802
+ "force:delete:org:shape",
3803
+ "delete:force:org:shape",
3804
+ "delete:org:force:shape",
3805
+ "delete:org:shape:force",
3806
+ "force:delete:shape:org",
3807
+ "delete:force:shape:org",
3808
+ "delete:shape:force:org",
3809
+ "delete:shape:org:force"
3827
3810
  ],
3828
3811
  "permutations": [
3829
- "org:list:shape",
3830
- "list:org:shape",
3831
- "list:shape:org",
3832
- "org:shape:list",
3833
- "shape:org:list",
3834
- "shape:list:org"
3812
+ "org:delete:shape",
3813
+ "delete:org:shape",
3814
+ "delete:shape:org",
3815
+ "org:shape:delete",
3816
+ "shape:org:delete",
3817
+ "shape:delete:org"
3835
3818
  ]
3836
3819
  },
3837
- "org:list:snapshot": {
3820
+ "org:delete:snapshot": {
3838
3821
  "aliases": [
3839
- "force:org:snapshot:list"
3822
+ "force:org:snapshot:delete"
3840
3823
  ],
3841
3824
  "args": {},
3842
3825
  "deprecateAliases": true,
3843
- "description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
3826
+ "description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
3844
3827
  "examples": [
3845
- "List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
3846
- "List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
3828
+ "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3829
+ "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
3847
3830
  ],
3848
3831
  "flags": {
3849
3832
  "json": {
@@ -3895,58 +3878,75 @@
3895
3878
  "hasDynamicHelp": false,
3896
3879
  "multiple": false,
3897
3880
  "type": "option"
3881
+ },
3882
+ "snapshot": {
3883
+ "char": "s",
3884
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3885
+ "name": "snapshot",
3886
+ "required": true,
3887
+ "summary": "Name or ID of snapshot to delete.",
3888
+ "hasDynamicHelp": false,
3889
+ "multiple": false,
3890
+ "type": "option"
3891
+ },
3892
+ "no-prompt": {
3893
+ "char": "p",
3894
+ "name": "no-prompt",
3895
+ "summary": "Don't prompt the user to confirm the deletion.",
3896
+ "allowNo": false,
3897
+ "type": "boolean"
3898
3898
  }
3899
3899
  },
3900
3900
  "hasDynamicHelp": true,
3901
3901
  "hiddenAliases": [],
3902
- "id": "org:list:snapshot",
3902
+ "id": "org:delete:snapshot",
3903
3903
  "pluginAlias": "@salesforce/plugin-signups",
3904
3904
  "pluginName": "@salesforce/plugin-signups",
3905
3905
  "pluginType": "jit",
3906
3906
  "strict": true,
3907
- "summary": "List scratch org snapshots.",
3907
+ "summary": "Delete a scratch org snapshot.",
3908
3908
  "enableJsonFlag": true,
3909
3909
  "isESM": true,
3910
3910
  "relativePath": [
3911
3911
  "lib",
3912
3912
  "commands",
3913
3913
  "org",
3914
- "list",
3914
+ "delete",
3915
3915
  "snapshot.js"
3916
3916
  ],
3917
3917
  "aliasPermutations": [
3918
- "force:org:snapshot:list",
3919
- "org:force:snapshot:list",
3920
- "org:snapshot:force:list",
3921
- "org:snapshot:list:force",
3922
- "force:snapshot:org:list",
3923
- "snapshot:force:org:list",
3924
- "snapshot:org:force:list",
3925
- "snapshot:org:list:force",
3926
- "force:snapshot:list:org",
3927
- "snapshot:force:list:org",
3928
- "snapshot:list:force:org",
3929
- "snapshot:list:org:force",
3930
- "force:org:list:snapshot",
3931
- "org:force:list:snapshot",
3932
- "org:list:force:snapshot",
3933
- "org:list:snapshot:force",
3934
- "force:list:org:snapshot",
3935
- "list:force:org:snapshot",
3936
- "list:org:force:snapshot",
3937
- "list:org:snapshot:force",
3938
- "force:list:snapshot:org",
3939
- "list:force:snapshot:org",
3940
- "list:snapshot:force:org",
3941
- "list:snapshot:org:force"
3918
+ "force:org:snapshot:delete",
3919
+ "org:force:snapshot:delete",
3920
+ "org:snapshot:force:delete",
3921
+ "org:snapshot:delete:force",
3922
+ "force:snapshot:org:delete",
3923
+ "snapshot:force:org:delete",
3924
+ "snapshot:org:force:delete",
3925
+ "snapshot:org:delete:force",
3926
+ "force:snapshot:delete:org",
3927
+ "snapshot:force:delete:org",
3928
+ "snapshot:delete:force:org",
3929
+ "snapshot:delete:org:force",
3930
+ "force:org:delete:snapshot",
3931
+ "org:force:delete:snapshot",
3932
+ "org:delete:force:snapshot",
3933
+ "org:delete:snapshot:force",
3934
+ "force:delete:org:snapshot",
3935
+ "delete:force:org:snapshot",
3936
+ "delete:org:force:snapshot",
3937
+ "delete:org:snapshot:force",
3938
+ "force:delete:snapshot:org",
3939
+ "delete:force:snapshot:org",
3940
+ "delete:snapshot:force:org",
3941
+ "delete:snapshot:org:force"
3942
3942
  ],
3943
3943
  "permutations": [
3944
- "org:list:snapshot",
3945
- "list:org:snapshot",
3946
- "list:snapshot:org",
3947
- "org:snapshot:list",
3948
- "snapshot:org:list",
3949
- "snapshot:list:org"
3944
+ "org:delete:snapshot",
3945
+ "delete:org:snapshot",
3946
+ "delete:snapshot:org",
3947
+ "org:snapshot:delete",
3948
+ "snapshot:org:delete",
3949
+ "snapshot:delete:org"
3950
3950
  ]
3951
3951
  },
3952
3952
  "force:lightning:lwc:test:create": {
@@ -4831,5 +4831,5 @@
4831
4831
  ]
4832
4832
  }
4833
4833
  },
4834
- "version": "2.96.0"
4834
+ "version": "2.96.1"
4835
4835
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.96.0",
4
+ "version": "2.96.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -78,11 +78,11 @@
78
78
  "jitPlugins": {
79
79
  "@salesforce/plugin-code-analyzer": "5.2.2",
80
80
  "@salesforce/plugin-community": "3.3.28",
81
- "@salesforce/plugin-custom-metadata": "3.3.58",
81
+ "@salesforce/plugin-custom-metadata": "3.3.59",
82
82
  "@salesforce/plugin-dev": "2.5.1",
83
83
  "@salesforce/plugin-devops-center": "1.2.27",
84
84
  "@salesforce/plugin-flow": "1.0.2",
85
- "@salesforce/plugin-signups": "2.6.32",
85
+ "@salesforce/plugin-signups": "2.6.33",
86
86
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1",
87
87
  "@salesforce/sfdx-scanner": "4.12.0"
88
88
  },
@@ -161,7 +161,7 @@
161
161
  "@salesforce/plugin-agent": "1.23.1",
162
162
  "@salesforce/plugin-apex": "3.6.19",
163
163
  "@salesforce/plugin-api": "1.3.3",
164
- "@salesforce/plugin-auth": "3.7.3",
164
+ "@salesforce/plugin-auth": "3.7.4",
165
165
  "@salesforce/plugin-data": "4.0.40",
166
166
  "@salesforce/plugin-deploy-retrieve": "3.22.27",
167
167
  "@salesforce/plugin-info": "3.4.69",
@@ -170,12 +170,12 @@
170
170
  "@salesforce/plugin-org": "5.9.1",
171
171
  "@salesforce/plugin-packaging": "2.16.0",
172
172
  "@salesforce/plugin-schema": "3.3.68",
173
- "@salesforce/plugin-settings": "2.4.32",
173
+ "@salesforce/plugin-settings": "2.4.33",
174
174
  "@salesforce/plugin-sobject": "1.4.63",
175
175
  "@salesforce/plugin-telemetry": "3.6.45",
176
176
  "@salesforce/plugin-templates": "56.3.52",
177
- "@salesforce/plugin-trust": "3.7.101",
178
- "@salesforce/plugin-user": "3.6.26",
177
+ "@salesforce/plugin-trust": "3.7.102",
178
+ "@salesforce/plugin-user": "3.6.27",
179
179
  "@salesforce/sf-plugins-core": "12.2.3",
180
180
  "ansis": "^3.12.0"
181
181
  },