diff --git a/docs/cmd/php/index.md b/docs/cmd/php/index.md index ff3a203..0f7426b 100644 --- a/docs/cmd/php/index.md +++ b/docs/cmd/php/index.md @@ -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 diff --git a/docs/cmd/sdk/index.md b/docs/cmd/sdk/index.md index 67ad2f9..c979233 100644 --- a/docs/cmd/sdk/index.md +++ b/docs/cmd/sdk/index.md @@ -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 diff --git a/docs/cmd/vm/templates/index.md b/docs/cmd/vm/templates/index.md index c6370e7..40f01a3 100644 --- a/docs/cmd/vm/templates/index.md +++ b/docs/cmd/vm/templates/index.md @@ -14,6 +14,7 @@ core vm templates [command] |---------|-------------| | `list` | List available templates | | `show` | Show template details | +| `vars` | Show template variables | ## templates list