Skip to main content
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:
You can also build the standalone CLI image from a checkout of the repository:

Connect

The CLI keeps the server URL and session cookie in ~/.falkordb/admin-cli/config.json.
Use --password-stdin and pipe the password in, so it never lands in your shell history or in a process listing.
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

Run falkordb-admin --help for the full command list.

Call an endpoint directly

Anything the CLI does not wrap yet is reachable through raw, which reuses the stored session:

Next steps

falkordb-admin --help lists every command, and falkordb-admin <command> --help every flag for that command.

Admin Server API

The REST API the CLI talks to

Installer reference

Options for install.sh and uninstall.sh