falkordb-admin drives the same
Admin Server API as the console, which makes it a
good fit for scripting, CI, and support sessions.
Run it
The CLI ships inside the Admin Server and Admin UI images, so the quickest way to use it is from a pod that is already running:Connect
The CLI keeps the server URL and session cookie in~/.falkordb/admin-cli/config.json.
Add
--output json to any command to get machine-readable output.
Commands that act on a deployment require
--namespace. Only the top-level
listings, such as deployments list, treat it as optional.Common tasks
falkordb-admin --help for the full command list.
Call an endpoint directly
Anything the CLI does not wrap yet is reachable throughraw, which reuses the
stored session:
Next steps
Full command list
Every command, flag, and option
Admin Server API
The REST API the CLI talks to