Skip to content

Releases: Ariouz/GKit

GKit v0.0.3

06 Feb 23:06

Choose a tag to compare

GKit v0.0.3 Pre-release
Pre-release

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

31 Dec 16:12

Choose a tag to compare

GKit v0.0.2 Pre-release
Pre-release

Added

  • Variable substitution using ${namespace.key}
  • Support for environment variables via ${env.KEY}
  • Project-level variables via ${gkit.KEY}, defined in project.variables

For examples, see README

GKit v0.0.1

30 Dec 17:09

Choose a tag to compare

GKit v0.0.1 Pre-release
Pre-release

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