CLI’ı kur
podmakerctl — alias pdctl — tüm platformu süren tek binary’dir.
Kur
# Homebrew (macOS / Linux)brew install podmaker/tap/podmakerctl
# Kurulum script’icurl -fsSL https://get.podmaker.sh/install.sh | sh
# Go toolchaingo install github.com/podmaker/podmaker/cmd/podmakerctl@latestDoğrula:
podmakerctl --versionKimlik doğrula
pdctl login --url https://panel.podmaker.shCredential ve config home dizininin altında saklanır:
| Dosya | İçerik |
|---|---|
~/.podmaker/credentials.toml | Sanctum bearer token (access_token) |
~/.podmaker/config.toml | Panel base URL, varsayılanlar |
Oturumunu kontrol et ve temizle:
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 de desteklenir: pdctl completion powershell.
Sırada ne var
- Tam komut referansı.
- Plan yaşam döngüsü: generate → apply → publish → replay.