Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

hemtt value

Print a value from the project configuration for use in scripts or CI/CD pipelines. Use `hemtt value
list` to see all available values

Usage: value <name>

Arguments:
  <name>  

Options:
  -h, --help  Print help (see more with '--help')

Description

Print a value from the project configuration for use in scripts or CI/CD pipelines. Use hemtt value list to see all available values.

Common Uses

  • Automated versioning in CI/CD: VERSION=$(hemtt value project.version) - Dynamic file naming: hemtt value project.name - Build scripts requiring project metadata - Integration with external tools and workflows

Arguments

<name>