question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
piehcommented, 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

0reactions
kklem0commented, May 10, 2020

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging Incremental Builds | Gatsby
With the release of Gatsby v3 Incremental Builds is available to everyone. This improvement is (re)generating only subset of HTML files…
Read more >
Improving your Gatsby build time by 300% - YouTube
Gatsby Incremental Builds promise to reduce your Gatsby application's build time down to 10 seconds – it's a big claim! Does Gatsby deliver?...
Read more >
Gatsby Incremental Builds and Github Actions - Raul Melo
If you want to see what pages have been changed, you can pass the flag --log-pages at the end of the command. In...
Read more >
Incremental builds not working as expected with Contentful
Our build command is currently prefaced with gatsby clean && . ... There doesn't seem to be a new deploy triggered in the...
Read more >
reactjs - how to use incremental build in Gatsby feature ...
Note: the --log-pages flag will help you to identify the built pages on each run. To ensure a cross-environment command support I'd ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found