Your cloud, in the terminal

Deploy applications, manage services, and script your entire workflow with the open-source Ploi Cloud CLI.

terminal
$ ploicloud login
✓ Authenticated as dennis@example.com
$ ploicloud applications list
IDNAMESTATUS
42my-saas-apprunning
43marketing-siterunning
$ ploicloud applications deploy 42
→ Deployment started for my-saas-app
✓ Deployed in 47 seconds

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.

Install in seconds

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.

Built for real workflows

Everything the platform can do, one command away

Complete coverage

Every platform capability is a command: applications, deployments, services, domains, logs, and more.

Always up to date

Commands are generated from the platform API, so new features appear automatically with each release.

Secure OAuth login

Authenticate once with "ploicloud login". Tokens are stored locally and never touch your password.

Script & CI friendly

Predictable commands, typed flags, and positional arguments make automation and pipelines painless.

Cross-platform

Native binaries for macOS, Linux, and Windows, on both amd64 and arm64 architectures.

Open source

The full source lives on GitHub. Inspect it, contribute to it, or build it yourself.

A command for everything

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

Frequently asked questions

Everything you need to know about the Ploi Cloud CLI

How do I install 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.

Which platforms does the CLI support?

macOS, Linux, and Windows, with native binaries for both amd64 and arm64 architectures. Every release ships all variants automatically.

How does authentication work?

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.

What is the difference between ploicloud and pcctl?

Nothing — they are the same executable. pcctl is a shorter alias for people who type it a lot.

Is the CLI open source?

Yes. The source code is available at github.com/ploicloud/cli. Issues and contributions are welcome.

Can I use the CLI in CI pipelines?

Yes. Commands use predictable positional arguments and typed flags, which makes them easy to script in GitHub Actions, GitLab CI, or any other pipeline.

Take your cloud to the terminal

Create a free account, install the CLI, and deploy your first application without leaving your shell.