kam_webhook_list.md

November 18, 2020 ยท View on GitHub

kam webhook list

List existing webhook Ids.

Synopsis

List existing Git repository webhook IDs of the target repository and listener.

kam webhook list [flags]

Examples

  # List Git repository webhook IDs
  kam webhook list

Options

      --cicd                           Provide this flag if the target Git repository is a CI/CD configuration repository
      --env-name string                Provide environment name if the target Git repository is a service's source repository.
      --git-host-access-token string   Access token to be used to create Git repository webhook. Access token is encrypted and stored on local file system by keyring, will be updated/reused.
  -h, --help                           help for list
      --pipelines-folder string        Folder path to retrieve manifest, eg. /test where manifest exists at /test/pipelines.yaml (default ".")
      --service-name string            Provide service name if the target Git repository is a service's source repository.

SEE ALSO