Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
Forc Plugins

Icon Linkforc-plugins

Find all forc plugins available via PATH.

Prints information about each discovered plugin.

Icon LinkUSAGE:

forc plugins [OPTIONS]

Icon LinkOPTIONS:

-d, --describe

Prints the long description associated with each listed plugin

-h, --help

Print help information

-L, --log-level <LOG_LEVEL>

Set the log level

-p, --paths

Prints the absolute path to each discovered plugin

-s, --silent

Silence all output

-v, --verbose

Use verbose output

-V, --version

Print version information

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