PlanetScale CLI
PlanetScale is more than a database and our CLI is more than a jumble of commands. The pscale
command line tool brings branches, deploy requests, and other PlanetScale concepts to your finger tips.
Installation
macOS
pscale
is available via a Homebrew Tap, and as downloadable binary from the releases page:
brew install planetscale/tap/pscale
Optional: pscale
requires the MySQL Client for certain commands. You can install it by running:
brew install mysql-client
To upgrade to the latest version:
brew upgrade pscale
Linux
pscale
is available as downloadable binaries from the releases page. Download the .deb or .rpm from the releases page and install with sudo dpkg -i
and sudo rpm -i
respectively.
Windows
pscale
is available as downloadable binary from the releases page.
Manually
Download the pre-compiled binaries from the releases page and copy to the desired location.
Container images
We provide ready to use Docker container images. To pull the latest image:
docker pull planetscale/pscale:latest
To pull a specific version:
docker pull planetscale/pscale:v0.44.0
Documentation
Please checkout our Documentation page: docs.planetscale.com