Devver Docs

Introduction

Devver CLI — deploy and manage your projects from the terminal.

Devver is a developer platform that lets you deploy applications directly from your terminal. The Devver CLI (devver) wraps your entire workflow — authentication, project linking, secrets management, and deployment — into a single tool.

What you can do

Architecture overview

devver
├── auth        — authenticate to your Devver server
├── config      — manage CLI & project configuration
├── deploy      — create a deployment for the current commit
├── project     — manage projects and linked repositories
├── secret      — manage environment secrets
├── org         — manage organisations
└── repos       — manage repositories

Next steps

On this page