maton notion data-source

View, query, and update data sources (database schemas)

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 ds, maton notion data-sources

Examples

$ maton notion data-source view 0123456789abcdef0123456789abcdef
$ maton notion data-source query <dataSourceId> --filter '{"property":"Status","select":{"equals":"Active"}}'
$ maton notion data-source update <dataSourceId> --body '{"properties":{"NewColumn":{"rich_text":{}}}}'

See also