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

  1. hull reads ~/.config/hull/plugins/ and looks at each subdirectory.
  2. For each one, it reads plugin.yaml to get the name, version, and description.
  3. It prints those as a table. Directories without a readable plugin.yaml are skipped.
  4. 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.

See also