Documentation Index Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt
Use this file to discover all available pages before exploring further.
For the complete documentation index optimized for AI agents, see llms.txt .
Prerequisites
Install and authenticate `flyctl`
Install flyctl macOSIf using homebrew, Otherwise, curl -L https://fly.io/install.sh | sh
If you used curl to install flyctl, then you need to add the flyctl directory to your shell rc file. Check the output of the install script for the entries to copy and paste into the file. Now you can use the fly command from any directory.
Linuxcurl -L https://fly.io/install.sh | sh
Windowspwsh -Command "iwr https://fly.io/install.ps1 -useb | iex"
Authenticate flyctl
Deploy to Fly.io
Fly Commands Commands and configuration for Fly.io via the CLI
Add Fly.io instance
helix add fly --name production
If you don’t have a project setup, you can do so with helix init fly.
Check deployment
fly status -a my-app-production
fly logs -a my-app-production