remix-run/blues-stack

The way of creating fly apps has changed

pkovzz opened this issue · 0 comments

Have you experienced this bug with the latest version of the template?

Yes

Steps to Reproduce

  1. Create a new Remix app with npx create-remix --template remix-run/blues-stack
  2. Follow the README until we reach the point where we want to create 2 Fly apps
  3. 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.