Skip to main content

mr note

Notes are free-form text records in mahresources. A Note has a name, description, optional meta JSON, an optional owner group, an optional note type (template), optional start/end dates, and many-to-many links to Tags, Resources, and Groups. A Note may also carry a share token that exposes it at /s/<token> for read-only public access.

Use the note subcommands to operate on a single note by ID: fetch the full record, create a new one, edit the name/description/meta fields, toggle sharing, or delete it. Use notes list to discover notes matching filters, or the bulk subcommands under notes to mutate many at once.

Usage

mr note

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