Kodezi CLI: Seamless CI/CD Integration with GitHub, GitLab, and Bitbucket

Kodezi CLI: Seamless CI/CD Integration with GitHub, GitLab, and Bitbucket

Kodezi CLI integrates with GitHub, GitLab, and Bitbucket to automate pipelines.

Kodezi CLI integrates with GitHub, GitLab, and Bitbucket to automate pipelines.

Announcements

August 23, 2024

Share post:

Teal Flower
Teal Flower
Teal Flower

Today, we're excited to announce that Kodezi CLI now integrates directly with GitHub, GitLab, and Bitbucket pipelines. This upgrade brings automated debugging, documentation, optimization, and security checks directly into your CI/CD workflow.

With these new integrations, you can:

Auto debug, auto document, auto optimize, and auto secure code inside your pull requests
Let Kodezi detect issues, generate fixes, and improve your code automatically.

Generate automated patches
Every run can produce patches like kodezi-patch-123, ready for review.

Ship faster with cleaner, safer code
Reduce manual review time and catch issues earlier in the pipeline.

Fully Native Support

Kodezi CLI now works natively inside:

  • GitHub Actions
    via .github/workflows/kodezi-cli.yml

  • Bitbucket Pipelines
    via bitbucket-pipelines.yml

  • GitLab CI/CD
    via .gitlab-ci.yml

  • Jenkins Pipelines
    with simple bash script steps

Example for GitHub Actions

name: Kodezi CI
on: [push, pull_request]

jobs:
  kodezi:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - run: npm install -g kodezi-cli
      - run: kodezi --ci

Kodezi CLI will automatically:

  • Fix issues

  • Generate documentation

  • Optimize code

  • Run validations

  • Create a new branch with updates

All ready for review.

The New Era of Automated Development

Ship faster.
Ship cleaner.
Ship safer.

Kodezi CLI is now fully integrated into the platforms where modern development happens.

Share post: