> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ankra.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ankra plugins

> List the external plugins that extend this CLI

## ankra plugins

List every executable the CLI would dispatch an unknown command to.

A plugin is an executable named ankra-\<command> in \~/.ankra/plugins or on
PATH. Running 'ankra \<command>' with a command the CLI does not know runs
the plugin with the remaining arguments, this terminal's streams, and
ANKRA\_CLI\_VERSION in its environment; its exit code is the CLI's. Built-in
commands always win, and multi-word names resolve longest first, so
'ankra foo bar' prefers ankra-foo-bar over ankra-foo.

Plugins run with your permissions; install only ones you trust. Executables
named ankra-module-\<name> are migrate modules, a separate mechanism listed
by 'ankra migrate modules', and ankra-cli - the CLI's own release binary -
is never a plugin.

```bash theme={null}
ankra plugins [flags]
```

**Examples**

```bash theme={null}
ankra plugins
  ankra plugins -o json
```

**Flags**

| Flag             | Default | Description                                           |
| ---------------- | ------- | ----------------------------------------------------- |
| `-o`, `--output` |         | Output format: json or yaml (default: human-readable) |
