@salesforce/cli 2.68.5 → 2.68.6
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 +23 -23
- package/npm-shrinkwrap.json +1804 -542
- package/oclif.lock +753 -389
- package/oclif.manifest.json +111 -111
- package/package.json +5 -5
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.68.
|
|
27
|
+
@salesforce/cli/2.68.6 linux-x64 node-v22.11.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -4909,7 +4909,7 @@ FLAG DESCRIPTIONS
|
|
|
4909
4909
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4910
4910
|
```
|
|
4911
4911
|
|
|
4912
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4912
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/create.ts)_
|
|
4913
4913
|
|
|
4914
4914
|
## `sf package delete`
|
|
4915
4915
|
|
|
@@ -4951,7 +4951,7 @@ EXAMPLES
|
|
|
4951
4951
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4952
4952
|
```
|
|
4953
4953
|
|
|
4954
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4954
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/delete.ts)_
|
|
4955
4955
|
|
|
4956
4956
|
## `sf package install`
|
|
4957
4957
|
|
|
@@ -5050,7 +5050,7 @@ FLAG DESCRIPTIONS
|
|
|
5050
5050
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5051
5051
|
```
|
|
5052
5052
|
|
|
5053
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5053
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/install.ts)_
|
|
5054
5054
|
|
|
5055
5055
|
## `sf package install report`
|
|
5056
5056
|
|
|
@@ -5083,7 +5083,7 @@ EXAMPLES
|
|
|
5083
5083
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5084
5084
|
```
|
|
5085
5085
|
|
|
5086
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5086
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/install/report.ts)_
|
|
5087
5087
|
|
|
5088
5088
|
## `sf package installed list`
|
|
5089
5089
|
|
|
@@ -5115,7 +5115,7 @@ EXAMPLES
|
|
|
5115
5115
|
$ sf package installed list --target-org me@example.com
|
|
5116
5116
|
```
|
|
5117
5117
|
|
|
5118
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5118
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/installed/list.ts)_
|
|
5119
5119
|
|
|
5120
5120
|
## `sf package list`
|
|
5121
5121
|
|
|
@@ -5153,7 +5153,7 @@ EXAMPLES
|
|
|
5153
5153
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5154
5154
|
```
|
|
5155
5155
|
|
|
5156
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5156
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/list.ts)_
|
|
5157
5157
|
|
|
5158
5158
|
## `sf package uninstall`
|
|
5159
5159
|
|
|
@@ -5201,7 +5201,7 @@ EXAMPLES
|
|
|
5201
5201
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5202
5202
|
```
|
|
5203
5203
|
|
|
5204
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5204
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/uninstall.ts)_
|
|
5205
5205
|
|
|
5206
5206
|
## `sf package uninstall report`
|
|
5207
5207
|
|
|
@@ -5234,7 +5234,7 @@ EXAMPLES
|
|
|
5234
5234
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5235
5235
|
```
|
|
5236
5236
|
|
|
5237
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5237
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/uninstall/report.ts)_
|
|
5238
5238
|
|
|
5239
5239
|
## `sf package update`
|
|
5240
5240
|
|
|
@@ -5289,7 +5289,7 @@ FLAG DESCRIPTIONS
|
|
|
5289
5289
|
associated with your package.
|
|
5290
5290
|
```
|
|
5291
5291
|
|
|
5292
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5292
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/update.ts)_
|
|
5293
5293
|
|
|
5294
5294
|
## `sf package version create`
|
|
5295
5295
|
|
|
@@ -5464,7 +5464,7 @@ FLAG DESCRIPTIONS
|
|
|
5464
5464
|
periods of no output from commands.
|
|
5465
5465
|
```
|
|
5466
5466
|
|
|
5467
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5467
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/create.ts)_
|
|
5468
5468
|
|
|
5469
5469
|
## `sf package version create list`
|
|
5470
5470
|
|
|
@@ -5525,7 +5525,7 @@ EXAMPLES
|
|
|
5525
5525
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5526
5526
|
```
|
|
5527
5527
|
|
|
5528
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5528
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/create/list.ts)_
|
|
5529
5529
|
|
|
5530
5530
|
## `sf package version create report`
|
|
5531
5531
|
|
|
@@ -5568,7 +5568,7 @@ EXAMPLES
|
|
|
5568
5568
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5569
5569
|
```
|
|
5570
5570
|
|
|
5571
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5571
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/create/report.ts)_
|
|
5572
5572
|
|
|
5573
5573
|
## `sf package version delete`
|
|
5574
5574
|
|
|
@@ -5609,7 +5609,7 @@ EXAMPLES
|
|
|
5609
5609
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5610
5610
|
```
|
|
5611
5611
|
|
|
5612
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5612
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/delete.ts)_
|
|
5613
5613
|
|
|
5614
5614
|
## `sf package version displayancestry`
|
|
5615
5615
|
|
|
@@ -5669,7 +5669,7 @@ FLAG DESCRIPTIONS
|
|
|
5669
5669
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5670
5670
|
```
|
|
5671
5671
|
|
|
5672
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5672
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/displayancestry.ts)_
|
|
5673
5673
|
|
|
5674
5674
|
## `sf package version list`
|
|
5675
5675
|
|
|
@@ -5745,7 +5745,7 @@ EXAMPLES
|
|
|
5745
5745
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5746
5746
|
```
|
|
5747
5747
|
|
|
5748
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5748
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/list.ts)_
|
|
5749
5749
|
|
|
5750
5750
|
## `sf package version promote`
|
|
5751
5751
|
|
|
@@ -5789,7 +5789,7 @@ EXAMPLES
|
|
|
5789
5789
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5790
5790
|
```
|
|
5791
5791
|
|
|
5792
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5792
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/promote.ts)_
|
|
5793
5793
|
|
|
5794
5794
|
## `sf package version report`
|
|
5795
5795
|
|
|
@@ -5829,7 +5829,7 @@ EXAMPLES
|
|
|
5829
5829
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5830
5830
|
```
|
|
5831
5831
|
|
|
5832
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5832
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/report.ts)_
|
|
5833
5833
|
|
|
5834
5834
|
## `sf package version update`
|
|
5835
5835
|
|
|
@@ -5882,7 +5882,7 @@ EXAMPLES
|
|
|
5882
5882
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5883
5883
|
```
|
|
5884
5884
|
|
|
5885
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5885
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/update.ts)_
|
|
5886
5886
|
|
|
5887
5887
|
## `sf package1 version create`
|
|
5888
5888
|
|
|
@@ -5949,7 +5949,7 @@ FLAG DESCRIPTIONS
|
|
|
5949
5949
|
subscribers.
|
|
5950
5950
|
```
|
|
5951
5951
|
|
|
5952
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5952
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package1/version/create.ts)_
|
|
5953
5953
|
|
|
5954
5954
|
## `sf package1 version create get`
|
|
5955
5955
|
|
|
@@ -5982,7 +5982,7 @@ EXAMPLES
|
|
|
5982
5982
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5983
5983
|
```
|
|
5984
5984
|
|
|
5985
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5985
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package1/version/create/get.ts)_
|
|
5986
5986
|
|
|
5987
5987
|
## `sf package1 version display`
|
|
5988
5988
|
|
|
@@ -6016,7 +6016,7 @@ EXAMPLES
|
|
|
6016
6016
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6017
6017
|
```
|
|
6018
6018
|
|
|
6019
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6019
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package1/version/display.ts)_
|
|
6020
6020
|
|
|
6021
6021
|
## `sf package1 version list`
|
|
6022
6022
|
|
|
@@ -6054,7 +6054,7 @@ FLAG DESCRIPTIONS
|
|
|
6054
6054
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6055
6055
|
```
|
|
6056
6056
|
|
|
6057
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6057
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package1/version/list.ts)_
|
|
6058
6058
|
|
|
6059
6059
|
## `sf plugins`
|
|
6060
6060
|
|