Skip to content

Roadmap

Eric Mann edited this page Mar 19, 2026 · 3 revisions

Displace CLI Roadmap

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.


Recently Completed (v2.0.0)

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.

Core Operations Commands

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

SRE & Operations Commands

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

Cluster Management

Command Description Documentation
displace cluster scale Scale cluster node count Quick Start

Development Tools

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

Templates Added

Template Description Documentation
Laravel PHP application framework Laravel Template
Simple PHP Lightweight PHP hosting SimplePHP Template

Planned CLI Commands

The following commands are planned for future releases.

Priority 1: Data Operations

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

Priority 2: Deployment Operations

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 Roadmap

Available Now

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

Planned Providers

Provider Service Status
Microsoft Azure AKS Planned
Linode LKE Planned
Vultr VKE Planned
Hetzner hcloud Planned

Template Roadmap

Available Now

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

Planned Templates

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

Infrastructure Features

Available Now

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

Planned Enhancements

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

Feature Requests

Have a feature request? We'd love to hear from you:

When submitting a feature request, please include:

  1. Use case description
  2. Current workaround (if any)
  3. Expected behavior

Version History

For detailed release notes, see the Changelog.

Recent Releases

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:

Clone this wiki locally