Install the CLI
podmakerctl — alias pdctl — is the single binary that drives the whole
platform.
Install
# Homebrew (macOS / Linux)brew install podmaker/tap/podmakerctl
# Install scriptcurl -fsSL https://get.podmaker.sh/install.sh | sh
# Go toolchaingo install github.com/podmaker/podmaker/cmd/podmakerctl@latestVerify:
podmakerctl --versionAuthenticate
pdctl login --url https://panel.podmaker.shCredentials and config are stored under your home directory:
| File | Contents |
|---|---|
~/.podmaker/credentials.toml | Sanctum bearer token (access_token) |
~/.podmaker/config.toml | Panel base URL, defaults |
Check and clear your session:
pdctl whoamipdctl logoutShell completion
pdctl completion bash > /etc/bash_completion.d/pdctlpdctl completion zsh > "${fpath[1]}/_pdctl"pdctl completion fish > ~/.config/fish/completions/pdctl.fishPowerShell is also supported: pdctl completion powershell.
Next
- The full command reference.
- The plan lifecycle: generate → apply → publish → replay.