The way of creating fly apps has changed
pkovzz opened this issue · 0 comments
pkovzz commented
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
- Create a new Remix app with
npx create-remix --template remix-run/blues-stack
- Follow the README until we reach the point where we want to create 2 Fly apps
- Fly will throw an error, because command
create
is deprecated
Expected Behavior
If I copy-paste the commands from the README, it should create the Fly apps.
Actual Behavior
Fly will throw an error, because command create
is deprecated.