@salesforce/cli 2.16.7 → 2.17.1-esm.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 +9 -9
- package/npm-shrinkwrap.json +742 -964
- package/oclif.manifest.json +527 -251
- package/package.json +9 -7
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.17.1-esm.0 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1732,7 +1732,7 @@ EXAMPLES
|
|
|
1732
1732
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1733
1733
|
```
|
|
1734
1734
|
|
|
1735
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
1735
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.52-dev.0/src/commands/doctor.ts)_
|
|
1736
1736
|
|
|
1737
1737
|
## `sf force data bulk delete`
|
|
1738
1738
|
|
|
@@ -3205,7 +3205,7 @@ EXAMPLES
|
|
|
3205
3205
|
$ sf info releasenotes display --version latest
|
|
3206
3206
|
```
|
|
3207
3207
|
|
|
3208
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
3208
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.52-dev.0/src/commands/info/releasenotes/display.ts)_
|
|
3209
3209
|
|
|
3210
3210
|
## `sf lightning generate app`
|
|
3211
3211
|
|
|
@@ -5117,7 +5117,7 @@ EXAMPLES
|
|
|
5117
5117
|
$ sf plugins
|
|
5118
5118
|
```
|
|
5119
5119
|
|
|
5120
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5120
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/index.ts)_
|
|
5121
5121
|
|
|
5122
5122
|
## `sf plugins discover`
|
|
5123
5123
|
|
|
@@ -5161,7 +5161,7 @@ EXAMPLES
|
|
|
5161
5161
|
$ sf plugins:inspect myplugin
|
|
5162
5162
|
```
|
|
5163
5163
|
|
|
5164
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5164
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/inspect.ts)_
|
|
5165
5165
|
|
|
5166
5166
|
## `sf plugins:install PLUGIN...`
|
|
5167
5167
|
|
|
@@ -5202,7 +5202,7 @@ EXAMPLES
|
|
|
5202
5202
|
$ sf plugins:install someuser/someplugin
|
|
5203
5203
|
```
|
|
5204
5204
|
|
|
5205
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5205
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/install.ts)_
|
|
5206
5206
|
|
|
5207
5207
|
## `sf plugins:link PLUGIN`
|
|
5208
5208
|
|
|
@@ -5232,7 +5232,7 @@ EXAMPLES
|
|
|
5232
5232
|
$ sf plugins:link myplugin
|
|
5233
5233
|
```
|
|
5234
5234
|
|
|
5235
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5235
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/link.ts)_
|
|
5236
5236
|
|
|
5237
5237
|
## `sf plugins trust verify`
|
|
5238
5238
|
|
|
@@ -5285,7 +5285,7 @@ ALIASES
|
|
|
5285
5285
|
$ sf plugins remove
|
|
5286
5286
|
```
|
|
5287
5287
|
|
|
5288
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5288
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/uninstall.ts)_
|
|
5289
5289
|
|
|
5290
5290
|
## `sf plugins update`
|
|
5291
5291
|
|
|
@@ -5303,7 +5303,7 @@ DESCRIPTION
|
|
|
5303
5303
|
Update installed plugins.
|
|
5304
5304
|
```
|
|
5305
5305
|
|
|
5306
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.
|
|
5306
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.2/src/commands/plugins/update.ts)_
|
|
5307
5307
|
|
|
5308
5308
|
## `sf project convert mdapi`
|
|
5309
5309
|
|