irvinebroque / cli

The CLI for PlanetScale Database

Home Page:https://planetscale.com/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlanetScale CLI Build status

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 fingertips.

PlanetScale CLI

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.63.0

Documentation

Please checkout our Documentation page: docs.planetscale.com

About

The CLI for PlanetScale Database

https://planetscale.com/cli

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Shell 0.7%Language:Makefile 0.5%Language:Dockerfile 0.1%Language:Ruby 0.0%