Releases: Ariouz/GKit
Releases · Ariouz/GKit
GKit v0.0.3
Added native build args in buildArgs section. List of args is available in the "Native build args" section of README.md.
Added config load and build args checks in gkit doctor.
Added build args checks in gkit check-config.
Fixed a bug with variables not applied when using a profile.
Improved gkit check-config output formatting with colors and a better YAML dump.
Full Changelog: v0.0.2...v0.0.3
GKit v0.0.2
Added
- Variable substitution using
${namespace.key} - Support for environment variables via
${env.KEY} - Project-level variables via
${gkit.KEY}, defined inproject.variables
For examples, see README
GKit v0.0.1
Commands:
gkit help
gkit version
gkit check-config [-p, --profile PROFILE]
gkit doctor
gkit build [-p, --profile PROFILE] [--native] [--dry-run]
gkit native [-p, --profile PROFILE] [--dry-run]
gkit build --native is the equivalent of running gkit build + gkit native
Full Changelog: https://github.com/Ariouz/GKit/commits/v0.0.1