Skip to content

Current Commands

ployzctl daemon install is implemented directly by ployzctl. Other current operator commands are forwarded to ployzd.

Terminal window
ployzctl daemon install --runtime docker --service-mode user
ployzctl daemon install --runtime host --service-mode system
Terminal window
ployzctl run
ployzctl --json status
ployzctl doctor
Terminal window
ployzctl deploy --file <path>
ployzctl deploy --file <path> --dry-run
ployzctl deploy preview --file <path>
ployzctl deploy service <name> --image <image> --namespace <namespace>
Terminal window
ployzctl migrate apply <service_ref> --to <machine>
ployzctl migrate preview <service_ref> --to <machine>
ployzctl migrate render-manifest <service_ref> --to <machine>
Terminal window
ployzctl machine ls
ployzctl machine add <target>...
ployzctl machine rm <id>
ployzctl machine drain <target>
ployzctl machine standby <target>
ployzctl machine rtt
ployzctl machine invite create|list|revoke|import
Terminal window
ployzctl image status|push|distribute|inspect|operation

Use ployzd --help or ployzd <group> --help for the exact flags supported by the current binary.