Skip to content

Releases: Ariouz/GKit

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