hull plugin remove
Synopsis
hull plugin remove (aliases rm, uninstall) deletes an installed plugin.
Its directory under ~/.config/hull/plugins/ is removed, and hull <name> no
longer runs it.
When to use it
Use it to retire a plugin you no longer need, clean up after developing one, or clear a broken install before reinstalling.
What happens
- hull finds the plugin’s directory under
~/.config/hull/plugins/, matching<name>against either the directory name or thenamein itsplugin.yaml. - hull runs the plugin’s delete hook if it declares one.
- hull removes the directory.
- hull prints a confirmation line.
Usage
hull plugin remove <name> [flags]
Flags
Inherits the global flags.
Worked example
Remove a plugin by name:
hull plugin remove hello
Removed plugin: hello
You can use an alias:
hull plugin rm hello