GitKraken CLI

gk ai changelog

Use AI and create a changelog between two commits or branches

Synopsis

Use this command to generate a changelog between two commits or branches in your repository. If no base or head is provided, it will use the current branch and the last commit as the base.

gk ai changelog [flags]

Examples


  gk ai changelog
  gk ai changelog -p <REPO_PATH>
  gk ai changelog -p <REPO_PATH> --base <BASE_BRANCH_OR_COMMIT_SHA> --head <HEAD_BRANCH_OR_COMMIT_SHA>

Options

      --base string   (Optional) Base branch name or SHA commit
      --head string   (Optional) Branch name or SHA commit to compare with base branch
  -h, --help          help for changelog
  -p, --path string   (Optional) Repository path

SEE ALSO

  • gk ai - Use AI in the CLI
Auto generated by spf13/cobra on 31-Jul-2025

© 2023 Axosoft, LLC DBA GitKraken