From 32c465b67f39b087fa2e5e6cce4b730783e066af Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 29 Jan 2026 15:58:00 +0000 Subject: [PATCH] docs: add templates vars section and --wait flag - Document core vm templates vars command - Add --wait flag example for php deploy Co-Authored-By: Claude Opus 4.5 --- docs/cmd/php/index.md | 3 +++ docs/cmd/vm/templates/index.md | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/docs/cmd/php/index.md b/docs/cmd/php/index.md index 0f7426b..254c128 100644 --- a/docs/cmd/php/index.md +++ b/docs/cmd/php/index.md @@ -84,6 +84,9 @@ core php deploy # Deploy to staging core php deploy --staging +# Wait for completion +core php deploy --wait + # Check deployment status core php deploy:status diff --git a/docs/cmd/vm/templates/index.md b/docs/cmd/vm/templates/index.md index 40f01a3..d460ea7 100644 --- a/docs/cmd/vm/templates/index.md +++ b/docs/cmd/vm/templates/index.md @@ -78,6 +78,28 @@ Services: Size: ~1.8GB ``` +## templates vars + +Show variables defined by a template. + +```bash +core vm templates vars +``` + +### Example + +```bash +core vm templates vars core-dev +``` + +Output: +``` +Variables for core-dev: + SSH_KEY (required) SSH public key + MEMORY (optional) Memory in MB (default: 4096) + CPUS (optional) CPU count (default: 4) +``` + ## Template Locations Templates are searched in order: