@salesforce/cli 2.59.4 → 2.59.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 +3 -3
- package/npm-shrinkwrap.json +136 -1004
- package/oclif.lock +103 -338
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.59.
|
|
27
|
+
@salesforce/cli/2.59.6 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -7805,7 +7805,7 @@ EXAMPLES
|
|
|
7805
7805
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7806
7806
|
```
|
|
7807
7807
|
|
|
7808
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7808
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.29/src/commands/sobject/describe.ts)_
|
|
7809
7809
|
|
|
7810
7810
|
## `sf sobject list`
|
|
7811
7811
|
|
|
@@ -7844,7 +7844,7 @@ EXAMPLES
|
|
|
7844
7844
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7845
7845
|
```
|
|
7846
7846
|
|
|
7847
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7847
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.29/src/commands/sobject/list.ts)_
|
|
7848
7848
|
|
|
7849
7849
|
## `sf static-resource generate`
|
|
7850
7850
|
|