help

Shows Git Wrangler command help and the command list.

Usage

git-wrangler help
git-wrangler help <command>
git-wrangler <command> --help

What it does

help is generated by Cobra from the same command definitions that power the CLI. Use it when you want the installed binary’s current command list, flags, defaults, and shell completion help.

The top-level help groups commands into:

  • Remote Operations
  • Local Operations
  • History Rewriting
  • Utility

Examples

# Show all commands
git-wrangler help

# Show help for one command
git-wrangler help status

# Equivalent command-specific help
git-wrangler status --help

Notes

  • Help output does not scan repositories or read configuration.
  • For exact behavior details, use the command-specific docs pages and the installed command help together.