@salesforce/cli 2.51.6 → 2.52.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 +82 -71
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.1 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
|
|
|
@@ -5692,7 +5703,7 @@ FLAG DESCRIPTIONS
|
|
|
5692
5703
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5693
5704
|
```
|
|
5694
5705
|
|
|
5695
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5706
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/convert/mdapi.ts)_
|
|
5696
5707
|
|
|
5697
5708
|
## `sf project convert source`
|
|
5698
5709
|
|
|
@@ -5704,7 +5715,7 @@ USAGE
|
|
|
5704
5715
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5705
5716
|
|
|
5706
5717
|
FLAGS
|
|
5707
|
-
-d, --output-dir=<value> [default:
|
|
5718
|
+
-d, --output-dir=<value> [default: metadataPackage_1721321483211] Output directory to store the Metadata
|
|
5708
5719
|
API–formatted files in.
|
|
5709
5720
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5710
5721
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5765,7 +5776,7 @@ FLAG DESCRIPTIONS
|
|
|
5765
5776
|
Override the api version used for api requests made by this command
|
|
5766
5777
|
```
|
|
5767
5778
|
|
|
5768
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5779
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/convert/source.ts)_
|
|
5769
5780
|
|
|
5770
5781
|
## `sf project convert source-behavior`
|
|
5771
5782
|
|
|
@@ -5822,7 +5833,7 @@ EXAMPLES
|
|
|
5822
5833
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5823
5834
|
```
|
|
5824
5835
|
|
|
5825
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5836
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/convert/source-behavior.ts)_
|
|
5826
5837
|
|
|
5827
5838
|
## `sf project delete source`
|
|
5828
5839
|
|
|
@@ -5962,7 +5973,7 @@ FLAG DESCRIPTIONS
|
|
|
5962
5973
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5963
5974
|
```
|
|
5964
5975
|
|
|
5965
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5976
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/delete/source.ts)_
|
|
5966
5977
|
|
|
5967
5978
|
## `sf project delete tracking`
|
|
5968
5979
|
|
|
@@ -5999,7 +6010,7 @@ EXAMPLES
|
|
|
5999
6010
|
$ sf project delete tracking --target-org my-scratch
|
|
6000
6011
|
```
|
|
6001
6012
|
|
|
6002
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6013
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/delete/tracking.ts)_
|
|
6003
6014
|
|
|
6004
6015
|
## `sf project deploy cancel`
|
|
6005
6016
|
|
|
@@ -6071,7 +6082,7 @@ FLAG DESCRIPTIONS
|
|
|
6071
6082
|
project deploy report".
|
|
6072
6083
|
```
|
|
6073
6084
|
|
|
6074
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6085
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/cancel.ts)_
|
|
6075
6086
|
|
|
6076
6087
|
## `sf project deploy preview`
|
|
6077
6088
|
|
|
@@ -6154,7 +6165,7 @@ FLAG DESCRIPTIONS
|
|
|
6154
6165
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6155
6166
|
```
|
|
6156
6167
|
|
|
6157
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6168
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/preview.ts)_
|
|
6158
6169
|
|
|
6159
6170
|
## `sf project deploy quick`
|
|
6160
6171
|
|
|
@@ -6247,7 +6258,7 @@ ERROR CODES
|
|
|
6247
6258
|
Canceling (69) The deploy is being canceled.
|
|
6248
6259
|
```
|
|
6249
6260
|
|
|
6250
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6261
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/quick.ts)_
|
|
6251
6262
|
|
|
6252
6263
|
## `sf project deploy report`
|
|
6253
6264
|
|
|
@@ -6339,7 +6350,7 @@ FLAG DESCRIPTIONS
|
|
|
6339
6350
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6340
6351
|
```
|
|
6341
6352
|
|
|
6342
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6353
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/report.ts)_
|
|
6343
6354
|
|
|
6344
6355
|
## `sf project deploy resume`
|
|
6345
6356
|
|
|
@@ -6436,7 +6447,7 @@ ERROR CODES
|
|
|
6436
6447
|
Canceling (69) The deploy is being canceled.
|
|
6437
6448
|
```
|
|
6438
6449
|
|
|
6439
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6450
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/resume.ts)_
|
|
6440
6451
|
|
|
6441
6452
|
## `sf project deploy start`
|
|
6442
6453
|
|
|
@@ -6689,7 +6700,7 @@ ERROR CODES
|
|
|
6689
6700
|
Canceling (69) The deploy is being canceled.
|
|
6690
6701
|
```
|
|
6691
6702
|
|
|
6692
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6703
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/start.ts)_
|
|
6693
6704
|
|
|
6694
6705
|
## `sf project deploy validate`
|
|
6695
6706
|
|
|
@@ -6879,7 +6890,7 @@ ERROR CODES
|
|
|
6879
6890
|
Canceling (69) The deploy is being canceled.
|
|
6880
6891
|
```
|
|
6881
6892
|
|
|
6882
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6893
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/validate.ts)_
|
|
6883
6894
|
|
|
6884
6895
|
## `sf project generate`
|
|
6885
6896
|
|
|
@@ -7061,7 +7072,7 @@ EXAMPLES
|
|
|
7061
7072
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7062
7073
|
```
|
|
7063
7074
|
|
|
7064
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7075
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/generate/manifest.ts)_
|
|
7065
7076
|
|
|
7066
7077
|
## `sf project list ignored`
|
|
7067
7078
|
|
|
@@ -7103,7 +7114,7 @@ EXAMPLES
|
|
|
7103
7114
|
$ sf project list ignored --source-dir package.xml
|
|
7104
7115
|
```
|
|
7105
7116
|
|
|
7106
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7117
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/list/ignored.ts)_
|
|
7107
7118
|
|
|
7108
7119
|
## `sf project reset tracking`
|
|
7109
7120
|
|
|
@@ -7152,7 +7163,7 @@ EXAMPLES
|
|
|
7152
7163
|
$ sf project reset tracking --revision 30
|
|
7153
7164
|
```
|
|
7154
7165
|
|
|
7155
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7166
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/reset/tracking.ts)_
|
|
7156
7167
|
|
|
7157
7168
|
## `sf project retrieve preview`
|
|
7158
7169
|
|
|
@@ -7206,7 +7217,7 @@ FLAG DESCRIPTIONS
|
|
|
7206
7217
|
production orgs.
|
|
7207
7218
|
```
|
|
7208
7219
|
|
|
7209
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7220
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/retrieve/preview.ts)_
|
|
7210
7221
|
|
|
7211
7222
|
## `sf project retrieve start`
|
|
7212
7223
|
|
|
@@ -7371,7 +7382,7 @@ ENVIRONMENT VARIABLES
|
|
|
7371
7382
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7372
7383
|
```
|
|
7373
7384
|
|
|
7374
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7385
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/retrieve/start.ts)_
|
|
7375
7386
|
|
|
7376
7387
|
## `sf schema generate field`
|
|
7377
7388
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.52.1",
|
|
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.1",
|
|
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
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.18",
|
|
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",
|
|
@@ -4586,9 +4586,9 @@
|
|
|
4586
4586
|
"license": "MIT"
|
|
4587
4587
|
},
|
|
4588
4588
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4589
|
-
"version": "3.9.
|
|
4590
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
4591
|
-
"integrity": "sha512-
|
|
4589
|
+
"version": "3.9.18",
|
|
4590
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.18.tgz",
|
|
4591
|
+
"integrity": "sha512-XCyQz3rDTrIpoG9C0NEXxT8CVtAvcZSiPlNBpJ5wxMo1+T7CjWaTHwGKP7QyA72s6PP7t4a0fSx0gyj1QenSmA==",
|
|
4592
4592
|
"license": "BSD-3-Clause",
|
|
4593
4593
|
"dependencies": {
|
|
4594
4594
|
"@oclif/core": "^4.0.12",
|
|
@@ -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"
|
|
@@ -2278,10 +2278,10 @@
|
|
|
2278
2278
|
csv-stringify "^6.5.0"
|
|
2279
2279
|
form-data "^4.0.0"
|
|
2280
2280
|
|
|
2281
|
-
"@salesforce/plugin-deploy-retrieve@3.9.
|
|
2282
|
-
version "3.9.
|
|
2283
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
2284
|
-
integrity sha512-
|
|
2281
|
+
"@salesforce/plugin-deploy-retrieve@3.9.18":
|
|
2282
|
+
version "3.9.18"
|
|
2283
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.18.tgz"
|
|
2284
|
+
integrity sha512-XCyQz3rDTrIpoG9C0NEXxT8CVtAvcZSiPlNBpJ5wxMo1+T7CjWaTHwGKP7QyA72s6PP7t4a0fSx0gyj1QenSmA==
|
|
2285
2285
|
dependencies:
|
|
2286
2286
|
"@oclif/core" "^4.0.12"
|
|
2287
2287
|
"@salesforce/apex-node" "^7.0.4"
|
|
@@ -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.1",
|
|
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
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
158
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.18",
|
|
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",
|