click-extra prebake - Pre-bake build-time metadata into Python
source files.
click-extra prebake [OPTIONS] COMMAND
[ARGS]...
Pre-bake build-time metadata into Python source files.
- all
- Pre-bake __version__ and all git fields in one pass.
- field
- Replace an empty dunder variable with a value.
- help
- Show help for a command.
- version
- Inject Git commit hash into __version__.
- 0
- Success.
- 1
- A runtime error, or an aborted prompt (Ctrl-C, a declined
confirmation).
- 2
- A usage error: unknown option, invalid value, missing operand, or an
unparsable configuration file.