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: