Releases: dankraw/ssh-aliases
Releases · dankraw/ssh-aliases
v0.3.2
Improvements
- Fix for DNS names containing underscores #29
v0.3.0
Features
- RegExp-matching aliases generation (see docs)
Improvements
- Placeholder indexes (like
{#1}
) validation in aliases, better error handling
- Allow to have
hostname
with config
and no alias
specified in host definition
v0.2.0
Features
- Variables (see docs)
- Extending configurations (via
_extend
property, see docs)
Improvements
- Hostname and configuration properties can be optional in some circumstances (see readme)
- Improved configuration errors handling
v0.1.2
Bugfixes
- #8
list
command returned error when host referred config from external file
v0.1.1
Improvements
- Better versioning
- Homebrew support
brew tap dankraw/ssh-aliases
brew install ssh-aliases
v0.1.0
First release of ssh-aliases
. 🎉
🎉
Features
- multiple HCL input files supported
compile
, list
commands available in CLI
- hostnames expansion with ranges
[1..5]
and sets [a|b|c]
- alias templates
example{#1}.{#2}