Find
Prints information about each discovered plugin.
Usage: forc plugins [OPTIONS]
Options:
-p
, --paths
Prints the absolute path to each discovered plugin
-d
, --describe
Prints the long description associated with each listed plugin
-v
, --verbose...
Use verbose output
-s
, --silent
Silence all output
-L
, --log-level
<LOG_LEVEL>
Set the log level
-h
, --help
Print help (see a summary with '-h')
-V
, --version
Print version
EXAMPLES:
List all plugins
forc plugins
List all plugins with their paths
forc plugins --paths
List all plugins with their descriptions
forc plugins --describe
List all plugins with their paths and descriptions
forc plugins --paths --describe