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

There is no flag --log-pages in my gatsby build command #23941

Closed
laurenskling opened this issue May 9, 2020 · 6 comments · Fixed by #23951
Closed

There is no flag --log-pages in my gatsby build command #23941

laurenskling opened this issue May 9, 2020 · 6 comments · Fixed by #23951
Assignees
Labels
status: confirmed Issue with steps to reproduce the bug that’s been verified by at least one reviewer. topic: cli Related to the Gatsby CLI type: bug An issue or pull request relating to a bug in Gatsby

Comments

@laurenskling
Copy link
Contributor

Summary

at https://www.gatsbyjs.org/docs/page-build-optimizations-for-incremental-data-changes/#reporting-what-has-been-built it is writting I can use a --log-pages flag. But my cli says that flag does not exist. I tried different recent versions of gatsby.

@laurenskling laurenskling added the type: documentation An issue or pull request for improving or updating Gatsby's documentation label May 9, 2020
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 9, 2020
@albertlincoln
Copy link
Contributor

I ran into the same issue - the code is in gatsby but not gatsby-cli. I've fixed it here:

#23951

@adriandmitroca
Copy link

I'm pretty sure this flag existed in the past.

Is there any new equivalent? I couldn't find anything related to this change in the changelog.

@kklem0
Copy link

kklem0 commented May 10, 2020

I'm pretty sure this flag existed in the past.

Is there any new equivalent? I couldn't find anything related to this change in the changelog.

Same here, my daily build just failed.

@kklem0
Copy link

kklem0 commented May 10, 2020

Broke by gatsby@2.21.21 2 days ago.

@kklem0
Copy link

kklem0 commented May 10, 2020

#23839
yargs upgraded from v12 to v15 and is incompatible.

## [14.0.0](https://github.com/yargs/yargs/compare/v13.3.0...v14.0.0) (2019-07-30)


### ⚠ BREAKING CHANGES

* do not allow additional positionals in strict mode

@pieh pieh added type: bug An issue or pull request relating to a bug in Gatsby topic: cli Related to the Gatsby CLI status: confirmed Issue with steps to reproduce the bug that’s been verified by at least one reviewer. and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer type: documentation An issue or pull request for improving or updating Gatsby's documentation labels May 10, 2020
@pieh pieh self-assigned this May 10, 2020
@pieh
Copy link
Contributor

pieh commented May 11, 2020

Hey folks. We just released gatsby-cli@2.12.16 / gatsby@2.21.22 (thanks to PR by @albertlincoln ). Updating should fix this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: confirmed Issue with steps to reproduce the bug that’s been verified by at least one reviewer. topic: cli Related to the Gatsby CLI type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants