Hello, I am installing flytectl on git actions wor...
# flyte-support
s
Hello, I am installing flytectl on git actions workflow using curl, since the git actions workflow is executed in a linux server.
Copy code
curl -sL <https://ctl.flyte.org/install> | bash
Now I don’t want to installed the latest version of flytectl, I want version 0.6.14 that is not interactively taking user input when updating a launchplan. How do I specify the flytectl version in the above curl command?
The command is:
Copy code
curl -sL <https://ctl.flyte.org/install> | sudo bash -s -- -b /usr/local/bin v0.8.13
👍🏽 1