İçeriğe geç

CLI’ı kur

podmakerctl — alias pdctl — tüm platformu süren tek binary’dir.

Kur

Terminal window
# Homebrew (macOS / Linux)
brew install podmaker/tap/podmakerctl
# Kurulum script’i
curl -fsSL https://get.podmaker.sh/install.sh | sh
# Go toolchain
go install github.com/podmaker/podmaker/cmd/podmakerctl@latest

Doğrula:

Terminal window
podmakerctl --version

Kimlik doğrula

Terminal window
pdctl login --url https://panel.podmaker.sh

Credential ve config home dizininin altında saklanır:

Dosyaİçerik
~/.podmaker/credentials.tomlSanctum bearer token (access_token)
~/.podmaker/config.tomlPanel base URL, varsayılanlar

Oturumunu kontrol et ve temizle:

Terminal window
pdctl whoami
pdctl logout

Shell completion

Terminal window
pdctl completion bash > /etc/bash_completion.d/pdctl
pdctl completion zsh > "${fpath[1]}/_pdctl"
pdctl completion fish > ~/.config/fish/completions/pdctl.fish

PowerShell de desteklenir: pdctl completion powershell.

Sırada ne var