devpanel-cli
v2.1.18
Published
CLI to install and manage a self-hosted DevPanel instance on any machine with Docker.
Downloads
4,372
Maintainers
Readme
devpanel-cli
CLI to install and manage a self-hosted DevPanel instance on any machine with Docker.
Requirements
- Docker + Docker Compose
- Node.js >= 18
Install
npm install -g devpanel-cliUsage
devpanel <command> [options]Commands
| Command | Description |
|---|---|
| install | Install DevPanel on this machine |
| uninstall | Remove DevPanel and all its containers |
| update | Pull latest images and restart services |
| start | Start DevPanel services |
| stop | Stop DevPanel services |
| restart | Restart DevPanel services |
| status | Show status of all services |
| logs [service] | Stream logs (api, worker, web, agent, postgres) |
| ps | Show running containers with CPU/memory usage |
| exec <service> | Open a shell inside a container |
| env | Show .env config (sensitive values redacted) |
| backup | Dump database to a SQL file |
| restore <file> | Restore database from a SQL backup |
| reset | Wipe all data and restart fresh |
| reset-admin-pass | Reset an admin account password |
| version | Show CLI and image versions |
Install options
devpanel install [options]
Options:
-d, --dir <path> Installation directory
-p, --port <number> Dashboard port (default: 33000)
-y, --yes Skip confirmation promptsUninstall options
devpanel uninstall [options]
Options:
-y, --yes Skip confirmation prompt
--keep-data Keep Docker volumes (database data)License
MIT
