Skip to content

mxr labels

Generated from mxr labels --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

Manage labels

mxr labels [OPTIONS] [COMMAND]
Subcommand Purpose
create Create a new label
delete Delete a label
rename Rename a label
help Print this message or the help of the given subcommand(s)
Flag Description
--account <ACCOUNT>
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help

List and manage labels/folders.

Terminal window
mxr labels
mxr labels create receipts --dry-run

Create a new label

mxr labels create [OPTIONS] <NAME>
Flag Description
<NAME>
Flag Description
--color <COLOR>
--dry-run Show what would change without creating the label
-h, --help Print help

Delete a label

mxr labels delete [OPTIONS] <NAME>
Flag Description
<NAME>
Flag Description
--dry-run Show what would change without deleting the label
--yes Skip the interactive confirmation prompt
-h, --help Print help

Rename a label

mxr labels rename [OPTIONS] <OLD> <NEW>
Flag Description
<OLD>
<NEW>
Flag Description
--dry-run Show what would change without renaming the label
--yes Skip the interactive confirmation prompt
-h, --help Print help