Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 23:57
· 9 commits to main since this release
787ab6d

notion-cli v0.5.0

This release focuses on better page editing workflows and better machine readable output for automation.

Highlights

  • page edit now supports property updates with repeatable -P/--prop flags (#24).
  • page edit --replace now supports --allow-deleting-content for pages that contain child pages or databases (#24).
  • notion-cli tools --json now returns a stable JSON list for scripts and integrations (#23).

More changes

  • page view now shows ancestor breadcrumb paths above the page title (#15).
  • Fixed UpdatePage payload wrapping so arguments are sent to Notion MCP in the expected shape (#14).
  • Aligned page edit command handling with current Notion MCP behaviour (#22).
  • Added database entry creation via db create, including --parent-db support (#11).

Thank you

Big thanks to our contributors:

  • @mipearson for db create and --parent-db support.
  • @jordandcarter for the UpdatePage request fix and the new page breadcrumb view.

Thanks as well to everyone who reviewed and tested these changes.

Upgrade

  • Homebrew: brew update && brew upgrade notion-cli
  • Direct binaries and checksums are attached to this release.

Full diff: v0.4.1...v0.5.0