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
Deploy
Push your current commit to production in one command.
Manage projects
Link repos, list projects, and switch contexts.
Manage secrets
Set, list, and delete environment secrets.
Organisations
Switch between Devver organisations.
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