Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
Nightly /
Forc Plugins

Icon LinkFind

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:

Icon LinkList all plugins

forc plugins

Icon LinkList all plugins with their paths

forc plugins --paths

Icon LinkList all plugins with their descriptions

forc plugins --describe

Icon LinkList all plugins with their paths and descriptions

forc plugins --paths --describe