firectl CLI
Getting started
Learn to create, deploy, and manage resources using Firectl
Firectl can be installed several ways based on your choice and platform.
If you have set up Custom SSO then also pass your account ID:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn to create, deploy, and manage resources using Firectl
brew tap fw-ai/firectl
brew install firectl
# If you encounter a failed SHA256 check, try first running
brew update
curl https://storage.googleapis.com/fireworks-public/firectl/stable/darwin-arm64.gz -o firectl.gz
gzip -d firectl.gz && chmod a+x firectl
sudo mv firectl /usr/local/bin/firectl
sudo chown root: /usr/local/bin/firectl
curl https://storage.googleapis.com/fireworks-public/firectl/stable/darwin-amd64.gz -o firectl.gz
gzip -d firectl.gz && chmod a+x firectl
sudo mv firectl /usr/local/bin/firectl
sudo chown root: /usr/local/bin/firectl
wget -O firectl.gz https://storage.googleapis.com/fireworks-public/firectl/stable/linux-amd64.gz
gunzip firectl.gz
sudo install -o root -g root -m 0755 firectl /usr/local/bin/firectl
wget -L https://storage.googleapis.com/fireworks-public/firectl/stable/firectl.exe
firectl signin
firectl signin <ACCOUNT_ID>
firectl whoami
firectl version
sudo firectl upgrade
Was this page helpful?