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:
parent
bdfb089fd3
commit
03ab4c1704
3 changed files with 8 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ core vm templates [command]
|
|||
|---------|-------------|
|
||||
| `list` | List available templates |
|
||||
| `show` | Show template details |
|
||||
| `vars` | Show template variables |
|
||||
|
||||
## templates list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue