CLI
Qovery provides a very easy to use CLI (Command Line Interface) designed to perfectly fit the developer workflow.
First usage
Install
- Linux
- MacOS
- Windows
# Download and install Qovery CLI on every Linux distribution$ curl -s https://get.qovery.com | sudo bash
Sign up
# Sign up and sign in command$ qovery auth
Your browser window with sign-in options will open.
Note: Qovery needs access to your account to be able to clone your repository for future application builds.
Click here to authorize Qovery to clone and build your applications.
Congratulations, you are logged-in.
Help
You can see all the commands available by executing:
$ qovery help
The qovery command line interface lets you manage your Qovery environment.Usage:qovery [command]Available Commands:application Perform application actionsauth Do authenticationdatabase Perform database actionsdeploy Perform deploy actionsdomain Perform domain actionsenvironment Perform environment actionshelp Help about any commandinit Do project initialization to use Qoverylog Show application logsproject Perform project actionsredeploy Redeploys your applicationrun Equivalent to 'docker build' and 'docker run' but with Qovery magic saucestatus Show status from current project and environmenttemplate Perform templating actionsupgrade Upgrade Qovery CLI to latest versionvalidate Validate the current config is validversion Print version information for the Qovery CLIFlags:--debug Enable debugging when true.-h, --help help for qoveryUse "qovery [command] --help" for more information about a command.
Limitations
Windows
ANSI Color codes: Powershell does not natively support ANSI color codes. Some tricks exist to make it work.
The more accessible it is to use qovery <command> | Out-Host
when you need to show colors.
Support
Do you have any issue with Qovery CLI? Open an issue.
Deploy your first application
Now that you have installed the CLI, check out how to deploy your first application