@salesforce/cli 2.116.2 → 2.116.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -36
- package/npm-shrinkwrap.json +31 -22
- package/oclif.lock +26 -21
- package/oclif.manifest.json +126 -126
- package/package.json +7 -7
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.116.
|
|
28
|
+
@salesforce/cli/2.116.3 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4923,7 +4923,7 @@ EXAMPLES
|
|
|
4923
4923
|
$ sf org list auth
|
|
4924
4924
|
```
|
|
4925
4925
|
|
|
4926
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4926
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.24/src/commands/org/list/auth.ts)_
|
|
4927
4927
|
|
|
4928
4928
|
## `sf org list limits`
|
|
4929
4929
|
|
|
@@ -5223,7 +5223,7 @@ FLAG DESCRIPTIONS
|
|
|
5223
5223
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5224
5224
|
```
|
|
5225
5225
|
|
|
5226
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5226
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.24/src/commands/org/login/access-token.ts)_
|
|
5227
5227
|
|
|
5228
5228
|
## `sf org login jwt`
|
|
5229
5229
|
|
|
@@ -5314,7 +5314,7 @@ FLAG DESCRIPTIONS
|
|
|
5314
5314
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5315
5315
|
```
|
|
5316
5316
|
|
|
5317
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5317
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.24/src/commands/org/login/jwt.ts)_
|
|
5318
5318
|
|
|
5319
5319
|
## `sf org login sfdx-url`
|
|
5320
5320
|
|
|
@@ -5384,7 +5384,7 @@ EXAMPLES
|
|
|
5384
5384
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5385
5385
|
```
|
|
5386
5386
|
|
|
5387
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5387
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.24/src/commands/org/login/sfdx-url.ts)_
|
|
5388
5388
|
|
|
5389
5389
|
## `sf org login web`
|
|
5390
5390
|
|
|
@@ -5489,7 +5489,7 @@ FLAG DESCRIPTIONS
|
|
|
5489
5489
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5490
5490
|
```
|
|
5491
5491
|
|
|
5492
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5492
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.24/src/commands/org/login/web.ts)_
|
|
5493
5493
|
|
|
5494
5494
|
## `sf org logout`
|
|
5495
5495
|
|
|
@@ -5555,7 +5555,7 @@ FLAG DESCRIPTIONS
|
|
|
5555
5555
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5556
5556
|
```
|
|
5557
5557
|
|
|
5558
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5558
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.24/src/commands/org/logout.ts)_
|
|
5559
5559
|
|
|
5560
5560
|
## `sf org open`
|
|
5561
5561
|
|
|
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
|
|
|
5998
5998
|
--installation-key-bypass flag is required.
|
|
5999
5999
|
```
|
|
6000
6000
|
|
|
6001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/convert.ts)_
|
|
6002
6002
|
|
|
6003
6003
|
## `sf package create`
|
|
6004
6004
|
|
|
@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
|
|
|
6077
6077
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6078
6078
|
```
|
|
6079
6079
|
|
|
6080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/create.ts)_
|
|
6081
6081
|
|
|
6082
6082
|
## `sf package delete`
|
|
6083
6083
|
|
|
@@ -6119,7 +6119,7 @@ EXAMPLES
|
|
|
6119
6119
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6120
6120
|
```
|
|
6121
6121
|
|
|
6122
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6122
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/delete.ts)_
|
|
6123
6123
|
|
|
6124
6124
|
## `sf package install`
|
|
6125
6125
|
|
|
@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
|
|
|
6218
6218
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6219
6219
|
```
|
|
6220
6220
|
|
|
6221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6221
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/install.ts)_
|
|
6222
6222
|
|
|
6223
6223
|
## `sf package install report`
|
|
6224
6224
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6254
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/install/report.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf package installed list`
|
|
6257
6257
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ sf package installed list --target-org me@example.com
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6286
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/installed/list.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `sf package list`
|
|
6289
6289
|
|
|
@@ -6321,7 +6321,7 @@ EXAMPLES
|
|
|
6321
6321
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6322
6322
|
```
|
|
6323
6323
|
|
|
6324
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6324
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/list.ts)_
|
|
6325
6325
|
|
|
6326
6326
|
## `sf package push-upgrade abort`
|
|
6327
6327
|
|
|
@@ -6360,7 +6360,7 @@ EXAMPLES
|
|
|
6360
6360
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6361
6361
|
```
|
|
6362
6362
|
|
|
6363
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6363
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/push-upgrade/abort.ts)_
|
|
6364
6364
|
|
|
6365
6365
|
## `sf package push-upgrade list`
|
|
6366
6366
|
|
|
@@ -6419,7 +6419,7 @@ EXAMPLES
|
|
|
6419
6419
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6420
6420
|
```
|
|
6421
6421
|
|
|
6422
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6422
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/push-upgrade/list.ts)_
|
|
6423
6423
|
|
|
6424
6424
|
## `sf package push-upgrade report`
|
|
6425
6425
|
|
|
@@ -6461,7 +6461,7 @@ EXAMPLES
|
|
|
6461
6461
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6462
6462
|
```
|
|
6463
6463
|
|
|
6464
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6464
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/push-upgrade/report.ts)_
|
|
6465
6465
|
|
|
6466
6466
|
## `sf package push-upgrade schedule`
|
|
6467
6467
|
|
|
@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
|
|
|
6548
6548
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6549
6549
|
```
|
|
6550
6550
|
|
|
6551
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6551
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/push-upgrade/schedule.ts)_
|
|
6552
6552
|
|
|
6553
6553
|
## `sf package uninstall`
|
|
6554
6554
|
|
|
@@ -6596,7 +6596,7 @@ EXAMPLES
|
|
|
6596
6596
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6597
6597
|
```
|
|
6598
6598
|
|
|
6599
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6599
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/uninstall.ts)_
|
|
6600
6600
|
|
|
6601
6601
|
## `sf package uninstall report`
|
|
6602
6602
|
|
|
@@ -6629,7 +6629,7 @@ EXAMPLES
|
|
|
6629
6629
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6630
6630
|
```
|
|
6631
6631
|
|
|
6632
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6632
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/uninstall/report.ts)_
|
|
6633
6633
|
|
|
6634
6634
|
## `sf package update`
|
|
6635
6635
|
|
|
@@ -6692,7 +6692,7 @@ FLAG DESCRIPTIONS
|
|
|
6692
6692
|
notified to upgrade to the recommended version.
|
|
6693
6693
|
```
|
|
6694
6694
|
|
|
6695
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6695
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/update.ts)_
|
|
6696
6696
|
|
|
6697
6697
|
## `sf package version create`
|
|
6698
6698
|
|
|
@@ -6867,7 +6867,7 @@ FLAG DESCRIPTIONS
|
|
|
6867
6867
|
periods of no output from commands.
|
|
6868
6868
|
```
|
|
6869
6869
|
|
|
6870
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6870
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/create.ts)_
|
|
6871
6871
|
|
|
6872
6872
|
## `sf package version create list`
|
|
6873
6873
|
|
|
@@ -6928,7 +6928,7 @@ EXAMPLES
|
|
|
6928
6928
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6929
6929
|
```
|
|
6930
6930
|
|
|
6931
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6931
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/create/list.ts)_
|
|
6932
6932
|
|
|
6933
6933
|
## `sf package version create report`
|
|
6934
6934
|
|
|
@@ -6971,7 +6971,7 @@ EXAMPLES
|
|
|
6971
6971
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6972
6972
|
```
|
|
6973
6973
|
|
|
6974
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6974
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/create/report.ts)_
|
|
6975
6975
|
|
|
6976
6976
|
## `sf package version delete`
|
|
6977
6977
|
|
|
@@ -7012,7 +7012,7 @@ EXAMPLES
|
|
|
7012
7012
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7013
7013
|
```
|
|
7014
7014
|
|
|
7015
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7015
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/delete.ts)_
|
|
7016
7016
|
|
|
7017
7017
|
## `sf package version displayancestry`
|
|
7018
7018
|
|
|
@@ -7072,7 +7072,7 @@ FLAG DESCRIPTIONS
|
|
|
7072
7072
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7075
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/displayancestry.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf package version displaydependencies`
|
|
7078
7078
|
|
|
@@ -7134,7 +7134,7 @@ FLAG DESCRIPTIONS
|
|
|
7134
7134
|
package, which must be installed last.
|
|
7135
7135
|
```
|
|
7136
7136
|
|
|
7137
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7137
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/displaydependencies.ts)_
|
|
7138
7138
|
|
|
7139
7139
|
## `sf package version list`
|
|
7140
7140
|
|
|
@@ -7210,7 +7210,7 @@ EXAMPLES
|
|
|
7210
7210
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7211
7211
|
```
|
|
7212
7212
|
|
|
7213
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7213
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/list.ts)_
|
|
7214
7214
|
|
|
7215
7215
|
## `sf package version promote`
|
|
7216
7216
|
|
|
@@ -7254,7 +7254,7 @@ EXAMPLES
|
|
|
7254
7254
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7255
7255
|
```
|
|
7256
7256
|
|
|
7257
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7257
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/promote.ts)_
|
|
7258
7258
|
|
|
7259
7259
|
## `sf package version report`
|
|
7260
7260
|
|
|
@@ -7294,7 +7294,7 @@ EXAMPLES
|
|
|
7294
7294
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7295
7295
|
```
|
|
7296
7296
|
|
|
7297
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7297
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/report.ts)_
|
|
7298
7298
|
|
|
7299
7299
|
## `sf package version retrieve`
|
|
7300
7300
|
|
|
@@ -7339,7 +7339,7 @@ EXAMPLES
|
|
|
7339
7339
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7340
7340
|
```
|
|
7341
7341
|
|
|
7342
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7342
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/retrieve.ts)_
|
|
7343
7343
|
|
|
7344
7344
|
## `sf package version update`
|
|
7345
7345
|
|
|
@@ -7392,7 +7392,7 @@ EXAMPLES
|
|
|
7392
7392
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7393
7393
|
```
|
|
7394
7394
|
|
|
7395
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7395
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package/version/update.ts)_
|
|
7396
7396
|
|
|
7397
7397
|
## `sf package1 version create`
|
|
7398
7398
|
|
|
@@ -7459,7 +7459,7 @@ FLAG DESCRIPTIONS
|
|
|
7459
7459
|
subscribers.
|
|
7460
7460
|
```
|
|
7461
7461
|
|
|
7462
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7462
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package1/version/create.ts)_
|
|
7463
7463
|
|
|
7464
7464
|
## `sf package1 version create get`
|
|
7465
7465
|
|
|
@@ -7492,7 +7492,7 @@ EXAMPLES
|
|
|
7492
7492
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7493
7493
|
```
|
|
7494
7494
|
|
|
7495
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7495
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package1/version/create/get.ts)_
|
|
7496
7496
|
|
|
7497
7497
|
## `sf package1 version display`
|
|
7498
7498
|
|
|
@@ -7526,7 +7526,7 @@ EXAMPLES
|
|
|
7526
7526
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7527
7527
|
```
|
|
7528
7528
|
|
|
7529
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7529
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package1/version/display.ts)_
|
|
7530
7530
|
|
|
7531
7531
|
## `sf package1 version list`
|
|
7532
7532
|
|
|
@@ -7564,7 +7564,7 @@ FLAG DESCRIPTIONS
|
|
|
7564
7564
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7565
7565
|
```
|
|
7566
7566
|
|
|
7567
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7567
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.7/src/commands/package1/version/list.ts)_
|
|
7568
7568
|
|
|
7569
7569
|
## `sf plugins`
|
|
7570
7570
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.116.
|
|
3
|
+
"version": "2.116.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.116.
|
|
9
|
+
"version": "2.116.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "1.25.1",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.2",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.6",
|
|
30
|
-
"@salesforce/plugin-auth": "3.9.
|
|
30
|
+
"@salesforce/plugin-auth": "3.9.24",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.64",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.2",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.98",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.73",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.50",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.23.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.23.7",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.89",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.53",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.80",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.70",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.73",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.43",
|
|
@@ -4821,14 +4821,13 @@
|
|
|
4821
4821
|
}
|
|
4822
4822
|
},
|
|
4823
4823
|
"node_modules/@salesforce/core": {
|
|
4824
|
-
"version": "8.
|
|
4825
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4826
|
-
"integrity": "sha512-
|
|
4824
|
+
"version": "8.24.0",
|
|
4825
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.24.0.tgz",
|
|
4826
|
+
"integrity": "sha512-8Ra5RT95bRkmHmaaFgABwkXbnHNSNS7l9gbJzJgO6VQpaEeytGPPyymnAE7TcTM2xp/QwlXn+PgX4biX7Lb7JA==",
|
|
4827
4827
|
"license": "BSD-3-Clause",
|
|
4828
4828
|
"dependencies": {
|
|
4829
4829
|
"@jsforce/jsforce-node": "^3.10.10",
|
|
4830
4830
|
"@salesforce/kit": "^3.2.4",
|
|
4831
|
-
"@salesforce/schemas": "^1.10.3",
|
|
4832
4831
|
"@salesforce/ts-types": "^2.0.12",
|
|
4833
4832
|
"ajv": "^8.17.1",
|
|
4834
4833
|
"change-case": "^4.1.2",
|
|
@@ -4844,7 +4843,8 @@
|
|
|
4844
4843
|
"pino-pretty": "^11.3.0",
|
|
4845
4844
|
"proper-lockfile": "^4.1.2",
|
|
4846
4845
|
"semver": "^7.7.3",
|
|
4847
|
-
"ts-retry-promise": "^0.8.1"
|
|
4846
|
+
"ts-retry-promise": "^0.8.1",
|
|
4847
|
+
"zod": "^4.1.12"
|
|
4848
4848
|
},
|
|
4849
4849
|
"engines": {
|
|
4850
4850
|
"node": ">=18.0.0"
|
|
@@ -5209,9 +5209,9 @@
|
|
|
5209
5209
|
}
|
|
5210
5210
|
},
|
|
5211
5211
|
"node_modules/@salesforce/plugin-auth": {
|
|
5212
|
-
"version": "3.9.
|
|
5213
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.
|
|
5214
|
-
"integrity": "sha512-
|
|
5212
|
+
"version": "3.9.24",
|
|
5213
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.24.tgz",
|
|
5214
|
+
"integrity": "sha512-ygmS8JFnXhWFUkqVIl+O2PemwhMMS8nUk5rBn5VMoW2d08nAt2rj1mMo9k8rqC35bE2MsFZ1qBNwyDcE6tVR2w==",
|
|
5215
5215
|
"license": "Apache-2.0",
|
|
5216
5216
|
"dependencies": {
|
|
5217
5217
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5219,7 +5219,7 @@
|
|
|
5219
5219
|
"@oclif/core": "^4",
|
|
5220
5220
|
"@salesforce/core": "^8.23.5",
|
|
5221
5221
|
"@salesforce/kit": "^3.2.4",
|
|
5222
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5222
|
+
"@salesforce/plugin-info": "^3.4.98",
|
|
5223
5223
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5224
5224
|
"@salesforce/ts-types": "^2.0.11",
|
|
5225
5225
|
"open": "^10.2.0"
|
|
@@ -5462,13 +5462,13 @@
|
|
|
5462
5462
|
}
|
|
5463
5463
|
},
|
|
5464
5464
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5465
|
-
"version": "2.23.
|
|
5466
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.23.
|
|
5467
|
-
"integrity": "sha512-
|
|
5465
|
+
"version": "2.23.7",
|
|
5466
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.23.7.tgz",
|
|
5467
|
+
"integrity": "sha512-VDGW5rgzxBnT4jLka6GUSOOURN+aPf6FcNizw+xgfk2KBXEbQ9hKp45VqzWjWAax+p9OHUt5LF/CuF7pXB5Fng==",
|
|
5468
5468
|
"license": "Apache-2.0",
|
|
5469
5469
|
"dependencies": {
|
|
5470
5470
|
"@oclif/core": "^4",
|
|
5471
|
-
"@salesforce/core": "^8.
|
|
5471
|
+
"@salesforce/core": "^8.24.0",
|
|
5472
5472
|
"@salesforce/kit": "^3.2.4",
|
|
5473
5473
|
"@salesforce/packaging": "^4.18.1",
|
|
5474
5474
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -5737,13 +5737,13 @@
|
|
|
5737
5737
|
}
|
|
5738
5738
|
},
|
|
5739
5739
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5740
|
-
"version": "3.6.
|
|
5741
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5742
|
-
"integrity": "sha512-
|
|
5740
|
+
"version": "3.6.70",
|
|
5741
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.70.tgz",
|
|
5742
|
+
"integrity": "sha512-xV0o3ZxnxbAEUs4OTmxQ3rEUmTcZbm1jjqQN0mwaYSL04hCbx6/BZiaO7xPJfOQbbIBkjSyptHfSIu0rcxtW/w==",
|
|
5743
5743
|
"license": "Apache-2.0",
|
|
5744
5744
|
"dependencies": {
|
|
5745
5745
|
"@oclif/core": "^4.8.0",
|
|
5746
|
-
"@salesforce/core": "^8.
|
|
5746
|
+
"@salesforce/core": "^8.24.0",
|
|
5747
5747
|
"@salesforce/kit": "^3.2.3",
|
|
5748
5748
|
"@salesforce/sf-plugins-core": "^12",
|
|
5749
5749
|
"@salesforce/telemetry": "^6.3.0",
|
|
@@ -24784,6 +24784,15 @@
|
|
|
24784
24784
|
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
|
|
24785
24785
|
"license": "MIT"
|
|
24786
24786
|
},
|
|
24787
|
+
"node_modules/zod": {
|
|
24788
|
+
"version": "4.1.13",
|
|
24789
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz",
|
|
24790
|
+
"integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==",
|
|
24791
|
+
"license": "MIT",
|
|
24792
|
+
"funding": {
|
|
24793
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
24794
|
+
}
|
|
24795
|
+
},
|
|
24787
24796
|
"node_modules/zwitch": {
|
|
24788
24797
|
"version": "2.0.4",
|
|
24789
24798
|
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
package/oclif.lock
CHANGED
|
@@ -2109,14 +2109,13 @@
|
|
|
2109
2109
|
strip-ansi "6.0.1"
|
|
2110
2110
|
ts-retry-promise "^0.8.1"
|
|
2111
2111
|
|
|
2112
|
-
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.3", "@salesforce/core@^8.23.4", "@salesforce/core@^8.23.5", "@salesforce/core@^8.23.7", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
|
|
2113
|
-
version "8.
|
|
2114
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
2115
|
-
integrity sha512-
|
|
2112
|
+
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.3", "@salesforce/core@^8.23.4", "@salesforce/core@^8.23.5", "@salesforce/core@^8.23.7", "@salesforce/core@^8.24.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
|
|
2113
|
+
version "8.24.0"
|
|
2114
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.24.0.tgz"
|
|
2115
|
+
integrity sha512-8Ra5RT95bRkmHmaaFgABwkXbnHNSNS7l9gbJzJgO6VQpaEeytGPPyymnAE7TcTM2xp/QwlXn+PgX4biX7Lb7JA==
|
|
2116
2116
|
dependencies:
|
|
2117
2117
|
"@jsforce/jsforce-node" "^3.10.10"
|
|
2118
2118
|
"@salesforce/kit" "^3.2.4"
|
|
2119
|
-
"@salesforce/schemas" "^1.10.3"
|
|
2120
2119
|
"@salesforce/ts-types" "^2.0.12"
|
|
2121
2120
|
ajv "^8.17.1"
|
|
2122
2121
|
change-case "^4.1.2"
|
|
@@ -2133,6 +2132,7 @@
|
|
|
2133
2132
|
proper-lockfile "^4.1.2"
|
|
2134
2133
|
semver "^7.7.3"
|
|
2135
2134
|
ts-retry-promise "^0.8.1"
|
|
2135
|
+
zod "^4.1.12"
|
|
2136
2136
|
|
|
2137
2137
|
"@salesforce/dev-config@^4.3.1":
|
|
2138
2138
|
version "4.3.1"
|
|
@@ -2256,17 +2256,17 @@
|
|
|
2256
2256
|
got "^13.0.0"
|
|
2257
2257
|
proxy-agent "^6.4.0"
|
|
2258
2258
|
|
|
2259
|
-
"@salesforce/plugin-auth@3.9.
|
|
2260
|
-
version "3.9.
|
|
2261
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.
|
|
2262
|
-
integrity sha512-
|
|
2259
|
+
"@salesforce/plugin-auth@3.9.24":
|
|
2260
|
+
version "3.9.24"
|
|
2261
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.9.24.tgz"
|
|
2262
|
+
integrity sha512-ygmS8JFnXhWFUkqVIl+O2PemwhMMS8nUk5rBn5VMoW2d08nAt2rj1mMo9k8rqC35bE2MsFZ1qBNwyDcE6tVR2w==
|
|
2263
2263
|
dependencies:
|
|
2264
2264
|
"@inquirer/checkbox" "^2.5.0"
|
|
2265
2265
|
"@inquirer/select" "^2.5.0"
|
|
2266
2266
|
"@oclif/core" "^4"
|
|
2267
2267
|
"@salesforce/core" "^8.23.5"
|
|
2268
2268
|
"@salesforce/kit" "^3.2.4"
|
|
2269
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2269
|
+
"@salesforce/plugin-info" "^3.4.98"
|
|
2270
2270
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2271
2271
|
"@salesforce/ts-types" "^2.0.11"
|
|
2272
2272
|
open "^10.2.0"
|
|
@@ -2322,7 +2322,7 @@
|
|
|
2322
2322
|
ansis "^3.17.0"
|
|
2323
2323
|
terminal-link "^3.0.0"
|
|
2324
2324
|
|
|
2325
|
-
"@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.93", "@salesforce/plugin-info@^3.4.
|
|
2325
|
+
"@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.93", "@salesforce/plugin-info@^3.4.98", "@salesforce/plugin-info@3.4.98":
|
|
2326
2326
|
version "3.4.98"
|
|
2327
2327
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.98.tgz"
|
|
2328
2328
|
integrity sha512-pdbnS5ZvUm1dVqrrGRlg0/bBOWhCW8mt/DAkNsMLyGDcXMYBgv3zdUXLlWeMi6coP86TcNsN0x3XyvGelh03DQ==
|
|
@@ -2377,13 +2377,13 @@
|
|
|
2377
2377
|
open "^10.2.0"
|
|
2378
2378
|
terminal-link "^3.0.0"
|
|
2379
2379
|
|
|
2380
|
-
"@salesforce/plugin-packaging@2.23.
|
|
2381
|
-
version "2.23.
|
|
2382
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.23.
|
|
2383
|
-
integrity sha512-
|
|
2380
|
+
"@salesforce/plugin-packaging@2.23.7":
|
|
2381
|
+
version "2.23.7"
|
|
2382
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.23.7.tgz"
|
|
2383
|
+
integrity sha512-VDGW5rgzxBnT4jLka6GUSOOURN+aPf6FcNizw+xgfk2KBXEbQ9hKp45VqzWjWAax+p9OHUt5LF/CuF7pXB5Fng==
|
|
2384
2384
|
dependencies:
|
|
2385
2385
|
"@oclif/core" "^4"
|
|
2386
|
-
"@salesforce/core" "^8.
|
|
2386
|
+
"@salesforce/core" "^8.24.0"
|
|
2387
2387
|
"@salesforce/kit" "^3.2.4"
|
|
2388
2388
|
"@salesforce/packaging" "^4.18.1"
|
|
2389
2389
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
@@ -2452,13 +2452,13 @@
|
|
|
2452
2452
|
fast-xml-parser "^4.5.3"
|
|
2453
2453
|
js2xmlparser "^4.0.2"
|
|
2454
2454
|
|
|
2455
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2456
|
-
version "3.6.
|
|
2457
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2458
|
-
integrity sha512-
|
|
2455
|
+
"@salesforce/plugin-telemetry@3.6.70":
|
|
2456
|
+
version "3.6.70"
|
|
2457
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.70.tgz"
|
|
2458
|
+
integrity sha512-xV0o3ZxnxbAEUs4OTmxQ3rEUmTcZbm1jjqQN0mwaYSL04hCbx6/BZiaO7xPJfOQbbIBkjSyptHfSIu0rcxtW/w==
|
|
2459
2459
|
dependencies:
|
|
2460
2460
|
"@oclif/core" "^4.8.0"
|
|
2461
|
-
"@salesforce/core" "^8.
|
|
2461
|
+
"@salesforce/core" "^8.24.0"
|
|
2462
2462
|
"@salesforce/kit" "^3.2.3"
|
|
2463
2463
|
"@salesforce/sf-plugins-core" "^12"
|
|
2464
2464
|
"@salesforce/telemetry" "^6.3.0"
|
|
@@ -11918,6 +11918,11 @@ yoga-wasm-web@~0.3.3:
|
|
|
11918
11918
|
resolved "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz"
|
|
11919
11919
|
integrity sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==
|
|
11920
11920
|
|
|
11921
|
+
zod@^4.1.12:
|
|
11922
|
+
version "4.1.13"
|
|
11923
|
+
resolved "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz"
|
|
11924
|
+
integrity sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==
|
|
11925
|
+
|
|
11921
11926
|
zwitch@^2.0.4:
|
|
11922
11927
|
version "2.0.4"
|
|
11923
11928
|
resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz"
|
package/oclif.manifest.json
CHANGED
|
@@ -3634,131 +3634,6 @@
|
|
|
3634
3634
|
"snapshot:delete:org"
|
|
3635
3635
|
]
|
|
3636
3636
|
},
|
|
3637
|
-
"org:get:snapshot": {
|
|
3638
|
-
"aliases": [
|
|
3639
|
-
"force:org:snapshot:get"
|
|
3640
|
-
],
|
|
3641
|
-
"args": {},
|
|
3642
|
-
"deprecateAliases": true,
|
|
3643
|
-
"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\".",
|
|
3644
|
-
"examples": [
|
|
3645
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3646
|
-
"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"
|
|
3647
|
-
],
|
|
3648
|
-
"flags": {
|
|
3649
|
-
"json": {
|
|
3650
|
-
"description": "Format output as json.",
|
|
3651
|
-
"helpGroup": "GLOBAL",
|
|
3652
|
-
"name": "json",
|
|
3653
|
-
"allowNo": false,
|
|
3654
|
-
"type": "boolean"
|
|
3655
|
-
},
|
|
3656
|
-
"flags-dir": {
|
|
3657
|
-
"helpGroup": "GLOBAL",
|
|
3658
|
-
"name": "flags-dir",
|
|
3659
|
-
"summary": "Import flag values from a directory.",
|
|
3660
|
-
"hasDynamicHelp": false,
|
|
3661
|
-
"multiple": false,
|
|
3662
|
-
"type": "option"
|
|
3663
|
-
},
|
|
3664
|
-
"target-dev-hub": {
|
|
3665
|
-
"aliases": [
|
|
3666
|
-
"targetdevhubusername"
|
|
3667
|
-
],
|
|
3668
|
-
"char": "v",
|
|
3669
|
-
"deprecateAliases": true,
|
|
3670
|
-
"name": "target-dev-hub",
|
|
3671
|
-
"noCacheDefault": true,
|
|
3672
|
-
"required": true,
|
|
3673
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3674
|
-
"hasDynamicHelp": true,
|
|
3675
|
-
"multiple": false,
|
|
3676
|
-
"type": "option"
|
|
3677
|
-
},
|
|
3678
|
-
"api-version": {
|
|
3679
|
-
"aliases": [
|
|
3680
|
-
"apiversion"
|
|
3681
|
-
],
|
|
3682
|
-
"deprecateAliases": true,
|
|
3683
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3684
|
-
"name": "api-version",
|
|
3685
|
-
"hasDynamicHelp": false,
|
|
3686
|
-
"multiple": false,
|
|
3687
|
-
"type": "option"
|
|
3688
|
-
},
|
|
3689
|
-
"loglevel": {
|
|
3690
|
-
"deprecated": {
|
|
3691
|
-
"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."
|
|
3692
|
-
},
|
|
3693
|
-
"hidden": true,
|
|
3694
|
-
"name": "loglevel",
|
|
3695
|
-
"hasDynamicHelp": false,
|
|
3696
|
-
"multiple": false,
|
|
3697
|
-
"type": "option"
|
|
3698
|
-
},
|
|
3699
|
-
"snapshot": {
|
|
3700
|
-
"char": "s",
|
|
3701
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3702
|
-
"name": "snapshot",
|
|
3703
|
-
"required": true,
|
|
3704
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3705
|
-
"hasDynamicHelp": false,
|
|
3706
|
-
"multiple": false,
|
|
3707
|
-
"type": "option"
|
|
3708
|
-
}
|
|
3709
|
-
},
|
|
3710
|
-
"hasDynamicHelp": true,
|
|
3711
|
-
"hiddenAliases": [],
|
|
3712
|
-
"id": "org:get:snapshot",
|
|
3713
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3714
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3715
|
-
"pluginType": "jit",
|
|
3716
|
-
"strict": true,
|
|
3717
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3718
|
-
"enableJsonFlag": true,
|
|
3719
|
-
"isESM": true,
|
|
3720
|
-
"relativePath": [
|
|
3721
|
-
"lib",
|
|
3722
|
-
"commands",
|
|
3723
|
-
"org",
|
|
3724
|
-
"get",
|
|
3725
|
-
"snapshot.js"
|
|
3726
|
-
],
|
|
3727
|
-
"aliasPermutations": [
|
|
3728
|
-
"force:org:snapshot:get",
|
|
3729
|
-
"org:force:snapshot:get",
|
|
3730
|
-
"org:snapshot:force:get",
|
|
3731
|
-
"org:snapshot:get:force",
|
|
3732
|
-
"force:snapshot:org:get",
|
|
3733
|
-
"snapshot:force:org:get",
|
|
3734
|
-
"snapshot:org:force:get",
|
|
3735
|
-
"snapshot:org:get:force",
|
|
3736
|
-
"force:snapshot:get:org",
|
|
3737
|
-
"snapshot:force:get:org",
|
|
3738
|
-
"snapshot:get:force:org",
|
|
3739
|
-
"snapshot:get:org:force",
|
|
3740
|
-
"force:org:get:snapshot",
|
|
3741
|
-
"org:force:get:snapshot",
|
|
3742
|
-
"org:get:force:snapshot",
|
|
3743
|
-
"org:get:snapshot:force",
|
|
3744
|
-
"force:get:org:snapshot",
|
|
3745
|
-
"get:force:org:snapshot",
|
|
3746
|
-
"get:org:force:snapshot",
|
|
3747
|
-
"get:org:snapshot:force",
|
|
3748
|
-
"force:get:snapshot:org",
|
|
3749
|
-
"get:force:snapshot:org",
|
|
3750
|
-
"get:snapshot:force:org",
|
|
3751
|
-
"get:snapshot:org:force"
|
|
3752
|
-
],
|
|
3753
|
-
"permutations": [
|
|
3754
|
-
"org:get:snapshot",
|
|
3755
|
-
"get:org:snapshot",
|
|
3756
|
-
"get:snapshot:org",
|
|
3757
|
-
"org:snapshot:get",
|
|
3758
|
-
"snapshot:org:get",
|
|
3759
|
-
"snapshot:get:org"
|
|
3760
|
-
]
|
|
3761
|
-
},
|
|
3762
3637
|
"org:list:shape": {
|
|
3763
3638
|
"aliases": [
|
|
3764
3639
|
"force:org:shape:list"
|
|
@@ -3971,6 +3846,131 @@
|
|
|
3971
3846
|
"snapshot:list:org"
|
|
3972
3847
|
]
|
|
3973
3848
|
},
|
|
3849
|
+
"org:get:snapshot": {
|
|
3850
|
+
"aliases": [
|
|
3851
|
+
"force:org:snapshot:get"
|
|
3852
|
+
],
|
|
3853
|
+
"args": {},
|
|
3854
|
+
"deprecateAliases": true,
|
|
3855
|
+
"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\".",
|
|
3856
|
+
"examples": [
|
|
3857
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3858
|
+
"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"
|
|
3859
|
+
],
|
|
3860
|
+
"flags": {
|
|
3861
|
+
"json": {
|
|
3862
|
+
"description": "Format output as json.",
|
|
3863
|
+
"helpGroup": "GLOBAL",
|
|
3864
|
+
"name": "json",
|
|
3865
|
+
"allowNo": false,
|
|
3866
|
+
"type": "boolean"
|
|
3867
|
+
},
|
|
3868
|
+
"flags-dir": {
|
|
3869
|
+
"helpGroup": "GLOBAL",
|
|
3870
|
+
"name": "flags-dir",
|
|
3871
|
+
"summary": "Import flag values from a directory.",
|
|
3872
|
+
"hasDynamicHelp": false,
|
|
3873
|
+
"multiple": false,
|
|
3874
|
+
"type": "option"
|
|
3875
|
+
},
|
|
3876
|
+
"target-dev-hub": {
|
|
3877
|
+
"aliases": [
|
|
3878
|
+
"targetdevhubusername"
|
|
3879
|
+
],
|
|
3880
|
+
"char": "v",
|
|
3881
|
+
"deprecateAliases": true,
|
|
3882
|
+
"name": "target-dev-hub",
|
|
3883
|
+
"noCacheDefault": true,
|
|
3884
|
+
"required": true,
|
|
3885
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3886
|
+
"hasDynamicHelp": true,
|
|
3887
|
+
"multiple": false,
|
|
3888
|
+
"type": "option"
|
|
3889
|
+
},
|
|
3890
|
+
"api-version": {
|
|
3891
|
+
"aliases": [
|
|
3892
|
+
"apiversion"
|
|
3893
|
+
],
|
|
3894
|
+
"deprecateAliases": true,
|
|
3895
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3896
|
+
"name": "api-version",
|
|
3897
|
+
"hasDynamicHelp": false,
|
|
3898
|
+
"multiple": false,
|
|
3899
|
+
"type": "option"
|
|
3900
|
+
},
|
|
3901
|
+
"loglevel": {
|
|
3902
|
+
"deprecated": {
|
|
3903
|
+
"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."
|
|
3904
|
+
},
|
|
3905
|
+
"hidden": true,
|
|
3906
|
+
"name": "loglevel",
|
|
3907
|
+
"hasDynamicHelp": false,
|
|
3908
|
+
"multiple": false,
|
|
3909
|
+
"type": "option"
|
|
3910
|
+
},
|
|
3911
|
+
"snapshot": {
|
|
3912
|
+
"char": "s",
|
|
3913
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3914
|
+
"name": "snapshot",
|
|
3915
|
+
"required": true,
|
|
3916
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3917
|
+
"hasDynamicHelp": false,
|
|
3918
|
+
"multiple": false,
|
|
3919
|
+
"type": "option"
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
"hasDynamicHelp": true,
|
|
3923
|
+
"hiddenAliases": [],
|
|
3924
|
+
"id": "org:get:snapshot",
|
|
3925
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3926
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3927
|
+
"pluginType": "jit",
|
|
3928
|
+
"strict": true,
|
|
3929
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3930
|
+
"enableJsonFlag": true,
|
|
3931
|
+
"isESM": true,
|
|
3932
|
+
"relativePath": [
|
|
3933
|
+
"lib",
|
|
3934
|
+
"commands",
|
|
3935
|
+
"org",
|
|
3936
|
+
"get",
|
|
3937
|
+
"snapshot.js"
|
|
3938
|
+
],
|
|
3939
|
+
"aliasPermutations": [
|
|
3940
|
+
"force:org:snapshot:get",
|
|
3941
|
+
"org:force:snapshot:get",
|
|
3942
|
+
"org:snapshot:force:get",
|
|
3943
|
+
"org:snapshot:get:force",
|
|
3944
|
+
"force:snapshot:org:get",
|
|
3945
|
+
"snapshot:force:org:get",
|
|
3946
|
+
"snapshot:org:force:get",
|
|
3947
|
+
"snapshot:org:get:force",
|
|
3948
|
+
"force:snapshot:get:org",
|
|
3949
|
+
"snapshot:force:get:org",
|
|
3950
|
+
"snapshot:get:force:org",
|
|
3951
|
+
"snapshot:get:org:force",
|
|
3952
|
+
"force:org:get:snapshot",
|
|
3953
|
+
"org:force:get:snapshot",
|
|
3954
|
+
"org:get:force:snapshot",
|
|
3955
|
+
"org:get:snapshot:force",
|
|
3956
|
+
"force:get:org:snapshot",
|
|
3957
|
+
"get:force:org:snapshot",
|
|
3958
|
+
"get:org:force:snapshot",
|
|
3959
|
+
"get:org:snapshot:force",
|
|
3960
|
+
"force:get:snapshot:org",
|
|
3961
|
+
"get:force:snapshot:org",
|
|
3962
|
+
"get:snapshot:force:org",
|
|
3963
|
+
"get:snapshot:org:force"
|
|
3964
|
+
],
|
|
3965
|
+
"permutations": [
|
|
3966
|
+
"org:get:snapshot",
|
|
3967
|
+
"get:org:snapshot",
|
|
3968
|
+
"get:snapshot:org",
|
|
3969
|
+
"org:snapshot:get",
|
|
3970
|
+
"snapshot:org:get",
|
|
3971
|
+
"snapshot:get:org"
|
|
3972
|
+
]
|
|
3973
|
+
},
|
|
3974
3974
|
"force:lightning:lwc:test:create": {
|
|
3975
3975
|
"id": "force:lightning:lwc:test:create",
|
|
3976
3976
|
"description": "creates a Lightning web component test file with boilerplate code inside a __tests__ directory.",
|
|
@@ -4180,5 +4180,5 @@
|
|
|
4180
4180
|
"requiresProject": true
|
|
4181
4181
|
}
|
|
4182
4182
|
},
|
|
4183
|
-
"version": "2.116.
|
|
4183
|
+
"version": "2.116.3"
|
|
4184
4184
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.116.
|
|
4
|
+
"version": "2.116.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.7.0",
|
|
80
|
-
"@salesforce/plugin-community": "3.3.
|
|
81
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.48",
|
|
81
|
+
"@salesforce/plugin-custom-metadata": "3.3.72",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.1",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.5",
|
|
85
|
-
"@salesforce/plugin-signups": "2.6.
|
|
85
|
+
"@salesforce/plugin-signups": "2.6.56",
|
|
86
86
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
87
87
|
},
|
|
88
88
|
"devPlugins": [
|
|
@@ -160,18 +160,18 @@
|
|
|
160
160
|
"@salesforce/plugin-agent": "1.25.1",
|
|
161
161
|
"@salesforce/plugin-apex": "3.9.2",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.6",
|
|
163
|
-
"@salesforce/plugin-auth": "3.9.
|
|
163
|
+
"@salesforce/plugin-auth": "3.9.24",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.64",
|
|
165
165
|
"@salesforce/plugin-deploy-retrieve": "3.24.2",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.98",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.73",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
169
|
"@salesforce/plugin-org": "5.9.50",
|
|
170
|
-
"@salesforce/plugin-packaging": "2.23.
|
|
170
|
+
"@salesforce/plugin-packaging": "2.23.7",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.89",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.53",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.80",
|
|
174
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
174
|
+
"@salesforce/plugin-telemetry": "3.6.70",
|
|
175
175
|
"@salesforce/plugin-templates": "56.3.73",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.43",
|