File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
2525
2626To update, simply re-run the installation command above.
2727
28+ It is currently not possible to install earlier versions of the Flow CLI with Homebrew.
2829## Linux
2930
3031### From a pre-built binary
@@ -39,6 +40,14 @@ sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
3940
4041To update, simply re-run the installation command above.
4142
43+ ### Install a specific version
44+
45+ To install a specific version of Flow CLI, append the version tag to the command (e.g. the command below installs CLI version v0.33.3).
46+
47+ ``` sh
48+ sh -ci " $( curl -fsSL https://storage.googleapis.com/flow-cli/install.sh) " -- v0.33.3
49+ ```
50+
4251## Windows
4352
4453### From a pre-built binary
You can’t perform that action at this time.
0 commit comments