Update

Update an existing GitLab App integration. Provide the app ID or UUID and the fields you want to update.

Usage

coolify gitlab update <app_id_or_uuid>

Options

OptionTypeRequiredDefaultDescription
--api-urlstringNoGitLab API URL
--client-idstringNoGitLab OAuth Application ID
--client-secretstringNoGitLab OAuth Application Secret
--custom-portintegerNo0Custom SSH port
--custom-userstringNoCustom SSH user
--group-namestringNoOptional comma-separated group filter
--html-urlstringNoGitLab instance URL
--namestringNoGitLab App name
--redirect-uristringNoOAuth redirect URI
--system-widebooleanNofalseIs this app system-wide
--webhook-tokenstringNoWebhook secret token

Get current help

coolify gitlab update --help

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

On this page