@salesforce/cli 2.51.6 → 2.52.0
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 +64 -53
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.
|
|
27
|
+
@salesforce/cli/2.52.0 linux-x64 node-v20.15.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3256,7 +3256,7 @@ EXAMPLES
|
|
|
3256
3256
|
$ sf org list auth
|
|
3257
3257
|
```
|
|
3258
3258
|
|
|
3259
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3259
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/list/auth.ts)_
|
|
3260
3260
|
|
|
3261
3261
|
## `sf org list limits`
|
|
3262
3262
|
|
|
@@ -3529,7 +3529,7 @@ DESCRIPTION
|
|
|
3529
3529
|
By default, the command runs interactively and asks you for the access token. If you previously authorized the org,
|
|
3530
3530
|
the command prompts whether you want to overwrite the local file. Specify --no-prompt to not be prompted.
|
|
3531
3531
|
|
|
3532
|
-
To use the command in a CI/CD script, set the
|
|
3532
|
+
To use the command in a CI/CD script, set the SF_ACCESS_TOKEN environment variable to the access token. Then run the
|
|
3533
3533
|
command with the --no-prompt parameter.
|
|
3534
3534
|
|
|
3535
3535
|
ALIASES
|
|
@@ -3556,7 +3556,7 @@ FLAG DESCRIPTIONS
|
|
|
3556
3556
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3557
3557
|
```
|
|
3558
3558
|
|
|
3559
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3559
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/access-token.ts)_
|
|
3560
3560
|
|
|
3561
3561
|
## `sf org login device`
|
|
3562
3562
|
|
|
@@ -3616,7 +3616,7 @@ FLAG DESCRIPTIONS
|
|
|
3616
3616
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3617
3617
|
```
|
|
3618
3618
|
|
|
3619
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3619
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/device.ts)_
|
|
3620
3620
|
|
|
3621
3621
|
## `sf org login jwt`
|
|
3622
3622
|
|
|
@@ -3707,7 +3707,7 @@ FLAG DESCRIPTIONS
|
|
|
3707
3707
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3708
3708
|
```
|
|
3709
3709
|
|
|
3710
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3710
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/jwt.ts)_
|
|
3711
3711
|
|
|
3712
3712
|
## `sf org login sfdx-url`
|
|
3713
3713
|
|
|
@@ -3772,7 +3772,7 @@ EXAMPLES
|
|
|
3772
3772
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3773
3773
|
```
|
|
3774
3774
|
|
|
3775
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3775
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/sfdx-url.ts)_
|
|
3776
3776
|
|
|
3777
3777
|
## `sf org login web`
|
|
3778
3778
|
|
|
@@ -3859,7 +3859,7 @@ FLAG DESCRIPTIONS
|
|
|
3859
3859
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3860
3860
|
```
|
|
3861
3861
|
|
|
3862
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3862
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/web.ts)_
|
|
3863
3863
|
|
|
3864
3864
|
## `sf org logout`
|
|
3865
3865
|
|
|
@@ -3920,7 +3920,7 @@ FLAG DESCRIPTIONS
|
|
|
3920
3920
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3921
3921
|
```
|
|
3922
3922
|
|
|
3923
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3923
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/logout.ts)_
|
|
3924
3924
|
|
|
3925
3925
|
## `sf org open`
|
|
3926
3926
|
|
|
@@ -4258,7 +4258,7 @@ FLAG DESCRIPTIONS
|
|
|
4258
4258
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4259
4259
|
```
|
|
4260
4260
|
|
|
4261
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4261
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/create.ts)_
|
|
4262
4262
|
|
|
4263
4263
|
## `sf package delete`
|
|
4264
4264
|
|
|
@@ -4300,11 +4300,11 @@ EXAMPLES
|
|
|
4300
4300
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4301
4301
|
```
|
|
4302
4302
|
|
|
4303
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4303
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/delete.ts)_
|
|
4304
4304
|
|
|
4305
4305
|
## `sf package install`
|
|
4306
4306
|
|
|
4307
|
-
Install a version of a package in the target org.
|
|
4307
|
+
Install or upgrade a version of a package in the target org.
|
|
4308
4308
|
|
|
4309
4309
|
```
|
|
4310
4310
|
USAGE
|
|
@@ -4322,9 +4322,8 @@ FLAGS
|
|
|
4322
4322
|
configuration variable is already set.
|
|
4323
4323
|
-p, --package=<value> (required) ID (starts with 04t) or alias of the package version to install.
|
|
4324
4324
|
-r, --no-prompt Don't prompt for confirmation.
|
|
4325
|
-
-s, --security-type=<option> [default: AdminsOnly] Security access type for the installed package.
|
|
4326
|
-
|
|
4327
|
-
v47.0 or later.)
|
|
4325
|
+
-s, --security-type=<option> [default: AdminsOnly] Security access type for the installed package. Available
|
|
4326
|
+
options are AdminsOnly and AllUsers.
|
|
4328
4327
|
<options: AllUsers|AdminsOnly>
|
|
4329
4328
|
-t, --upgrade-type=<option> [default: Mixed] Upgrade type for the package installation; available only for
|
|
4330
4329
|
unlocked packages.
|
|
@@ -4337,35 +4336,36 @@ GLOBAL FLAGS
|
|
|
4337
4336
|
--json Format output as json.
|
|
4338
4337
|
|
|
4339
4338
|
DESCRIPTION
|
|
4340
|
-
Install a version of a package in the target org.
|
|
4339
|
+
Install or upgrade a version of a package in the target org.
|
|
4341
4340
|
|
|
4342
|
-
To install a package, specify a specific version of the package using the 04t package ID. The package and
|
|
4343
|
-
you specified installs in your default target org unless you supply the username for a different target
|
|
4341
|
+
To install or upgrade a package, specify a specific version of the package using the 04t package ID. The package and
|
|
4342
|
+
the version you specified installs in your default target org unless you supply the username for a different target
|
|
4343
|
+
org.
|
|
4344
4344
|
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
Mixed (the default). To deprecate all removed components, specify --upgrade-type DeprecateOnly. To
|
|
4348
|
-
components, except for custom objects and custom fields, that don't have dependencies, specify
|
|
4349
|
-
(Note: This option can result in the loss of data that is associated with the deleted
|
|
4350
|
-
|
|
4345
|
+
When upgrading an unlocked package, include the --upgrade-type value to specify whether any removed components are
|
|
4346
|
+
deprecated or deleted. To delete components that can be safely deleted and deprecate the others, specify
|
|
4347
|
+
"--upgrade-type Mixed" (the default). To deprecate all removed components, specify "--upgrade-type DeprecateOnly". To
|
|
4348
|
+
delete all removed components, except for custom objects and custom fields, that don't have dependencies, specify
|
|
4349
|
+
"--upgrade-type Delete". (Note: This option can result in the loss of data that is associated with the deleted
|
|
4350
|
+
components.)
|
|
4351
4351
|
|
|
4352
4352
|
ALIASES
|
|
4353
4353
|
$ sf force package install
|
|
4354
4354
|
|
|
4355
4355
|
EXAMPLES
|
|
4356
|
-
Install a package version with the specified ID in the org with username "me@example.com":
|
|
4356
|
+
Install or upgrade a package version with the specified ID in the org with username "me@example.com":
|
|
4357
4357
|
|
|
4358
4358
|
$ sf package install --package 04t... --target-org me@example.com
|
|
4359
4359
|
|
|
4360
|
-
Install a package version with the specified alias into your default org:
|
|
4360
|
+
Install or upgrade a package version with the specified alias into your default org:
|
|
4361
4361
|
|
|
4362
4362
|
$ sf package install --package awesome_package_alias
|
|
4363
4363
|
|
|
4364
|
-
Install a package version with an alias that includes spaces into your default org:
|
|
4364
|
+
Install or upgrade a package version with an alias that includes spaces into your default org:
|
|
4365
4365
|
|
|
4366
4366
|
$ sf package install --package "Awesome Package Alias"
|
|
4367
4367
|
|
|
4368
|
-
|
|
4368
|
+
Upgrade an unlocked package version with the specified ID and deprecate all removed components:
|
|
4369
4369
|
|
|
4370
4370
|
$ sf package install --package 04t... --upgrade-type DeprecateOnly
|
|
4371
4371
|
|
|
@@ -4392,13 +4392,14 @@ FLAG DESCRIPTIONS
|
|
|
4392
4392
|
|
|
4393
4393
|
Upgrade type for the package installation; available only for unlocked packages.
|
|
4394
4394
|
|
|
4395
|
-
For package upgrades,
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4395
|
+
For unlocked package upgrades, set this flag to one of these values:
|
|
4396
|
+
|
|
4397
|
+
- DeprecateOnly: Mark all removed components as deprecated.
|
|
4398
|
+
- Mixed: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
4399
|
+
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
4399
4400
|
```
|
|
4400
4401
|
|
|
4401
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4402
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/install.ts)_
|
|
4402
4403
|
|
|
4403
4404
|
## `sf package install report`
|
|
4404
4405
|
|
|
@@ -4431,7 +4432,7 @@ EXAMPLES
|
|
|
4431
4432
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4432
4433
|
```
|
|
4433
4434
|
|
|
4434
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4435
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/install/report.ts)_
|
|
4435
4436
|
|
|
4436
4437
|
## `sf package installed list`
|
|
4437
4438
|
|
|
@@ -4463,7 +4464,7 @@ EXAMPLES
|
|
|
4463
4464
|
$ sf package installed list --target-org me@example.com
|
|
4464
4465
|
```
|
|
4465
4466
|
|
|
4466
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4467
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/installed/list.ts)_
|
|
4467
4468
|
|
|
4468
4469
|
## `sf package list`
|
|
4469
4470
|
|
|
@@ -4501,7 +4502,7 @@ EXAMPLES
|
|
|
4501
4502
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4502
4503
|
```
|
|
4503
4504
|
|
|
4504
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4505
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/list.ts)_
|
|
4505
4506
|
|
|
4506
4507
|
## `sf package uninstall`
|
|
4507
4508
|
|
|
@@ -4549,7 +4550,7 @@ EXAMPLES
|
|
|
4549
4550
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4550
4551
|
```
|
|
4551
4552
|
|
|
4552
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4553
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/uninstall.ts)_
|
|
4553
4554
|
|
|
4554
4555
|
## `sf package uninstall report`
|
|
4555
4556
|
|
|
@@ -4582,7 +4583,7 @@ EXAMPLES
|
|
|
4582
4583
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4583
4584
|
```
|
|
4584
4585
|
|
|
4585
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4586
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/uninstall/report.ts)_
|
|
4586
4587
|
|
|
4587
4588
|
## `sf package update`
|
|
4588
4589
|
|
|
@@ -4637,7 +4638,7 @@ FLAG DESCRIPTIONS
|
|
|
4637
4638
|
associated with your package.
|
|
4638
4639
|
```
|
|
4639
4640
|
|
|
4640
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4641
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/update.ts)_
|
|
4641
4642
|
|
|
4642
4643
|
## `sf package version create`
|
|
4643
4644
|
|
|
@@ -4746,6 +4747,14 @@ FLAG DESCRIPTIONS
|
|
|
4746
4747
|
coverage requirement. We don’t calculate code coverage for org-dependent unlocked packages or for package versions
|
|
4747
4748
|
that specify --skip-validation.
|
|
4748
4749
|
|
|
4750
|
+
-f, --definition-file=<value>
|
|
4751
|
+
|
|
4752
|
+
Path to a definition file similar to scratch org definition file that contains the list of features and org
|
|
4753
|
+
preferences that the metadata of the package version depends on.
|
|
4754
|
+
|
|
4755
|
+
For a patch version, the features specified in this file are ignored, and instead the features specified for the
|
|
4756
|
+
ancestor version are used.
|
|
4757
|
+
|
|
4749
4758
|
-n, --version-number=<value>
|
|
4750
4759
|
|
|
4751
4760
|
Version number of the package version to be created; overrides the sfdx-project.json value.
|
|
@@ -4804,7 +4813,7 @@ FLAG DESCRIPTIONS
|
|
|
4804
4813
|
periods of no output from commands.
|
|
4805
4814
|
```
|
|
4806
4815
|
|
|
4807
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4816
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/create.ts)_
|
|
4808
4817
|
|
|
4809
4818
|
## `sf package version create list`
|
|
4810
4819
|
|
|
@@ -4865,7 +4874,7 @@ EXAMPLES
|
|
|
4865
4874
|
$ sf package version create list --created-last-days 0 --status Success
|
|
4866
4875
|
```
|
|
4867
4876
|
|
|
4868
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4877
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/create/list.ts)_
|
|
4869
4878
|
|
|
4870
4879
|
## `sf package version create report`
|
|
4871
4880
|
|
|
@@ -4908,7 +4917,7 @@ EXAMPLES
|
|
|
4908
4917
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
4909
4918
|
```
|
|
4910
4919
|
|
|
4911
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4920
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/create/report.ts)_
|
|
4912
4921
|
|
|
4913
4922
|
## `sf package version delete`
|
|
4914
4923
|
|
|
@@ -4932,7 +4941,9 @@ GLOBAL FLAGS
|
|
|
4932
4941
|
DESCRIPTION
|
|
4933
4942
|
Delete a package version.
|
|
4934
4943
|
|
|
4935
|
-
Specify the ID or alias of the package version you want to delete.
|
|
4944
|
+
Specify the ID or alias of the package version you want to delete. In second-generation managed packaging, only beta
|
|
4945
|
+
package versions can be deleted. Before deleting a package version, review the considerations outlined in
|
|
4946
|
+
https://developer.salesforce.com/docs/atlas.en-us.pkg2_dev.meta/pkg2_dev/sfdx_dev_dev2gp_package_deletion.htm.
|
|
4936
4947
|
|
|
4937
4948
|
ALIASES
|
|
4938
4949
|
$ sf force package version delete
|
|
@@ -4947,7 +4958,7 @@ EXAMPLES
|
|
|
4947
4958
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
4948
4959
|
```
|
|
4949
4960
|
|
|
4950
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
4961
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/delete.ts)_
|
|
4951
4962
|
|
|
4952
4963
|
## `sf package version displayancestry`
|
|
4953
4964
|
|
|
@@ -5007,7 +5018,7 @@ FLAG DESCRIPTIONS
|
|
|
5007
5018
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5008
5019
|
```
|
|
5009
5020
|
|
|
5010
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5021
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/displayancestry.ts)_
|
|
5011
5022
|
|
|
5012
5023
|
## `sf package version list`
|
|
5013
5024
|
|
|
@@ -5083,7 +5094,7 @@ EXAMPLES
|
|
|
5083
5094
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5084
5095
|
```
|
|
5085
5096
|
|
|
5086
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5097
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/list.ts)_
|
|
5087
5098
|
|
|
5088
5099
|
## `sf package version promote`
|
|
5089
5100
|
|
|
@@ -5127,7 +5138,7 @@ EXAMPLES
|
|
|
5127
5138
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5128
5139
|
```
|
|
5129
5140
|
|
|
5130
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5141
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/promote.ts)_
|
|
5131
5142
|
|
|
5132
5143
|
## `sf package version report`
|
|
5133
5144
|
|
|
@@ -5167,7 +5178,7 @@ EXAMPLES
|
|
|
5167
5178
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5168
5179
|
```
|
|
5169
5180
|
|
|
5170
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5181
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/report.ts)_
|
|
5171
5182
|
|
|
5172
5183
|
## `sf package version update`
|
|
5173
5184
|
|
|
@@ -5220,7 +5231,7 @@ EXAMPLES
|
|
|
5220
5231
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5221
5232
|
```
|
|
5222
5233
|
|
|
5223
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5234
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package/version/update.ts)_
|
|
5224
5235
|
|
|
5225
5236
|
## `sf package1 version create`
|
|
5226
5237
|
|
|
@@ -5287,7 +5298,7 @@ FLAG DESCRIPTIONS
|
|
|
5287
5298
|
subscribers.
|
|
5288
5299
|
```
|
|
5289
5300
|
|
|
5290
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5301
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package1/version/create.ts)_
|
|
5291
5302
|
|
|
5292
5303
|
## `sf package1 version create get`
|
|
5293
5304
|
|
|
@@ -5320,7 +5331,7 @@ EXAMPLES
|
|
|
5320
5331
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5321
5332
|
```
|
|
5322
5333
|
|
|
5323
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5334
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package1/version/create/get.ts)_
|
|
5324
5335
|
|
|
5325
5336
|
## `sf package1 version display`
|
|
5326
5337
|
|
|
@@ -5354,7 +5365,7 @@ EXAMPLES
|
|
|
5354
5365
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5355
5366
|
```
|
|
5356
5367
|
|
|
5357
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5368
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package1/version/display.ts)_
|
|
5358
5369
|
|
|
5359
5370
|
## `sf package1 version list`
|
|
5360
5371
|
|
|
@@ -5392,7 +5403,7 @@ FLAG DESCRIPTIONS
|
|
|
5392
5403
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5393
5404
|
```
|
|
5394
5405
|
|
|
5395
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.
|
|
5406
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.7.2/src/commands/package1/version/list.ts)_
|
|
5396
5407
|
|
|
5397
5408
|
## `sf plugins`
|
|
5398
5409
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.52.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.52.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.2.5",
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.37",
|
|
29
29
|
"@salesforce/plugin-data": "3.5.5",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.17",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.18",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.18",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.18",
|
|
34
34
|
"@salesforce/plugin-org": "4.3.5",
|
|
35
|
-
"@salesforce/plugin-packaging": "2.7.
|
|
35
|
+
"@salesforce/plugin-packaging": "2.7.2",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.19",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.8",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.19",
|
|
@@ -4505,9 +4505,9 @@
|
|
|
4505
4505
|
}
|
|
4506
4506
|
},
|
|
4507
4507
|
"node_modules/@salesforce/plugin-auth": {
|
|
4508
|
-
"version": "3.6.
|
|
4509
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4510
|
-
"integrity": "sha512-
|
|
4508
|
+
"version": "3.6.37",
|
|
4509
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.37.tgz",
|
|
4510
|
+
"integrity": "sha512-AeevcGKVuUrJTIdxpVgBukNXzqP1r8c58cs1fqKr7HyW7Y5bU8SJMWHkLN98dI0TDf/sd+pTSmySE/HZIN7bEg==",
|
|
4511
4511
|
"license": "BSD-3-Clause",
|
|
4512
4512
|
"dependencies": {
|
|
4513
4513
|
"@inquirer/checkbox": "^2.3.10",
|
|
@@ -4685,9 +4685,9 @@
|
|
|
4685
4685
|
"license": "MIT"
|
|
4686
4686
|
},
|
|
4687
4687
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4688
|
-
"version": "2.7.
|
|
4689
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.
|
|
4690
|
-
"integrity": "sha512-
|
|
4688
|
+
"version": "2.7.2",
|
|
4689
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.2.tgz",
|
|
4690
|
+
"integrity": "sha512-dOBzn47OoVfqCpANBcz3nDp6QWH/ZdZxur3Pq8iaHbi6q0C3NJ80eyzNdsV7VCKwhFy4uwGm6trx0UH3e/YokQ==",
|
|
4691
4691
|
"license": "BSD-3-Clause",
|
|
4692
4692
|
"dependencies": {
|
|
4693
4693
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -2232,10 +2232,10 @@
|
|
|
2232
2232
|
"@salesforce/sf-plugins-core" "^11.1.6"
|
|
2233
2233
|
ansis "^3.2.0"
|
|
2234
2234
|
|
|
2235
|
-
"@salesforce/plugin-auth@3.6.
|
|
2236
|
-
version "3.6.
|
|
2237
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2238
|
-
integrity sha512-
|
|
2235
|
+
"@salesforce/plugin-auth@3.6.37":
|
|
2236
|
+
version "3.6.37"
|
|
2237
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.37.tgz"
|
|
2238
|
+
integrity sha512-AeevcGKVuUrJTIdxpVgBukNXzqP1r8c58cs1fqKr7HyW7Y5bU8SJMWHkLN98dI0TDf/sd+pTSmySE/HZIN7bEg==
|
|
2239
2239
|
dependencies:
|
|
2240
2240
|
"@inquirer/checkbox" "^2.3.10"
|
|
2241
2241
|
"@inquirer/select" "^2.3.7"
|
|
@@ -2346,10 +2346,10 @@
|
|
|
2346
2346
|
is-wsl "^3.1.0"
|
|
2347
2347
|
open "^10.1.0"
|
|
2348
2348
|
|
|
2349
|
-
"@salesforce/plugin-packaging@2.7.
|
|
2350
|
-
version "2.7.
|
|
2351
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.
|
|
2352
|
-
integrity sha512-
|
|
2349
|
+
"@salesforce/plugin-packaging@2.7.2":
|
|
2350
|
+
version "2.7.2"
|
|
2351
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.7.2.tgz"
|
|
2352
|
+
integrity sha512-dOBzn47OoVfqCpANBcz3nDp6QWH/ZdZxur3Pq8iaHbi6q0C3NJ80eyzNdsV7VCKwhFy4uwGm6trx0UH3e/YokQ==
|
|
2353
2353
|
dependencies:
|
|
2354
2354
|
"@oclif/core" "^4"
|
|
2355
2355
|
"@salesforce/core" "^8.0.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.52.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -153,14 +153,14 @@
|
|
|
153
153
|
"@salesforce/core": "^8.0.2",
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.2.5",
|
|
156
|
-
"@salesforce/plugin-auth": "3.6.
|
|
156
|
+
"@salesforce/plugin-auth": "3.6.37",
|
|
157
157
|
"@salesforce/plugin-data": "3.5.5",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.17",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.18",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.18",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.18",
|
|
162
162
|
"@salesforce/plugin-org": "4.3.5",
|
|
163
|
-
"@salesforce/plugin-packaging": "2.7.
|
|
163
|
+
"@salesforce/plugin-packaging": "2.7.2",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.19",
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.8",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.19",
|