hull plugin list
Synopsis
hull plugin list (alias hull plugin ls) shows the plugins installed on this
machine — name, version, and description, one row per plugin.
When to use it
Use it to see what you have installed, to find the exact name to pass to
update or remove, or to confirm an
install took.
What happens
- hull reads
~/.config/hull/plugins/and looks at each subdirectory. - For each one, it reads
plugin.yamlto get the name, version, and description. - It prints those as a table. Directories without a readable
plugin.yamlare skipped. - If nothing is installed, hull prints
No plugins installed.
No cluster and no network are involved.
Usage
hull plugin list [flags]
Flags
Inherits the global flags.
Worked example
With two plugins installed:
hull plugin list
NAME VERSION DESCRIPTION
backup 0.4.0 Snapshot and restore release state
hello 1.2.0 Print a friendly greeting
With nothing installed:
hull plugin list
No plugins installed.