wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

Add `--any` option to `ssh` command #284

Open DavidWittman opened 4 years ago

DavidWittman commented 4 years ago

Sometimes I just want to connect to any server matching a particular Name tag. The --any flag supports this behavior by selecting the first running instance in the list of instances and connecting to it.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 1350


Changes Missing Coverage Covered Lines Changed/Added Lines %
commands/ssh.go 1 5 20.0%
<!-- Total: 1 5 20.0% -->
Files with Coverage Reduction New Missed Lines %
aws/fetch/s3_helpers.go 2 74.85%
aws/fetch/manual_fetchers.go 12 73.6%
<!-- Total: 14 -->
Totals Coverage Status
Change from base Build 1345: 0.0%
Covered Lines: 13184
Relevant Lines: 38304

💛 - Coveralls
simcap commented 4 years ago

Thanks for the PR and the work, but unfortunately this project is (so far) not maintained anymore. So it is unlikely this will ever get merged.