@salesforce/cli 2.13.7 → 2.13.9
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 +2 -2
- package/npm-shrinkwrap.json +230 -761
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.13.
|
|
27
|
+
@salesforce/cli/2.13.9 linux-x64 node-v18.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -7307,7 +7307,7 @@ FLAG DESCRIPTIONS
|
|
|
7307
7307
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7308
7308
|
```
|
|
7309
7309
|
|
|
7310
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/
|
|
7310
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.1/src/commands/version.ts)_
|
|
7311
7311
|
|
|
7312
7312
|
## `sf visualforce generate component`
|
|
7313
7313
|
|