Deploy applications, manage services, and script your entire workflow with the open-source Ploi Cloud CLI.
The Ploi Cloud CLI is an open-source command line tool that exposes every platform capability as a command. It is generated from the platform's API specification, so every endpoint — applications, deployments, services, domains, logs — is available the moment it ships.
Log in once with OAuth and manage everything from your terminal, your scripts, or your CI pipeline. Available for macOS, Linux, and Windows as ploicloud, with pcctl as a short alias.
One command with Homebrew, or grab a binary for any platform
Homebrew (macOS & Linux)
brew install ploicloud/tap/ploicloud
Then authenticate
ploicloud login
Prefer a direct download? Binaries for macOS, Linux, and Windows (amd64 and arm64) are on the GitHub releases page.
Everything the platform can do, one command away
Every platform capability is a command: applications, deployments, services, domains, logs, and more.
Commands are generated from the platform API, so new features appear automatically with each release.
Authenticate once with "ploicloud login". Tokens are stored locally and never touch your password.
Predictable commands, typed flags, and positional arguments make automation and pipelines painless.
Native binaries for macOS, Linux, and Windows, on both amd64 and arm64 architectures.
The full source lives on GitHub. Inspect it, contribute to it, or build it yourself.
A few examples of what a day with the CLI looks like
ploicloud whoami
Check which account you are authenticated as
ploicloud applications list
List all applications in your team
ploicloud applications deploy 42
Trigger a new deployment for an application
pcctl applications list
Short on time? pcctl is the same tool, fewer keystrokes
Everything you need to know about the Ploi Cloud CLI
Run "brew install ploicloud/tap/ploicloud" with Homebrew on macOS or Linux. On Windows, or if you prefer a direct download, grab a binary from the GitHub releases page and add it to your PATH.
macOS, Linux, and Windows, with native binaries for both amd64 and arm64 architectures. Every release ships all variants automatically.
Run "ploicloud login" and your browser opens to authorize the CLI via OAuth. The token is stored locally in ~/.ploicloud/config.toml — the CLI never sees or stores your password.
Nothing — they are the same executable. pcctl is a shorter alias for people who type it a lot.
Yes. The source code is available at github.com/ploicloud/cli. Issues and contributions are welcome.
Yes. Commands use predictable positional arguments and typed flags, which makes them easy to script in GitHub Actions, GitLab CI, or any other pipeline.
Create a free account, install the CLI, and deploy your first application without leaving your shell.