@salesforce/plugin-marketplace 1.0.28 → 1.0.30
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 -17
- package/npm-shrinkwrap.json +1596 -5280
- package/oclif.lock +442 -2659
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -67,23 +67,8 @@ sf plugins
|
|
|
67
67
|
|
|
68
68
|
<!-- commands -->
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
# Command Topics
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
See a list of 3rd-party sf plugins you can install.
|
|
75
|
-
|
|
76
|
-
```
|
|
77
|
-
USAGE
|
|
78
|
-
$ sf plugins discover [--json]
|
|
79
|
-
|
|
80
|
-
GLOBAL FLAGS
|
|
81
|
-
--json Format output as json.
|
|
82
|
-
|
|
83
|
-
EXAMPLES
|
|
84
|
-
$ sf plugins discover
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.28/src/commands/plugins/discover.ts)_
|
|
72
|
+
- [`sf plugins`](docs/plugins.md) - Find and manage plugins
|
|
88
73
|
|
|
89
74
|
<!-- commandsstop -->
|