Update
Update an existing GitHub App integration. Provide the app UUID and the fields you want to update.
Usage
coolify github update <app_uuid>Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--api-url | string | No | — | GitHub API URL |
--app-id | integer | No | 0 | GitHub App ID |
--client-id | string | No | — | GitHub OAuth Client ID |
--client-secret | string | No | — | GitHub OAuth Client Secret |
--custom-port | integer | No | 0 | Custom port for SSH |
--custom-user | string | No | — | Custom user for SSH |
--html-url | string | No | — | GitHub HTML URL |
--installation-id | integer | No | 0 | GitHub Installation ID |
--name | string | No | — | GitHub App name |
--organization | string | No | — | GitHub organization |
--private-key-uuid | string | No | — | UUID of private key |
--system-wide | boolean | No | false | Is this app system-wide |
--webhook-secret | string | No | — | GitHub Webhook Secret |
Get current help
coolify github update --helpThe installed CLI help reflects the exact options available in your CLI version.
