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