@salesforce/cli 1.71.0 → 1.73.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 +2 -1
- package/npm-shrinkwrap.json +586 -554
- package/oclif.manifest.json +201 -22
- package/package.json +38 -37
package/README.md
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
|
|
18
18
|
# Getting Started
|
|
19
19
|
|
|
20
|
-
Read the [Get Started with CLI Unification](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_sf_intro.htm) to learn about the new `sf` executable.
|
|
20
|
+
- Read the [Get Started with CLI Unification](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_sf_intro.htm) to learn about the new `sf` executable.
|
|
21
|
+
- Read the [sf Plugin Developer Guide](https://github.com/salesforcecli/cli/wiki) to learn how to develop a `sf` plugin.
|
|
21
22
|
|
|
22
23
|
# Feedback
|
|
23
24
|
|