Create

Create a GitHub App integration

Usage

coolify github create

Options

OptionTypeRequiredDefaultDescription
--api-urlstringNoGitHub API URL (derived from --html-url when omitted)
--app-idintegerYes0GitHub App ID (required)
--client-idstringYesGitHub OAuth Client ID (required)
--client-secretstringYesGitHub OAuth Client Secret (required)
--custom-portintegerNo0Custom port for SSH (default: 22)
--custom-userstringNoCustom user for SSH (default: git)
--html-urlstringYesGitHub HTML URL (required, e.g., https://github.com)
--installation-idintegerYes0GitHub Installation ID (required)
--namestringYesGitHub App name (required)
--organizationstringNoGitHub organization
--private-key-uuidstringYesUUID of existing private key (required)
--system-widebooleanNofalseIs this app system-wide (cloud only)
--webhook-secretstringNoGitHub Webhook Secret

Get current help

coolify github create --help

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

On this page