Now in beta — CLI v0.0.2

Deploy your app from the terminal

Devver is a developer platform that wraps your entire workflow — authentication, project linking, secrets, and deployment — into a single CLI tool.

terminal
$
devver auth login# Authenticate via browser
$
devver config init# Generate .devver.yaml
$
devver project link <url> --name my-app# Link a repo
$
devver deploy# Deploy the current commit

Everything you need, nothing you don't

A focused set of commands that cover the full deployment lifecycle.

One-command deploy

Push your current commit to production with a single command. Devver validates your git state, runs pre-flight checks, and handles the rest.

Encrypted secrets

Store environment secrets securely. Import from a .env file or set them individually — they are injected at deploy time, never committed to git.

Project management

Link repositories to projects, list your deployments, and switch context instantly without leaving the terminal.

Multi-organisation

Switch between organisations in one command. Your access token is refreshed automatically for the new context.

Repository management

List, select, and create repositories linked to your project — all from an interactive terminal prompt.

Zero-config setup

Run `devver config init` and Devver auto-detects your framework to generate a ready-to-use .devver.yaml.

Ready to ship?

Read the docs and go from zero to your first deployment in under 5 minutes.

Quick start guide