RepoMindRepoMind

Commands

Reference for the RepoMind CLI commands.

The RepoMind CLI brings AI-assisted commit generation to your terminal: you work with git as usual and let RepoMind write the messages following the Conventional Commits standard from your diff. Below is the reference for the available commands.

Generation commands

  • repomind commit — generates a commit message from the staged diff.
  • repomind split — splits a large set of changes into atomic commits, recognizing different semantic contexts.

Other commands

These commands complete the CLI's usage flow. Their detailed reference pages will be published soon.

  • repomind login — authenticates your account via the device code flow.
  • repomind logout — ends the local session and removes the saved token.
  • repomind init — sets up RepoMind in the current repository.
  • repomind status — shows the state of authentication and local configuration.
  • repomind whoami — displays the currently authenticated account.
  • repomind dashboard — opens the web dashboard in the browser.

On this page