puppetlabs-toy-chest / wash

Wide Area SHell: a cloud-native shell for bringing remote infrastructure to your terminal.
https://puppetlabs.github.io/wash
Apache License 2.0
180 stars 29 forks source link

Reduce downloading the (latest) Wash binary tgz to a directly runnable copy-paste command #658

Closed ekinanp closed 4 years ago

ekinanp commented 4 years ago

Based on the instructions in https://puppetlabs.github.io/wash/installing_wash, to download the latest Wash binary, users need to:

Ideally, users should be able to copy-paste the appropriate curl command and run it. So something like

curl -sfLO https://github.com/puppetlabs/wash/releases/download/latest/wash-latest-x86_64-unknown-linux.tgz

This requires changing the name of the generated .tgz file.