Skip to content
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

feat(gatsby-cli): remove feature flag for new interactive gatsby new experience #28125

Merged
merged 1 commit into from Nov 26, 2020

Conversation

mxstbr
Copy link
Contributor

@mxstbr mxstbr commented Nov 17, 2020

We added this feature flag in #27954. Once we feel comfortable releasing the new interactive gatsby new experience for all our users we should merge this PR to remove the feature flag and update the docs for gatsby new!

[ch19029]

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 17, 2020
@mxstbr mxstbr requested a review from a team November 17, 2020 13:02
@mxstbr mxstbr added topic: cli Related to the Gatsby CLI and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Nov 17, 2020
!starterStr &&
!rootPathStr
) {
if (!starterStr && !rootPathStr) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should eventually handle root path too, skipping the first question

@@ -27,11 +27,60 @@ You can also use the `package.json` script variant of these commands, typically

### `new`

#### Usage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need updating in Contentful too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these docs live in Contentful 🤔 Either way we should ship this for now and (worst-case scenario) update Contentful afterwards 👍

cc @meganesu

@mxstbr mxstbr merged commit 911d5e3 into master Nov 26, 2020
@delete-merged-branch delete-merged-branch bot deleted the remove-create-gatsby-feature-flag branch November 26, 2020 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: cli Related to the Gatsby CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants