flyctl v0.1.47 - Cannot deploy, clone and list machines

I use github actions, so I just pinned the flyctl version to v0.1.46:

- name: Set up flyctl
  uses: superfly/flyctl-actions/setup-flyctl@dfdfedc86b296f5e5384f755a18bf400409a15d0
  with:
    version: 0.1.46

You can also download the flyctl v0.1.46 binary here:

For example:

wget https://github.com/superfly/flyctl/releases/download/v0.1.46/flyctl_0.1.46_Linux_x86_64.tar.gz
tar -zxvf flyctl_0.1.46_Linux_x86_64.tar.gz
./flyctl --help
2 Likes