Skip to main content

CLI

Fluidstack provides a command-line interface for managing your Fluidstack account and infrastructure called fluidctl.

Install

Using Homebrew (recommended):

brew install fluidstackio/tap/fluidctl

Manual download:

curl -LO "https://github.com/fluidstackio/atlas-releases/releases/latest/download/fluidctl_Darwin_arm64.tar.gz" && \
tar -xzf "fluidctl_Darwin_arm64.tar.gz" && \
sudo mv fluidctl /usr/local/bin/ && \
rm "fluidctl_Darwin_arm64.tar.gz"

Authentication

Log In

Log in to get started with interactive authentication:

fluidctl auth login

Log Out

Log out to terminate your session and revoke authentication tokens:

fluidctl auth logout