⌘K

Icon SunFilledIcon MoonStars
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: #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