Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Releases: flipace/hantera

v0.2.0 - Pre/Post/Override commands!

18 Apr 18:30
Compare
Choose a tag to compare

This release brings with it the possibility to specify pre/override/post commands for your hantera configuration.

  • improved output is now more concise and better formatted
  • added it's now possible to specify commands for setup, update and install-dependencies which will run pre/post or override the default behavior.

You can utilize the pre, override, and post keys for your steps.
CAUTION when you use the override step, the default behavior of hantera will be skipped!

  setup:
    post:
      - ./_scripts/copy-env.sh >hantera.log
      - ./_scripts/run-migrations.sh >hantera.log
      - ./_scripts/build-all.sh >hantera.log
  dependencies:
      # nothing here
  update:
    post:
      - ./_scripts/copy-env.sh >hantera.log
      - ./_scripts/run-migrations.sh >hantera.log
      - ./_scripts/build-all.sh >hantera.log
  • fixed hantera develop update will now also install/update the dependencies or your dependencies

v0.1.0

13 Apr 14:30
Compare
Choose a tag to compare

various improvements for develop commands

  • added: hantera update and install will both install added dependencies now when the „dependency name“ folder does not exist
  • changed: better error handling for exec commands
  • changed: exec commands won’t lead to a panic now, so hantera will continue to clone, update or install dependencies…

v0.0.5

10 Apr 09:10
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • added develop clean
  • added develop update
  • replace go-git with custom solution because of ref issues

v0.0.4

09 Apr 19:29
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

fixed version

v0.0.3

09 Apr 19:10
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
version v0.0.3

v0.0.1 - Initial Release

09 Apr 06:24
Compare
Choose a tag to compare
Pre-release
  • support for parsing project.yml
  • develop setup command for cloning a projects (incl. dependencies and installing evtl. npm dependencies)