-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow using fly
instead of only flyctl
#44
Comments
same just happened to, was confusing as I thought the CLI is moving more towards |
For those who don't want to wait, or just prefer full CLI access, drop it in your workflow config instead of official action, and you are good to go. - name: Install Fly CLI
run: |
curl -L https://fly.io/install.sh | sh
echo "/home/runner/.fly/bin" >> $GITHUB_PATH If you are not using |
So here the issue... Is there any specific reason for removing |
Any update on when this will be updated? |
Hi!
I just had a problem where I got
fly: command not found
. When I changed toflyctl
it started working.In your official documentation you use
fly
instead offlyctl
quite a lot. I would therefore recommend that usingfly
would also be OK in workflows using this action. I think it should be consistent with the normal installation (which adds the symlink fly->flyctl).The text was updated successfully, but these errors were encountered: