Qovery helps tech companies to accelerate and scale application development cycle with zero infrastructure management investment.
This repository is the code source of the Qovery CLI.
See the Qovery documentation to get started with Qovery.
See the Qovery CLI documentation to get started with the CLI and explore its commands.
Choose the installation method for your platform.
Install the latest version on any Linux distribution:
curl -s https://get.qovery.com | bashFor security-sensitive environments, install from a pinned GitHub release and verify the downloaded archive against that release's checksums.txt. The convenience script does not perform an integrity check.
Install with Homebrew:
brew tap Qovery/qovery-cli
brew install qovery-cliAlternatively, use the installer script:
curl -s https://get.qovery.com | bashFor a pinned, checksum-verified installation, use a GitHub release.
Install with Scoop:
scoop bucket add qovery https://github.com/Qovery/scoop-qovery-cli
scoop install qovery-cliYou can also download a release archive from GitHub Releases and add the extracted qovery executable to your PATH.
The CLI is available through the AUR:
yay qovery-cliRun the CLI without installing it locally:
docker run ghcr.io/qovery/qovery-cli:latest helpReplace latest with a specific version when you need reproducible builds.
qovery versionYou can use qovery auth to authenticate with the CLI or use Q_CLI_ACCESS_TOKEN (or QOVERY_CLI_ACCESS_TOKEN) environment variable to set your API token.
go get -u github.com/qovery/qovery-client-go
go build
go fmt .