Gatsby: There is no flag --log-pages in my gatsby build command

Created on 9 May 2020  Â·  6Comments  Â·  Source: gatsbyjs/gatsby

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.

confirmed cli bug

Most helpful comment

Hey folks. We just released [email protected] / [email protected] (thanks to PR by @albertlincoln ). Updating should fix this problem

All 6 comments

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

https://github.com/gatsbyjs/gatsby/pull/23951

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.

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.

Broke by [email protected] 2 days ago.

https://github.com/gatsbyjs/gatsby/pull/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

Hey folks. We just released [email protected] / [email protected] (thanks to PR by @albertlincoln ). Updating should fix this problem

Was this page helpful?
0 / 5 - 0 ratings

Related issues

theduke picture theduke  Â·  3Comments

totsteps picture totsteps  Â·  3Comments

hobochild picture hobochild  Â·  3Comments

rossPatton picture rossPatton  Â·  3Comments

brandonmp picture brandonmp  Â·  3Comments