@salesforce/cli 2.111.6 → 2.111.7
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 +80 -36
- 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
|
@@ -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.111.
|
|
28
|
+
@salesforce/cli/2.111.7 linux-x64 node-v22.20.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -160,6 +160,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
160
160
|
- [`sf package version list`](#sf-package-version-list)
|
|
161
161
|
- [`sf package version promote`](#sf-package-version-promote)
|
|
162
162
|
- [`sf package version report`](#sf-package-version-report)
|
|
163
|
+
- [`sf package version retrieve`](#sf-package-version-retrieve)
|
|
163
164
|
- [`sf package version update`](#sf-package-version-update)
|
|
164
165
|
- [`sf package1 version create`](#sf-package1-version-create)
|
|
165
166
|
- [`sf package1 version create get`](#sf-package1-version-create-get)
|
|
@@ -5811,7 +5812,7 @@ FLAG DESCRIPTIONS
|
|
|
5811
5812
|
--installation-key-bypass flag is required.
|
|
5812
5813
|
```
|
|
5813
5814
|
|
|
5814
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5815
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/convert.ts)_
|
|
5815
5816
|
|
|
5816
5817
|
## `sf package create`
|
|
5817
5818
|
|
|
@@ -5890,7 +5891,7 @@ FLAG DESCRIPTIONS
|
|
|
5890
5891
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5891
5892
|
```
|
|
5892
5893
|
|
|
5893
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5894
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/create.ts)_
|
|
5894
5895
|
|
|
5895
5896
|
## `sf package delete`
|
|
5896
5897
|
|
|
@@ -5932,7 +5933,7 @@ EXAMPLES
|
|
|
5932
5933
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5933
5934
|
```
|
|
5934
5935
|
|
|
5935
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5936
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/delete.ts)_
|
|
5936
5937
|
|
|
5937
5938
|
## `sf package install`
|
|
5938
5939
|
|
|
@@ -6031,7 +6032,7 @@ FLAG DESCRIPTIONS
|
|
|
6031
6032
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6032
6033
|
```
|
|
6033
6034
|
|
|
6034
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6035
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/install.ts)_
|
|
6035
6036
|
|
|
6036
6037
|
## `sf package install report`
|
|
6037
6038
|
|
|
@@ -6064,7 +6065,7 @@ EXAMPLES
|
|
|
6064
6065
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6065
6066
|
```
|
|
6066
6067
|
|
|
6067
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6068
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/install/report.ts)_
|
|
6068
6069
|
|
|
6069
6070
|
## `sf package installed list`
|
|
6070
6071
|
|
|
@@ -6096,7 +6097,7 @@ EXAMPLES
|
|
|
6096
6097
|
$ sf package installed list --target-org me@example.com
|
|
6097
6098
|
```
|
|
6098
6099
|
|
|
6099
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6100
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/installed/list.ts)_
|
|
6100
6101
|
|
|
6101
6102
|
## `sf package list`
|
|
6102
6103
|
|
|
@@ -6134,7 +6135,7 @@ EXAMPLES
|
|
|
6134
6135
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6135
6136
|
```
|
|
6136
6137
|
|
|
6137
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6138
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/list.ts)_
|
|
6138
6139
|
|
|
6139
6140
|
## `sf package push-upgrade abort`
|
|
6140
6141
|
|
|
@@ -6173,7 +6174,7 @@ EXAMPLES
|
|
|
6173
6174
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6174
6175
|
```
|
|
6175
6176
|
|
|
6176
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6177
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/abort.ts)_
|
|
6177
6178
|
|
|
6178
6179
|
## `sf package push-upgrade list`
|
|
6179
6180
|
|
|
@@ -6232,7 +6233,7 @@ EXAMPLES
|
|
|
6232
6233
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6233
6234
|
```
|
|
6234
6235
|
|
|
6235
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6236
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/list.ts)_
|
|
6236
6237
|
|
|
6237
6238
|
## `sf package push-upgrade report`
|
|
6238
6239
|
|
|
@@ -6274,7 +6275,7 @@ EXAMPLES
|
|
|
6274
6275
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6275
6276
|
```
|
|
6276
6277
|
|
|
6277
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6278
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/report.ts)_
|
|
6278
6279
|
|
|
6279
6280
|
## `sf package push-upgrade schedule`
|
|
6280
6281
|
|
|
@@ -6361,7 +6362,7 @@ FLAG DESCRIPTIONS
|
|
|
6361
6362
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6362
6363
|
```
|
|
6363
6364
|
|
|
6364
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6365
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/schedule.ts)_
|
|
6365
6366
|
|
|
6366
6367
|
## `sf package uninstall`
|
|
6367
6368
|
|
|
@@ -6409,7 +6410,7 @@ EXAMPLES
|
|
|
6409
6410
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6410
6411
|
```
|
|
6411
6412
|
|
|
6412
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6413
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/uninstall.ts)_
|
|
6413
6414
|
|
|
6414
6415
|
## `sf package uninstall report`
|
|
6415
6416
|
|
|
@@ -6442,7 +6443,7 @@ EXAMPLES
|
|
|
6442
6443
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6443
6444
|
```
|
|
6444
6445
|
|
|
6445
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6446
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/uninstall/report.ts)_
|
|
6446
6447
|
|
|
6447
6448
|
## `sf package update`
|
|
6448
6449
|
|
|
@@ -6505,7 +6506,7 @@ FLAG DESCRIPTIONS
|
|
|
6505
6506
|
notified to upgrade to the recommended version.
|
|
6506
6507
|
```
|
|
6507
6508
|
|
|
6508
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6509
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/update.ts)_
|
|
6509
6510
|
|
|
6510
6511
|
## `sf package version create`
|
|
6511
6512
|
|
|
@@ -6680,7 +6681,7 @@ FLAG DESCRIPTIONS
|
|
|
6680
6681
|
periods of no output from commands.
|
|
6681
6682
|
```
|
|
6682
6683
|
|
|
6683
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6684
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create.ts)_
|
|
6684
6685
|
|
|
6685
6686
|
## `sf package version create list`
|
|
6686
6687
|
|
|
@@ -6741,7 +6742,7 @@ EXAMPLES
|
|
|
6741
6742
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6742
6743
|
```
|
|
6743
6744
|
|
|
6744
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6745
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create/list.ts)_
|
|
6745
6746
|
|
|
6746
6747
|
## `sf package version create report`
|
|
6747
6748
|
|
|
@@ -6784,7 +6785,7 @@ EXAMPLES
|
|
|
6784
6785
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6785
6786
|
```
|
|
6786
6787
|
|
|
6787
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6788
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create/report.ts)_
|
|
6788
6789
|
|
|
6789
6790
|
## `sf package version delete`
|
|
6790
6791
|
|
|
@@ -6825,7 +6826,7 @@ EXAMPLES
|
|
|
6825
6826
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6826
6827
|
```
|
|
6827
6828
|
|
|
6828
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6829
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/delete.ts)_
|
|
6829
6830
|
|
|
6830
6831
|
## `sf package version displayancestry`
|
|
6831
6832
|
|
|
@@ -6885,7 +6886,7 @@ FLAG DESCRIPTIONS
|
|
|
6885
6886
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6886
6887
|
```
|
|
6887
6888
|
|
|
6888
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6889
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/displayancestry.ts)_
|
|
6889
6890
|
|
|
6890
6891
|
## `sf package version displaydependencies`
|
|
6891
6892
|
|
|
@@ -6947,7 +6948,7 @@ FLAG DESCRIPTIONS
|
|
|
6947
6948
|
package, which must be installed last.
|
|
6948
6949
|
```
|
|
6949
6950
|
|
|
6950
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6951
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/displaydependencies.ts)_
|
|
6951
6952
|
|
|
6952
6953
|
## `sf package version list`
|
|
6953
6954
|
|
|
@@ -7023,7 +7024,7 @@ EXAMPLES
|
|
|
7023
7024
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7024
7025
|
```
|
|
7025
7026
|
|
|
7026
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7027
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/list.ts)_
|
|
7027
7028
|
|
|
7028
7029
|
## `sf package version promote`
|
|
7029
7030
|
|
|
@@ -7067,7 +7068,7 @@ EXAMPLES
|
|
|
7067
7068
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7068
7069
|
```
|
|
7069
7070
|
|
|
7070
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7071
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/promote.ts)_
|
|
7071
7072
|
|
|
7072
7073
|
## `sf package version report`
|
|
7073
7074
|
|
|
@@ -7107,7 +7108,50 @@ EXAMPLES
|
|
|
7107
7108
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7108
7109
|
```
|
|
7109
7110
|
|
|
7110
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7111
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/report.ts)_
|
|
7112
|
+
|
|
7113
|
+
## `sf package version retrieve`
|
|
7114
|
+
|
|
7115
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation managed package versions or unlocked packages only.
|
|
7116
|
+
|
|
7117
|
+
```
|
|
7118
|
+
USAGE
|
|
7119
|
+
$ sf package version retrieve -v <value> -p <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d
|
|
7120
|
+
<value>]
|
|
7121
|
+
|
|
7122
|
+
FLAGS
|
|
7123
|
+
-d, --output-dir=<value> [default: force-app] Path within your Salesforce DX project directory in which to
|
|
7124
|
+
download the metadata. This directory must be empty.
|
|
7125
|
+
-p, --package=<value> (required) Subscriber package version ID (starts with 04t).
|
|
7126
|
+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
7127
|
+
configuration variable is already set.
|
|
7128
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
7129
|
+
|
|
7130
|
+
GLOBAL FLAGS
|
|
7131
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
7132
|
+
--json Format output as json.
|
|
7133
|
+
|
|
7134
|
+
DESCRIPTION
|
|
7135
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation
|
|
7136
|
+
managed package versions or unlocked packages only.
|
|
7137
|
+
|
|
7138
|
+
Retrieving a package version downloads the metadata into the directory you specify.
|
|
7139
|
+
|
|
7140
|
+
When you run this command, specify the subscriber package version ID (starts with 04t) and the path to an empty
|
|
7141
|
+
directory.
|
|
7142
|
+
|
|
7143
|
+
By default, the package version retrieve command is available to 2GP managed packages that were converted from 1GP. To
|
|
7144
|
+
use this command with a managed package created using 2GP (not converted from 1GP) or with an unlocked package,
|
|
7145
|
+
specify IsDevUsePkgZipRequested = true in the Package2VersionCreateRequest Tooling API object. If you run this command
|
|
7146
|
+
and the zip folder with the package version’s source files is missing, confirm that IsDevUsePkgZipRequested is set to
|
|
7147
|
+
true.
|
|
7148
|
+
|
|
7149
|
+
EXAMPLES
|
|
7150
|
+
Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within your Salesforce DX project directory:
|
|
7151
|
+
sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7152
|
+
```
|
|
7153
|
+
|
|
7154
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/retrieve.ts)_
|
|
7111
7155
|
|
|
7112
7156
|
## `sf package version update`
|
|
7113
7157
|
|
|
@@ -7160,7 +7204,7 @@ EXAMPLES
|
|
|
7160
7204
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7161
7205
|
```
|
|
7162
7206
|
|
|
7163
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7207
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/update.ts)_
|
|
7164
7208
|
|
|
7165
7209
|
## `sf package1 version create`
|
|
7166
7210
|
|
|
@@ -7227,7 +7271,7 @@ FLAG DESCRIPTIONS
|
|
|
7227
7271
|
subscribers.
|
|
7228
7272
|
```
|
|
7229
7273
|
|
|
7230
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7274
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/create.ts)_
|
|
7231
7275
|
|
|
7232
7276
|
## `sf package1 version create get`
|
|
7233
7277
|
|
|
@@ -7260,7 +7304,7 @@ EXAMPLES
|
|
|
7260
7304
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7261
7305
|
```
|
|
7262
7306
|
|
|
7263
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7307
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/create/get.ts)_
|
|
7264
7308
|
|
|
7265
7309
|
## `sf package1 version display`
|
|
7266
7310
|
|
|
@@ -7294,7 +7338,7 @@ EXAMPLES
|
|
|
7294
7338
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7295
7339
|
```
|
|
7296
7340
|
|
|
7297
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7341
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/display.ts)_
|
|
7298
7342
|
|
|
7299
7343
|
## `sf package1 version list`
|
|
7300
7344
|
|
|
@@ -7332,7 +7376,7 @@ FLAG DESCRIPTIONS
|
|
|
7332
7376
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7333
7377
|
```
|
|
7334
7378
|
|
|
7335
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7379
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/list.ts)_
|
|
7336
7380
|
|
|
7337
7381
|
## `sf plugins`
|
|
7338
7382
|
|
|
@@ -7355,7 +7399,7 @@ EXAMPLES
|
|
|
7355
7399
|
$ sf plugins
|
|
7356
7400
|
```
|
|
7357
7401
|
|
|
7358
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7402
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/index.ts)_
|
|
7359
7403
|
|
|
7360
7404
|
## `sf plugins discover`
|
|
7361
7405
|
|
|
@@ -7400,7 +7444,7 @@ EXAMPLES
|
|
|
7400
7444
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7401
7445
|
```
|
|
7402
7446
|
|
|
7403
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7447
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/inspect.ts)_
|
|
7404
7448
|
|
|
7405
7449
|
## `sf plugins install PLUGIN`
|
|
7406
7450
|
|
|
@@ -7449,7 +7493,7 @@ EXAMPLES
|
|
|
7449
7493
|
$ sf plugins install someuser/someplugin
|
|
7450
7494
|
```
|
|
7451
7495
|
|
|
7452
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7496
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/install.ts)_
|
|
7453
7497
|
|
|
7454
7498
|
## `sf plugins link PATH`
|
|
7455
7499
|
|
|
@@ -7480,7 +7524,7 @@ EXAMPLES
|
|
|
7480
7524
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7481
7525
|
```
|
|
7482
7526
|
|
|
7483
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7527
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/link.ts)_
|
|
7484
7528
|
|
|
7485
7529
|
## `sf plugins reset`
|
|
7486
7530
|
|
|
@@ -7495,7 +7539,7 @@ FLAGS
|
|
|
7495
7539
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7496
7540
|
```
|
|
7497
7541
|
|
|
7498
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7542
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/reset.ts)_
|
|
7499
7543
|
|
|
7500
7544
|
## `sf plugins trust verify`
|
|
7501
7545
|
|
|
@@ -7552,7 +7596,7 @@ EXAMPLES
|
|
|
7552
7596
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7553
7597
|
```
|
|
7554
7598
|
|
|
7555
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7599
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/uninstall.ts)_
|
|
7556
7600
|
|
|
7557
7601
|
## `sf plugins update`
|
|
7558
7602
|
|
|
@@ -7570,7 +7614,7 @@ DESCRIPTION
|
|
|
7570
7614
|
Update installed plugins.
|
|
7571
7615
|
```
|
|
7572
7616
|
|
|
7573
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7617
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/update.ts)_
|
|
7574
7618
|
|
|
7575
7619
|
## `sf project convert mdapi`
|
|
7576
7620
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.111.
|
|
3
|
+
"version": "2.111.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.111.
|
|
9
|
+
"version": "2.111.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "4.1.37",
|
|
17
17
|
"@oclif/plugin-help": "6.2.34",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.71",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.52",
|
|
20
20
|
"@oclif/plugin-search": "1.2.34",
|
|
21
21
|
"@oclif/plugin-update": "4.7.13",
|
|
22
22
|
"@oclif/plugin-version": "2.2.35",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.70",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.41",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.23.0",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.86",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.50",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.77",
|
|
@@ -4007,9 +4007,9 @@
|
|
|
4007
4007
|
}
|
|
4008
4008
|
},
|
|
4009
4009
|
"node_modules/@oclif/plugin-plugins": {
|
|
4010
|
-
"version": "5.4.
|
|
4011
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
4012
|
-
"integrity": "sha512-
|
|
4010
|
+
"version": "5.4.52",
|
|
4011
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.52.tgz",
|
|
4012
|
+
"integrity": "sha512-OWdTWM7bQ81x8fis+HaFN7nmNvGzF6g6XZ89jWmtWCL4kgHc/v7YZnujr31C5vAyV1OWDaqWdLOB1RoTdvX3rQ==",
|
|
4013
4013
|
"license": "MIT",
|
|
4014
4014
|
"dependencies": {
|
|
4015
4015
|
"@oclif/core": "^4.7.2",
|
|
@@ -5374,9 +5374,9 @@
|
|
|
5374
5374
|
}
|
|
5375
5375
|
},
|
|
5376
5376
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5377
|
-
"version": "2.
|
|
5378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
5379
|
-
"integrity": "sha512-
|
|
5377
|
+
"version": "2.23.0",
|
|
5378
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.23.0.tgz",
|
|
5379
|
+
"integrity": "sha512-hkSmXYnKz7OtCkg90YjMCVSizux1dt3UaE0Mi+mJnxK9IdkOTeC4+m4aFySjZuRVb1jGbWpXCyxQHJEFipHOCg==",
|
|
5380
5380
|
"license": "Apache-2.0",
|
|
5381
5381
|
"dependencies": {
|
|
5382
5382
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1743,10 +1743,10 @@
|
|
|
1743
1743
|
ansis "^3.17.0"
|
|
1744
1744
|
fast-levenshtein "^3.0.0"
|
|
1745
1745
|
|
|
1746
|
-
"@oclif/plugin-plugins@5.4.
|
|
1747
|
-
version "5.4.
|
|
1748
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1749
|
-
integrity sha512-
|
|
1746
|
+
"@oclif/plugin-plugins@5.4.52":
|
|
1747
|
+
version "5.4.52"
|
|
1748
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.52.tgz"
|
|
1749
|
+
integrity sha512-OWdTWM7bQ81x8fis+HaFN7nmNvGzF6g6XZ89jWmtWCL4kgHc/v7YZnujr31C5vAyV1OWDaqWdLOB1RoTdvX3rQ==
|
|
1750
1750
|
dependencies:
|
|
1751
1751
|
"@oclif/core" "^4.7.2"
|
|
1752
1752
|
ansis "^3.17.0"
|
|
@@ -2351,10 +2351,10 @@
|
|
|
2351
2351
|
open "^10.2.0"
|
|
2352
2352
|
terminal-link "^3.0.0"
|
|
2353
2353
|
|
|
2354
|
-
"@salesforce/plugin-packaging@2.
|
|
2355
|
-
version "2.
|
|
2356
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
2357
|
-
integrity sha512-
|
|
2354
|
+
"@salesforce/plugin-packaging@2.23.0":
|
|
2355
|
+
version "2.23.0"
|
|
2356
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.23.0.tgz"
|
|
2357
|
+
integrity sha512-hkSmXYnKz7OtCkg90YjMCVSizux1dt3UaE0Mi+mJnxK9IdkOTeC4+m4aFySjZuRVb1jGbWpXCyxQHJEFipHOCg==
|
|
2358
2358
|
dependencies:
|
|
2359
2359
|
"@oclif/core" "^4"
|
|
2360
2360
|
"@salesforce/core" "^8.23.3"
|
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.111.
|
|
4
|
+
"version": "2.111.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@oclif/plugin-commands": "4.1.37",
|
|
150
150
|
"@oclif/plugin-help": "6.2.34",
|
|
151
151
|
"@oclif/plugin-not-found": "3.2.71",
|
|
152
|
-
"@oclif/plugin-plugins": "5.4.
|
|
152
|
+
"@oclif/plugin-plugins": "5.4.52",
|
|
153
153
|
"@oclif/plugin-search": "1.2.34",
|
|
154
154
|
"@oclif/plugin-update": "4.7.13",
|
|
155
155
|
"@oclif/plugin-version": "2.2.35",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.70",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
169
|
"@salesforce/plugin-org": "5.9.41",
|
|
170
|
-
"@salesforce/plugin-packaging": "2.
|
|
170
|
+
"@salesforce/plugin-packaging": "2.23.0",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.86",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.50",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.77",
|