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): add gatsby plugin configure command #27727

Closed
wants to merge 16 commits into from

Conversation

mxstbr
Copy link
Contributor

@mxstbr mxstbr commented Oct 30, 2020

NOTE: This is based on #27703 so until that is merged you'll also see those changes here.

TODO

How to work on this

# Terminal tab 1
$ yarn workspace gatsby watch

# Terminal tab 2
$ yarn workspace gatsby-cli watch

# Terminal tab 3
# Note: this needs to be in a gatsby site that is either in gatsby/packages (I have it in gatsby/packages/test-site) or one that runs gatsby-dev-cli
$ GATSBY_EXPERIMENTAL_PLUGIN_OPTION_VALIDATION=true GATSBY_EXPERIMENTAL_PLUGIN_COMMANDS=true node ../gatsby-cli/lib/ plugin configure gatsby-source-contentful

[ch17926]

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Oct 30, 2020
@mxstbr mxstbr changed the base branch from feat/create-gatsby to master November 2, 2020 07:36
@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 2, 2020
@ascorbic
Copy link
Contributor

ascorbic commented Nov 2, 2020

Are you able to not include create-gatsby in this?

@LekoArts LekoArts closed this Mar 1, 2021
@LekoArts LekoArts deleted the feat/gatsby-plugin-configure branch March 1, 2021 14:26
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

4 participants