Skip to content

Releases: mafintosh/hms

HMS v3.1.1

12 Feb 15:56

Choose a tag to compare

This version adds Node v0.12.0 compatibility.

HMS v3.1.0

06 Feb 12:19

Choose a tag to compare

  • Info, ps and list will now include hostname
  • Docks and list commands will now output tags attached
  • New log output format
  • The project should now follow the Standard JavaScript style

This release require the terminal instances to be rebooted after update.

HMS v3.0.0

29 Jan 15:01

Choose a tag to compare

In this release we changed the names of the server related commands to avoid clashes with client specific commands when autocompleting.

hms terminal is now hms run-terminal and hms dock is now hms run-dock. The arguments are the same.

Further more, we changed the format of specifying multiple environment variables when adding a remote. In the previous versions the system accepted a comma-seperated, this has been replaced with multiple --env arguments instead.

hms add remote service-name --env FOO=1 --env BAR=2

HMS version 2.0.0

29 Jan 14:21

Choose a tag to compare

  • hms status will now return the correct status code if a nonexistent service name is given
  • Replaced the list command with two new list commands, services and docks, fixes #10
  • ps has been deprecated, use info instead
  • The CLI should be able to autocomplete/suggest dock names when necessary
  • Coding style, switched to follow standard
  • Added an .editorconfig-file to help editors follow the coding guidelines
  • Upgraded tabalot dependency. Autocomplete is now supporeted in zsh