0.1.0 • Published 2 years ago

notion-cli-ts v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

notion-cli-ts

Notion CLI tool written by TypeScript.

Usage

$ npm install -g notion-cli-ts
$ notion-cli-ts COMMAND
running command...
$ notion-cli-ts (--version)
notion-cli-ts/0.1.0 darwin-x64 node-v17.0.1
$ notion-cli-ts --help [COMMAND]
USAGE
  $ notion-cli-ts COMMAND
...

Commands

notion-cli-ts help [COMMAND]

Display help for notion-cli-ts.

USAGE
  $ notion-cli-ts help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for notion-cli-ts.

See code: @oclif/plugin-help

notion-cli-ts db

describe the command here

USAGE
  $ notion-cli-ts db [-q -d <value>] [-f <value>] [-c --page_id <value>] [-u ] [-r ] [-p <value>] [-P]

FLAGS
  -c, --create
  -d, --database_id=<value>
  -f, --filter=<value>
  -q, --query
  -r, --retrieve
  -u, --update
  --page_id=<value>

DESCRIPTION
  describe the command here

EXAMPLES
  $ notion-cli-ts db

See code: dist/commands/db.ts

notion-cli-ts page

describe the command here

USAGE
  $ notion-cli-ts page [-r -p <value>] [-c] [-u ] [--retrieve_property] [--parent_page_id <value>]
    [--property_id <value>] [-d <value>] [-f <value>]

FLAGS
  -c, --create
  -d, --database_id=<value>
  -f, --file_path=<value>
  -p, --page_id=<value>
  -r, --retrieve
  -u, --update
  --parent_page_id=<value>
  --property_id=<value>
  --retrieve_property

DESCRIPTION
  describe the command here

EXAMPLES
  $ notion-cli-ts page

See code: dist/commands/page.ts

notion-cli-ts block [BLOCK_ID]

describe the command here

USAGE
  $ notion-cli-ts block [BLOCK_ID] [-r] [-u] [-d] [-c] [-a]

FLAGS
  -a, --appendChildren
  -c, --retrieveChildren
  -d, --delete
  -r, --retrieve
  -u, --update

DESCRIPTION
  describe the command here

EXAMPLES
  $ notion-cli-ts block

See code: dist/commands/block.ts

notion-cli-ts user

describe the command here

USAGE
  $ notion-cli-ts user [-r --user_id <value>] [-l] [-b]

FLAGS
  -b, --bot
  -l, --list
  -r, --retrieve
  --user_id=<value>

DESCRIPTION
  describe the command here

EXAMPLES
  $ notion-cli-ts user

See code: dist/commands/user.ts