Skip to main content

mr note-types

Discover Note Types, the typed schemas assigned to Notes. The note-types subcommand currently exposes list for filtered queries (with pagination via the global --page flag). Pipe note-types list --json through jq when you need to derive IDs to feed into note create --note-type-id.

Singular operations (get, create, edit, delete) live under the sibling note-type command.

Usage

mr note-types

Flags

This command has no local flags.

Inherited global flags

FlagTypeDefaultDescription
--jsonboolfalseOutput raw JSON
--no-headerboolfalseOmit table headers
--pageint1Page number for list commands (default page size: 50)
--quietboolfalseOnly output IDs
--serverstringhttp://localhost:8181mahresources server URL (env: MAHRESOURCES_URL)

Exit Codes

0 on success; 1 on any error

See Also