Releases: mafintosh/hms
Releases · mafintosh/hms
HMS v3.1.1
HMS v3.1.0
- 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
In this release we changed the names of the server related commands to avoid clashes with client specific commands when autocompleting.
hms terminalis nowhms run-terminalandhms dockis nowhms 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
hms statuswill now return the correct status code if a nonexistent service name is given- Replaced the
listcommand with two new list commands,servicesanddocks, fixes #10 pshas been deprecated, useinfoinstead- 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