instapods) is a single binary that lets you deploy and manage apps from the terminal. It’s designed for developers and AI agents.
Install
/usr/local/bin (or ~/.local/bin if you don’t have sudo).
Verify Installation
Self-Update
--force to skip the version check or update dev builds.
Auto-Update Notifications
The CLI automatically checks for new versions in the background every 24 hours. If a newer version is available, you’ll see a notice after your command output:~/.instapods/update-check.
Configuration
The CLI stores its configuration at~/.instapods/config.json:
API URL Priority
The CLI resolves the API URL in this order:--apiflag (e.g.,instapods --api http://localhost:7070 pods list)INSTAPOD_APIenvironment variable- Value from
~/.instapods/config.json - Default:
https://app.instapods.com
Global Flags
These flags are available on every command:Available Commands
The CLI organizes commands into groups:Shell Completion
The CLI supports shell completion for bash, zsh, fish, and PowerShell:Next Steps
- Authentication — Log in to your account
- Pod Management — Create and manage pods
- Deploy — Deploy code in one command