Hi there. Trying to use Fly.io for the first time (coming from Gigalixir) and running into a number of issues:
-
fly
does not work for me as a command, butflyctl
does. (In fact,flyctl.exe
is the only executable in my~/.fly
directory. - Running
flyctl launch
from Windows PowerShell (standalone) returns an error indicating the command is not running ‘interactive mode’. I don’t see a flag to actually run this command in interactive mode. (Oddly, this is the same error if I runflyctl
in Bash for Windows.) - Running
flyctl launch
from VSCode’s PowerShell lets the script run, but then stops atRunning Docker release generator
. No error is given, and there are no signs of life via the Task Manager.
I believe that the docker errors are due to running flyctl
in a PowerShell but everything for mix
is set up to work inside Bash for Windows. That is, if I try to run a mix
command from PS it will fail.
Is it possible to use Bash for Windows? Or am I required to use PowerShell if I wish to use Fly.io and develop on a windows machine?