@andrzejchm/notion-cli 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/cli.js +372 -259
- package/dist/cli.js.map +1 -1
- package/docs/FEATURE-PARITY.md +15 -18
- package/docs/README.agents.md +17 -0
- package/docs/skills/using-notion-cli/SKILL.md +35 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,6 +99,7 @@ notion ls
|
|
|
99
99
|
| `notion edit-page <id\|url> -m <markdown>` | Replace entire page content |
|
|
100
100
|
| `notion create-page --parent <id\|url> --title <title>` | Create a new page, prints URL |
|
|
101
101
|
| `notion update <id\|url> --prop "Name=Value"` | Update properties on a page |
|
|
102
|
+
| `notion archive <id\|url>` | Archive (trash) a page |
|
|
102
103
|
| `notion completion bash\|zsh\|fish` | Install shell tab completion |
|
|
103
104
|
|
|
104
105
|
### `notion db query` flags
|