-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm create astro --yes should skip all questions #8543
Comments
Looking at the code, |
So to be clear, you expect that --yes will still ask you to confirm a template if you haven't specified one on the command line? That seems like it falls short of how similar flags are used by other tools. |
I guess since it displays |
|
This issue can be closed. PR has been merged. |
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
The
--yes
option doesn't seem to skip all questions as the help string suggests. You can get by this by specifying a template but I believe--yes
should use the recommended template and not prompt the user. As a new user it's unclear to me what templates would be equivalent to the options below (perhaps the template name should be in that output?).What's the expected result?
Astro gets setup with the recommended starter defaults.
Link to Minimal Reproducible Example
N/A
Participation
The text was updated successfully, but these errors were encountered: