cloudflow icon indicating copy to clipboard operation
cloudflow copied to clipboard

Docs need attention for: "Download and install the Cloudflow CLI"

Open michael-read opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. The docs described here. Are terribly hard to use with the old versions listed.

Is your feature request related to a specific runtime of cloudflow or applicable for all runtimes? 2.3.1

Describe the solution you'd like Any place there is a version of Cloudflow displayed, automatically update it to the current version. For example,

curl -sL http://cloudflow.io/docs/get.sh | bash -s -- --prefix=$HOME --version=2.0.22 --verbose
curl -sL http://cloudflow.io/docs/get.sh | bash -s -- -P $HOME -v 2.0.22 -V

should automatically changed with the docs are created to:

curl -sL http://cloudflow.io/docs/get.sh | bash -s -- --prefix=$HOME --version=2.3.1 --verbose
curl -sL http://cloudflow.io/docs/get.sh | bash -s -- -P $HOME -v 2.3.1 -V

michael-read avatar Jul 18 '22 18:07 michael-read