@salesforce/plugin-marketplace 1.0.29 → 1.1.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 CHANGED
@@ -75,15 +75,16 @@ See a list of 3rd-party sf plugins you can install.
75
75
 
76
76
  ```
77
77
  USAGE
78
- $ sf plugins discover [--json]
78
+ $ sf plugins discover [--json] [--flags-dir <value>]
79
79
 
80
80
  GLOBAL FLAGS
81
- --json Format output as json.
81
+ --flags-dir=<value> Import flag values from a directory.
82
+ --json Format output as json.
82
83
 
83
84
  EXAMPLES
84
85
  $ sf plugins discover
85
86
  ```
86
87
 
87
- _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.29/src/commands/plugins/discover.ts)_
88
+ _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.1.0/src/commands/plugins/discover.ts)_
88
89
 
89
90
  <!-- commandsstop -->