From cee02e0c217c549c30c02ae1f449a233c92f8001 Mon Sep 17 00:00:00 2001 From: litencatt Date: Tue, 2 Jan 2024 21:29:11 +0900 Subject: [PATCH] Re-generate docs --- docs/block.md | 10 +++++----- docs/db.md | 12 ++++++------ docs/help.md | 2 +- docs/page.md | 8 ++++---- docs/search.md | 2 +- docs/user.md | 6 +++--- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/block.md b/docs/block.md index 4fac298..0172bfc 100644 --- a/docs/block.md +++ b/docs/block.md @@ -56,7 +56,7 @@ EXAMPLES world!"}}]}}]' -r ``` -_See code: [src/commands/block/append.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/block/append.ts)_ + ## `notion-cli block delete BLOCK_ID` @@ -95,7 +95,7 @@ EXAMPLES $ notion-cli block delete BLOCK_ID -r ``` -_See code: [src/commands/block/delete.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/block/delete.ts)_ + ## `notion-cli block retrieve BLOCK_ID` @@ -134,7 +134,7 @@ EXAMPLES $ notion-cli block retrieve BLOCK_ID -r ``` -_See code: [src/commands/block/retrieve.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/block/retrieve.ts)_ + ## `notion-cli block retrieve children BLOCK_ID` @@ -176,7 +176,7 @@ EXAMPLES $ notion-cli block retrieve:children BLOCK_ID -r ``` -_See code: [src/commands/block/retrieve/children.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/block/retrieve/children.ts)_ + ## `notion-cli block update BLOCK_ID` @@ -216,4 +216,4 @@ EXAMPLES $ notion-cli block update BLOCK_ID -r ``` -_See code: [src/commands/block/update.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/block/update.ts)_ + diff --git a/docs/db.md b/docs/db.md index afae20c..e5c1c47 100644 --- a/docs/db.md +++ b/docs/db.md @@ -58,7 +58,7 @@ EXAMPLES $ notion-cli db create PAGE_ID -t 'My Database' -r ``` -_See code: [src/commands/db/create.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/db/create.ts)_ + ## `notion-cli db query [DATABASE_ID]` @@ -100,7 +100,7 @@ EXAMPLES Query a db with a specific database_id and raw filter string - $ notion-cli db query -r='{"and": ...}' DATABASE_ID + $ notion-cli db query -a='{"and": ...}' DATABASE_ID Query a db with a specific database_id and filter file @@ -108,10 +108,10 @@ EXAMPLES Query a db with a specific database_id and output format - $ notion-cli db query -o csv DATABASE_ID + $ notion-cli db query --csv DATABASE_ID ``` -_See code: [src/commands/db/query.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/db/query.ts)_ + ## `notion-cli db retrieve [DATABASE_ID]` @@ -150,7 +150,7 @@ EXAMPLES $ notion-cli db retrieve DATABSE_ID ``` -_See code: [src/commands/db/retrieve.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/db/retrieve.ts)_ + ## `notion-cli db update [DATABASE_ID]` @@ -198,4 +198,4 @@ EXAMPLES $ notion-cli db update DATABASE_ID -r ``` -_See code: [src/commands/db/update.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/db/update.ts)_ + diff --git a/docs/help.md b/docs/help.md index 75f507f..49581ef 100644 --- a/docs/help.md +++ b/docs/help.md @@ -23,4 +23,4 @@ DESCRIPTION Display help for notion-cli. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.20/src/commands/help.ts)_ + diff --git a/docs/page.md b/docs/page.md index e27b0be..e4af2c5 100644 --- a/docs/page.md +++ b/docs/page.md @@ -64,7 +64,7 @@ EXAMPLES $ notion-cli page create -f ./path/to/source.md -p PARENT_PAGE_ID -r ``` -_See code: [src/commands/page/create.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/page/create.ts)_ + ## `notion-cli page retrieve PAGE_ID` @@ -117,7 +117,7 @@ EXAMPLES $ notion-cli page retrieve PAGE_ID -p title,Z%3ESr -r ``` -_See code: [src/commands/page/retrieve.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/page/retrieve.ts)_ + ## `notion-cli page retrieve property_item PAGE_ID PROPERTY_ID` @@ -143,7 +143,7 @@ EXAMPLES $ notion-cli page retrieve:property_item PAGE_ID PROPERTY_ID -r ``` -_See code: [src/commands/page/retrieve/property_item.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/page/retrieve/property_item.ts)_ + ## `notion-cli page update PAGE_ID` @@ -200,4 +200,4 @@ EXAMPLES $ notion-cli page update PAGE_ID -u -r ``` -_See code: [src/commands/page/update.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/page/update.ts)_ + diff --git a/docs/search.md b/docs/search.md index 2993689..ecfa75e 100644 --- a/docs/search.md +++ b/docs/search.md @@ -73,4 +73,4 @@ EXAMPLES $ notion-cli search -q 'My Page' --columns=title,object -d asc -s 10 -c START_CURSOR_ID -p page ``` -_See code: [src/commands/search.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/search.ts)_ + diff --git a/docs/user.md b/docs/user.md index 79be424..cb2b639 100644 --- a/docs/user.md +++ b/docs/user.md @@ -44,7 +44,7 @@ EXAMPLES $ notion-cli user list -r ``` -_See code: [src/commands/user/list.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/user/list.ts)_ + ## `notion-cli user retrieve [USER_ID]` @@ -83,7 +83,7 @@ EXAMPLES $ notion-cli user retrieve USER_ID -r ``` -_See code: [src/commands/user/retrieve.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/user/retrieve.ts)_ + ## `notion-cli user retrieve bot` @@ -122,4 +122,4 @@ EXAMPLES $ notion-cli user retrieve:bot -r ``` -_See code: [src/commands/user/retrieve/bot.ts](https://github.com/litencatt/notion-cli/blob/v0.14.4/src/commands/user/retrieve/bot.ts)_ +