Skip to content

Releases: DnOberon/heimdall

v1.0.4

17 Oct 21:52
c94fbec
Compare
Choose a tag to compare

Heimdall now provides the option of generating a json configuration file for ease of use. All command line flag arguments are available and represented inside the configuration file.

First, generate your configuration file using the heimdall init command and following the interactive prompts.

> heimdall init
Executable path: tester
✔ Program arguments separated by comma: █

Once your configuration file is generated you can run heimdall with a single command -

heimdall run

Your configuration file, heimdall_config.json is available in the directory you first ran heimdall init in. To make changes you can edit this file directly or rerun heimdall init

Changelog

c94fbec Merge pull request #1 from DnOberon/feature/config-file
b678b1d added configuration
e1ed6e0 readme update

v1.0.3

15 Oct 05:19
Compare
Choose a tag to compare

Changelog

522544a don't repeat yourself
85e7a03 fixed the readme flag
35727d6 quick change to readme

v1.0.2

15 Oct 05:09
Compare
Choose a tag to compare

Changelog

f4a7c7a fix the release

v1.0.0

14 Oct 21:19
Compare
Choose a tag to compare

Changelog

195495e Fixed package main
9f78eab corrections to gorelease
c6ca24b doc changes
dd11a2b hacky, but done - refactor coming
b061776 quick cleanup to the tool
21d9f48 updated readme for release

v0.1.6

10 Oct 21:30
Compare
Choose a tag to compare

Changelog

742c5f8 fixed

v0.1.4

10 Oct 21:26
Compare
Choose a tag to compare

Changelog

afb7365 fixed

v0.1.2

10 Oct 21:24
Compare
Choose a tag to compare

Changelog

1dff055 quick check

v0.1.1

10 Oct 21:08
Compare
Choose a tag to compare

Changelog

1cabe7e quick fix