maton notion database

View and create databases (use data-source for queries)

Available commands

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

ALIASES

maton notion db, maton notion databases

Examples

$ maton notion database view 0123456789abcdef0123456789abcdef
$ maton notion database create --parent-page 0123... --title 'Tasks'
$ maton notion database create --parent-page 0123... --title 'Tasks' \
    --properties '{"Status":{"select":{"options":[{"name":"Active"}]}}}'

See also