Replies: 2 comments
-
Can you still pass those options as flags. Check the README of the installer repo https://github.com/adonisjs-community/create-adonis-ts-app#options |
Beta Was this translation helpful? Give feedback.
0 replies
-
perfect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I'm using ansible and terraoform to automatically create my "IAC" servers, all I need is adonisJS5, but during the installation adonis asks some questions like "project name: some", "type: api, web or slim" and so on, in the old days you could pass as settings on the same line --name, --type (--api-only) and etc.
I don't want the screen to appear, I want to pass all variables in the same create command, is it possible?
how to make the complete installation of Adonis in a single line in the same shell was possible in AdonisJS4 ?
Beta Was this translation helpful? Give feedback.
All reactions