Missing docs on non-interactive mode

Hi!

I’m creating a CLI tool and want to run expo init in the background, therefore using non-interactive mode. But I can’t find a way to start with the blank (TypeScript) template.

The closest I’ve got was: expo init my-app --non-interactive --template blank --workflow managed --name MyApp. But this fails with error:

Can't read JSON file: /Users/myUser/Repos/my-app/app.json
└─ Cause: Error: ENOENT: no such file or directory, open '/Users/myUser/Repos/my-app/app.json'

And also, if this worked, probably wouldn’t start using the TypeScript template.

Any help would be appreciated,
Thanks!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.