docs: add missing commands and fix sdk release integration

- Add vars command to vm/templates
- Add ssl command to php
- Fix sdk release integration (remove non-existent --target flag)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-01-29 15:51:51 +00:00
parent bdfb089fd3
commit 03ab4c1704
3 changed files with 8 additions and 9 deletions

View file

@ -12,6 +12,7 @@ Laravel/PHP development environment with FrankenPHP, Vite, Horizon, Reverb, and
| `core php analyse` | Static analysis with PHPStan | | `core php analyse` | Static analysis with PHPStan |
| `core php build` | Build production container | | `core php build` | Build production container |
| `core php deploy` | Deploy to Coolify | | `core php deploy` | Deploy to Coolify |
| `core php ssl` | Setup SSL certificates |
## Development Environment ## Development Environment

View file

@ -111,20 +111,17 @@ core sdk diff --base old-api.yaml --spec new-api.yaml
## Release Integration ## Release Integration
Generate SDKs as part of the release process: SDKs can be generated before publishing a release:
```bash ```bash
# Generate SDKs for release # Generate all configured SDKs
core ci --target sdk core sdk generate
# With explicit version # Then publish the release
core ci --target sdk --version v1.2.3 core ci --were-go-for-launch
# Preview what would be generated (default behaviour)
core ci --target sdk
``` ```
See [ci command](../ci/) for full release details. See [ci command](../ci/) for release details.
## Configuration ## Configuration

View file

@ -14,6 +14,7 @@ core vm templates [command]
|---------|-------------| |---------|-------------|
| `list` | List available templates | | `list` | List available templates |
| `show` | Show template details | | `show` | Show template details |
| `vars` | Show template variables |
## templates list ## templates list