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 build` | Build production container |
| `core php deploy` | Deploy to Coolify |
| `core php ssl` | Setup SSL certificates |
## Development Environment

View file

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

View file

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