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.
ankra plugins [flags]
Examples
ankra plugins ankra plugins -o json
Flags
Flag
Default
Description
-o, --output
Output format: json or yaml (default: human-readable)