instapod) is a Go binary that lets you manage pods, files, services, and more from your terminal. It’s designed for developers and AI agents.
Install from Source
Verify Installation
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.,instapod --api http://localhost:7070 pods list)INSTAPOD_APIenvironment variable- Value from
~/.instapods/config.json - Default:
http://localhost:7070
Global Flags
| Flag | Description |
|---|---|
--api | Override the API URL |
--json | Output in JSON format |
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