@salesforce/cli 2.74.3 → 2.74.4
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 +14 -14
- package/npm-shrinkwrap.json +303 -139
- package/oclif.lock +164 -124
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.74.
|
|
27
|
+
@salesforce/cli/2.74.4 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1054,7 +1054,7 @@ EXAMPLES
|
|
|
1054
1054
|
$ sf autocomplete --refresh-cache
|
|
1055
1055
|
```
|
|
1056
1056
|
|
|
1057
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1057
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.18/src/commands/autocomplete/index.ts)_
|
|
1058
1058
|
|
|
1059
1059
|
## `sf commands`
|
|
1060
1060
|
|
|
@@ -1083,7 +1083,7 @@ DESCRIPTION
|
|
|
1083
1083
|
List all sf commands.
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1086
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.17/src/commands/commands.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf config get`
|
|
1089
1089
|
|
|
@@ -2651,7 +2651,7 @@ DESCRIPTION
|
|
|
2651
2651
|
Display help for sf.
|
|
2652
2652
|
```
|
|
2653
2653
|
|
|
2654
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2654
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.22/src/commands/help.ts)_
|
|
2655
2655
|
|
|
2656
2656
|
## `sf info releasenotes display`
|
|
2657
2657
|
|
|
@@ -6085,7 +6085,7 @@ EXAMPLES
|
|
|
6085
6085
|
$ sf plugins
|
|
6086
6086
|
```
|
|
6087
6087
|
|
|
6088
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6088
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/index.ts)_
|
|
6089
6089
|
|
|
6090
6090
|
## `sf plugins discover`
|
|
6091
6091
|
|
|
@@ -6130,7 +6130,7 @@ EXAMPLES
|
|
|
6130
6130
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6133
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/inspect.ts)_
|
|
6134
6134
|
|
|
6135
6135
|
## `sf plugins install PLUGIN`
|
|
6136
6136
|
|
|
@@ -6179,7 +6179,7 @@ EXAMPLES
|
|
|
6179
6179
|
$ sf plugins install someuser/someplugin
|
|
6180
6180
|
```
|
|
6181
6181
|
|
|
6182
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6182
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/install.ts)_
|
|
6183
6183
|
|
|
6184
6184
|
## `sf plugins link PATH`
|
|
6185
6185
|
|
|
@@ -6210,7 +6210,7 @@ EXAMPLES
|
|
|
6210
6210
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6211
6211
|
```
|
|
6212
6212
|
|
|
6213
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6213
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/link.ts)_
|
|
6214
6214
|
|
|
6215
6215
|
## `sf plugins reset`
|
|
6216
6216
|
|
|
@@ -6225,7 +6225,7 @@ FLAGS
|
|
|
6225
6225
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6226
6226
|
```
|
|
6227
6227
|
|
|
6228
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6228
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/reset.ts)_
|
|
6229
6229
|
|
|
6230
6230
|
## `sf plugins trust verify`
|
|
6231
6231
|
|
|
@@ -6282,7 +6282,7 @@ EXAMPLES
|
|
|
6282
6282
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6283
6283
|
```
|
|
6284
6284
|
|
|
6285
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6285
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/uninstall.ts)_
|
|
6286
6286
|
|
|
6287
6287
|
## `sf plugins update`
|
|
6288
6288
|
|
|
@@ -6300,7 +6300,7 @@ DESCRIPTION
|
|
|
6300
6300
|
Update installed plugins.
|
|
6301
6301
|
```
|
|
6302
6302
|
|
|
6303
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6303
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/update.ts)_
|
|
6304
6304
|
|
|
6305
6305
|
## `sf project convert mdapi`
|
|
6306
6306
|
|
|
@@ -8281,7 +8281,7 @@ DESCRIPTION
|
|
|
8281
8281
|
Once you select a command, hit enter and it will show the help for that command.
|
|
8282
8282
|
```
|
|
8283
8283
|
|
|
8284
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
8284
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.19/src/commands/search.ts)_
|
|
8285
8285
|
|
|
8286
8286
|
## `sf sobject describe`
|
|
8287
8287
|
|
|
@@ -8467,7 +8467,7 @@ EXAMPLES
|
|
|
8467
8467
|
$ sf update --available
|
|
8468
8468
|
```
|
|
8469
8469
|
|
|
8470
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
8470
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.26/src/commands/update.ts)_
|
|
8471
8471
|
|
|
8472
8472
|
## `sf version`
|
|
8473
8473
|
|
|
@@ -8627,7 +8627,7 @@ EXAMPLES
|
|
|
8627
8627
|
$ sf which "foo bar baz"
|
|
8628
8628
|
```
|
|
8629
8629
|
|
|
8630
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8630
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.26/src/commands/which.ts)_
|
|
8631
8631
|
|
|
8632
8632
|
<!-- commandsstop -->
|
|
8633
8633
|
|