@salesforce/plugin-marketplace 1.0.30 → 1.1.1

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 CHANGED
@@ -67,8 +67,24 @@ sf plugins
67
67
 
68
68
  <!-- commands -->
69
69
 
70
- # Command Topics
70
+ - [`sf plugins discover`](#sf-plugins-discover)
71
71
 
72
- - [`sf plugins`](docs/plugins.md) - Find and manage plugins
72
+ ## `sf plugins discover`
73
+
74
+ See a list of 3rd-party sf plugins you can install.
75
+
76
+ ```
77
+ USAGE
78
+ $ sf plugins discover [--json] [--flags-dir <value>]
79
+
80
+ GLOBAL FLAGS
81
+ --flags-dir=<value> Import flag values from a directory.
82
+ --json Format output as json.
83
+
84
+ EXAMPLES
85
+ $ sf plugins discover
86
+ ```
87
+
88
+ _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.1.1/src/commands/plugins/discover.ts)_
73
89
 
74
90
  <!-- commandsstop -->