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

OptionTypeRequiredDefaultDescription
--api-urlstringNoGitHub API URL
--app-idintegerNo0GitHub App ID
--client-idstringNoGitHub OAuth Client ID
--client-secretstringNoGitHub OAuth Client Secret
--custom-portintegerNo0Custom port for SSH
--custom-userstringNoCustom user for SSH
--html-urlstringNoGitHub HTML URL
--installation-idintegerNo0GitHub Installation ID
--namestringNoGitHub App name
--organizationstringNoGitHub organization
--private-key-uuidstringNoUUID of private key
--system-widebooleanNofalseIs this app system-wide
--webhook-secretstringNoGitHub Webhook Secret

Get current help

coolify github update --help

The installed CLI help reflects the exact options available in your CLI version.

On this page