Installation
We provide a CLI for managing and interacting with local and remote databases. If you're using JavaScript or Python, our client libraries will handle downloading and running the CLI for you using tools like npx
and uvx
.
For everyone else, or if you wish to install the CLI globally, you can install using our bash installer or your operating system's package manager.
Bash
Powershell
Homebrew
Nixpkgs
JavaScript
Python
Copy
$
curl https://www.geldata.com/sh --proto "=https" -sSf1 | sh
Copy
PS>
irm https://www.geldata.com/ps1 | iex
Copy
$
brew install geldata/tap/gel-cli
Copy
$
nix-shell -p gel
Copy
$
npx gel --version
Copy
$
uvx gel --version