Skip to main content
Manage plugins on this host: search what is available, install and update plugins, inspect them, and scaffold a new one.

Examples

On a stock install the plugin store lives at a path only root can write to, so some of these commands may prompt for sudo to read or refresh their metadata. If the formae agent runs on this host, restart it after installing, updating, or uninstalling plugins so the change takes effect.

formae plugin list

List the plugins installed on this host with their version.

Flags

Search the plugins available for installation. With no argument, every available plugin is listed. With a query, only plugins whose name, summary, or description matches are returned.

Flags

formae plugin info

Show the description, version, and metadata for a single plugin from the configured plugin repositories.

Flags

formae plugin install

Install one or more plugins on this host. Each argument is a plugin name, optionally with a version, for example aws or aws@1.2.3.

Flags

formae plugin update

Update installed plugins on this host to the latest available version. With no argument, every installed plugin is considered for update. Otherwise only the named plugins are updated.

Flags

formae plugin uninstall

Remove one or more plugins from this host. Each argument is a plugin name.

Flags

formae plugin init

Initialize a new formae plugin from the GitHub plugin template. The command prompts interactively for plugin configuration, clones the template, and customizes it for your plugin. Use --no-input with all required flags for a non-interactive run, which is useful for automation and LLM-assisted workflows.

Flags