-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Eric Mann edited this page Mar 19, 2026
·
3 revisions
This page outlines the development status and planned features for the Displace CLI. Features are prioritized based on user feedback and development goals.
Current Version: v2.0.0 (March 2026) Note: Roadmap items are subject to change based on community feedback and development priorities.
The v2.0.0 release marks the v2 pivot: dual-interface architecture (CLI + MCP server), build-from-source WordPress templates, official MariaDB images, and a consulting-focused portal redesign.
| Command | Description | Documentation |
|---|---|---|
displace project logs |
Stream logs from project pods | Quick Start |
displace project shell |
Interactive shell access to pods | Quick Start |
displace project port-forward |
Forward local port to service | Quick Start |
displace project restart |
Rolling restart of deployments | Quick Start |
| Command | Description | Documentation |
|---|---|---|
displace project status --watch |
Live status monitoring | Quick Start |
displace project rollback |
Rollback to previous revision | Quick Start |
displace project history |
View deployment revisions | Quick Start |
displace project backup |
Export project manifests | Quick Start |
displace project metrics |
Resource utilization metrics | Quick Start |
displace project alerts |
Prometheus/Grafana alerting | Quick Start |
displace project runbook |
Troubleshooting guides | Quick Start |
displace project destroy --dry-run |
Preview destruction | Quick Start |
| Command | Description | Documentation |
|---|---|---|
displace cluster scale |
Scale cluster node count | Quick Start |
| Feature | Description | Documentation |
|---|---|---|
| Dev Mode | Live file sync to pods | Dev Mode |
| Container Registry | Local image storage | Registry |
| Auto-Build Deploy |
--build flag for deploy |
Quick Start |
| Template | Description | Documentation |
|---|---|---|
| Laravel | PHP application framework | Laravel Template |
| Simple PHP | Lightweight PHP hosting | SimplePHP Template |
The following commands are planned for future releases.
| Planned Command | Description | Status |
|---|---|---|
displace project backup-db |
Backup database to local file | Planned |
displace project restore-db |
Restore database from backup | Planned |
displace project sync |
Enhanced content sync (beyond dev mode) | Planned |
| Planned Command | Description | Status |
|---|---|---|
displace project events |
View Kubernetes events | Planned |
displace project wait |
Wait for deployment ready | Planned |
displace project scale |
Scale deployment replicas | Planned |
displace project validate |
Validate manifests before deploy | Planned |
| Provider | Service | Status | Documentation |
|---|---|---|---|
| Local | k3d | Full Support | Local Providers |
| AWS | EKS | Full Support | AWS Setup |
| Google Cloud | GKE | Full Support | GCP Setup |
| DigitalOcean | DOKS | Full Support | DigitalOcean Setup |
| Provider | Service | Status |
|---|---|---|
| Microsoft Azure | AKS | Planned |
| Linode | LKE | Planned |
| Vultr | VKE | Planned |
| Hetzner | hcloud | Planned |
| Template | Description | Documentation |
|---|---|---|
| Static Site | High-performance static hosting | Static Site Template |
| Simple PHP | Lightweight PHP without frameworks | SimplePHP Template |
| WordPress | Complete CMS deployment | WordPress Template |
| Laravel | PHP application framework | Laravel Template |
| Template | Description | Status |
|---|---|---|
| Django | Python web framework | Planned |
| Rails | Ruby on Rails applications | Planned |
| Next.js | React framework with SSR | Planned |
| NestJS | Node.js framework | Planned |
| API Gateway | Kong/Traefik configurations | Planned |
| Feature | Description | Documentation |
|---|---|---|
| Cloudflare Tunnel | Zero-trust secure access | Cloudflare Tunnel |
| Monitoring Stack | Prometheus, Grafana, Alertmanager | Monitoring |
| Container Registry | In-cluster image storage | Container Registry |
| Authentication | API keys and subscription tiers | Authentication |
| Feature | Description | Status |
|---|---|---|
| Multi-cluster | Manage deployments across clusters | Planned |
| GitOps | Automatic deployments from Git | Planned |
| Secrets Management | Integrated secrets handling | Planned |
| Backup Automation | Scheduled backups | Planned |
| Cost Estimation | Pre-deployment cost preview | Planned |
Have a feature request? We'd love to hear from you:
- GitHub Issues: DisplaceTech/displace-cli/issues
- Email: info@displace.tech
When submitting a feature request, please include:
- Use case description
- Current workaround (if any)
- Expected behavior
For detailed release notes, see the Changelog.
| Version | Date | Highlights |
|---|---|---|
| v2.0.0 | Mar 2026 | Dual-interface (CLI + MCP), WordPress build-from-source, official MariaDB, consulting-focused portal redesign |
| v1.3.1 | Jan 2026 | Internal CI/CD fixes |
| v1.3.0 | Jan 2026 | SRE features, dev mode, Laravel/SimplePHP templates |
| v1.2.x | Nov 2025 | Cloudflare Tunnel support |
| v1.1.0 | Oct 2025 | Cluster management enhancements |
| v1.0.0 | Aug 2025 | First stable release |
Related Documentation:
- Changelog - Detailed version history
- Quick Start Guide - Command reference
- Troubleshooting - Common issues
- Cloud Providers - Provider documentation