Integrations Command
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide documents the integration
command in the Kubiya CLI, which allows you to set up external integrations for your Kubiya environment.
The integration
command currently supports activating a GitHub App integration, which enables Kubiya to connect with your GitHub repositories.
To set up a GitHub App integration:
Example output:
The command will generate an installation URL and attempt to open it in your default browser. If the browser doesn't open automatically, you can copy and paste the URL manually.
The GitHub App integration:
Creates a GitHub App integration configuration in your Kubiya environment
Provides an installation URL for your GitHub organization or account
After installation, allows Kubiya to access repositories according to the permissions you grant
A GitHub App integration enables several capabilities:
Source management from GitHub repositories
Webhook handling for GitHub events
Repository access for knowledge and tool sources
CI/CD automation with GitHub Actions
Integration Already Exists
You'll receive an error if the GitHub App integration has already been set up
You can view existing integrations in your Kubiya dashboard
Browser Not Opening
Copy the installation URL manually and paste it into your browser
Ensure you're logged into GitHub before accessing the URL
kubiya source
- Manage sources that may use GitHub integration
kubiya webhook
- Configure webhooks that can leverage GitHub events
The integration
command enables you to connect Kubiya with GitHub, allowing for improved development workflows and automation capabilities. Additional integration types may be added in future releases.