flagctl
Getting started

Installation

One-line install for macOS and Linux.

Homebrew

brew install flagctl

curl

curl -fsSL https://flagctl.dev/install.sh | sh

Installs the latest release binary into /usr/local/bin/flagctl. Override the install location with FLAGCTL_INSTALL=$HOME/.local/bin.

Verify

flagctl --version

Supported: macOS arm64/x64, Linux arm64/x64 (glibc). Windows support coming soon.

Authenticate

flagctl auth login

Or, non-interactively, with a personal access token:

export FLAGCTL_TOKEN=pat_...
flagctl auth whoami