Reference
Every command, flag, output format and setting, plus troubleshooting and internals.
The complete surface, for when you know what you want and need the exact spelling.
- CLI is the command tree and the flags.
- Configuration is the environment, the directories and the global flags.
- Output is the formats, the column selection and the templates.
- Troubleshooting is the exit codes and what to do about each one.
- Internals is the package layout and how to work on the tool.
CLI
Every command, grouped the way the help groups them, with the flags that matter.
Configuration
Directories, environment variables, and the flags that change how requests go out.
Output
Formats, column selection and templates, all the same on every command.
Troubleshooting
The exit codes, and what each of the common failures actually means.
Internals
Package layout, how a command is registered, and how the tests are built.