help
See available commands and command-specific options.
Usage
git-wrangler help [command]Quick start
git-wrangler help
What it does
help shows the command list generated by the installed version of Git Wrangler. Ask for one command to see its current options and defaults.
More examples
# Show help for one command
git-wrangler help status
# Equivalent command-specific form
git-wrangler status --help
Help does not scan repositories, read settings, or make network requests.
Related commands
- Use
versionwhen reporting which release is installed. - Start with Common workflows when you know the task but not the command.