0.6.0
This release includes the new cf-remote connect
command to open an SSH shell:
$ cf-remote connect -H hub
Opening a SSH command shell...
ubuntu@ip-172-31-34-237:~$
We've also made internal changes to reduce the number of SSH commands run sequentially, by transferring across a script (named nt-discovery.sh
). In our testing, this improves the performance of cf-remote info
by 10-20%, but this should vary based on how slow the machine and network is.
What's Changed
- Removed debian-9 from spawnable platforms by @victormlg in #113
- ENT-12155: Fixed traceback caused by unknown architecture by @olehermanse in #115
- Added connect command by @victormlg in #114
- Created nt-discovery.sh file by @victormlg in #112
- Made os-release/redhat-release optional by @victormlg in #116
- cf-remote connect: Handled errors from ssh by @olehermanse in #117
- cf-remote: Made nt-discovery parts quiet by default by @olehermanse in #118
- Removed unnecessary whoami command by @olehermanse in #119
Full Changelog: 0.5.2...0.6.0