Product
Forge CLI: Deploy from Your Terminal
Sarah WhitmoreNovember 15, 20243 min read
Today we're shipping the Forge CLI — a single command-line tool to manage your entire Forge workflow. Create projects, manage API keys, deploy endpoints, and tail logs without leaving your terminal.
Getting started
npm install -g @forge/sdk-cli
forge login
forge deployWhat you can do
The CLI supports project scaffolding, API key rotation, endpoint deployment, real-time log tailing, and webhook testing — all from a single binary with shell completions for bash, zsh, and fish.