If I run fly deploy
for an uninitialized fly project, the help msg suggest we run fly init
. However, fly init
is no longer a valid command. Instead, it should suggest users to run fly launch
.
I’m too tired at the moment to clone your repo, find the message, and make a PR.