studio-cli
Installation
SKILL.md
Studio CLI
The studio command manages local WordPress sites powered by WordPress Playground (PHP WASM).
Global Options
--path <dir>— Target site directory (default: current directory). Supports~.--help— Show help for any command--version— Show version
Site Management
studio site create # Create a new site
studio site list # List all sites (--format table|json)
studio site status # Show site details (--format table|json)
studio site start # Start a site
studio site stop # Stop a site (--all to stop all)
studio site delete # Delete a site (--files to trash site files)