v0.5.0
notion-cli v0.5.0
This release focuses on better page editing workflows and better machine readable output for automation.
Highlights
page editnow supports property updates with repeatable-P/--propflags (#24).page edit --replacenow supports--allow-deleting-contentfor pages that contain child pages or databases (#24).notion-cli tools --jsonnow returns a stable JSON list for scripts and integrations (#23).
More changes
page viewnow shows ancestor breadcrumb paths above the page title (#15).- Fixed
UpdatePagepayload wrapping so arguments are sent to Notion MCP in the expected shape (#14). - Aligned
page editcommand handling with current Notion MCP behaviour (#22). - Added database entry creation via
db create, including--parent-dbsupport (#11).
Thank you
Big thanks to our contributors:
- @mipearson for
db createand--parent-dbsupport. - @jordandcarter for the
UpdatePagerequest 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