🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@4ier/notion-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4ier/notion-cli - npm Package Compare versions

Comparing version
0.4.0
to
0.5.0
+1
-1
package.json
{
"name": "@4ier/notion-cli",
"version": "0.4.0",
"version": "0.5.0",
"description": "Full-featured CLI for Notion. Like gh for GitHub, but for Notion. 44 commands, one binary.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -137,2 +137,14 @@ <h1 align="center">

### External Images
Insert or append an image block by URL (no upload — points to externally hosted image):
```sh
# Insert after a specific block (e.g. next to a "TODO: add figure" placeholder)
notion block insert <page-id> --after <block-id> \
--image-url https://example.com/diagram.png \
--caption "Figure 1 — architecture"
# Append to end of page
notion block append <page-id> --image-url https://example.com/diagram.png
```
### Recursive Block Reading

@@ -139,0 +151,0 @@ ```sh