Updates the webhooks for all the source repositories optionally filtering by owner and/or repository
jx-gitops webhook update
Updates the webhooks for all the source repositories optionally filtering by owner and/or repository
jx-gitops update
jx-gitops update --org=mycorp
jx-gitops update --endpoint http://mything.com
-b, --batch-mode Runs in batch mode without prompting for user input
--endpoint string Don't use the endpoint from the cluster, use the provided endpoint
--exact-hook-url-match Whether to exactly match the hook based on the URL (default true)
--fast If annotation webhook.jenkins-x.io is true on SourceConfig don't check with git provider
--git-kind string the kind of git server to connect to
--git-server string the git server URL to create the scm client
--git-token string the git token used to operate on the git repository. If not specified it's loaded from the git credentials file
--git-username string the git username used to operate on the git repository. If not specified it's loaded from the git credentials file
-h, --help help for update
--hmac string Don't use the HMAC token from the cluster, use the provided token
--log-level string Sets the logging level. If not specified defaults to $JX_LOG_LEVEL
-o, --owner string The name of the git organisation or user to filter on
--previous-hook-url string Whether to match based on an another URL
-r, --repo string The name of the repository to filter on
--retries int Specify the number of times the command should be reattempted on failure (default 3)
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
--warn-on-fail If enabled lets just log a warning that we could not update the webhook
- jx-gitops webhook - Commands for working with WebHooks on your source repositories