| Crates.io | devver-cli |
| lib.rs | devver-cli |
| version | 0.0.1 |
| created_at | 2026-01-10 14:16:13.136781+00 |
| updated_at | 2026-01-10 14:16:13.136781+00 |
| description | Ultra-fast deployments and visual feedback for Devver |
| homepage | https://devver.app |
| repository | https://github.com/Devver-Inc/cli |
| max_upload_size | |
| id | 2034252 |
| size | 61,426 |
The command-line interface for Devver — a unified platform that streamlines collaboration between developers and stakeholders through ultra-fast deployments and contextual visual feedback.
Devver addresses a critical pain point in software development: the fragmented, slow feedback loop between developers and stakeholders (POs, clients, project managers). Traditional workflows suffer from:
Devver solves this by enabling deployments in under 30 seconds and providing contextual visual feedback directly on the tested interface.
npm install when package.json hasn't changedNote: The CLI is under active development. Commands will be documented as they are implemented.
# Build from source
cargo build --release
# The binary will be at ./target/release/devver-cli
devver-cli --help
src/
├── main.rs # Entry point and mode selection
├── cli.rs # Command-line interface (clap)
├── tui.rs # Interactive terminal UI (ratatui)
└── shared.rs # Common business logic and state
devver-cli init detects your project type and creates a configurationfeature-auth.myproject.devver.app)The CLI communicates with the Devver server using SSH authentication — a battle-tested protocol with 20+ years of security auditing.
| Name | Role |
|---|---|
| Hoareau Steevy (AL) | PM & CLI Lead |
| De Souza Morais Gabriel (AL) | Backend Lead |
| Sedjai Fethi (AL) | Frontend Lead |
| Rusescu Alexandru (AL) | DevOps & Documentation Lead |
| Rouviere Victor (SRC) | Architecture & Infrastructure Lead |
| Component | Technology |
|---|---|
| CLI | Rust + Clap |
| Backend | TypeScript + NestJS |
| Frontend | TypeScript + Vite + React |
| Landing Page | Astro |
| Infrastructure | Kubernetes on Proxmox |
| Provisioning | Terraform + Ansible |
| CI/CD | GitHub Actions |
| Process Manager | PM2 |
| Reverse Proxy | Nginx + HAProxy |
# Debug build
cargo build
# Release build (optimized)
cargo build --release
# Run tests
cargo test
Copyright (c) Hoareau Steevy shoareau@dev-id.fr
This project is licensed under the MIT License — see the LICENSE file for details.