Full CLI command

manatus - Metadata aggregation and transformation utility

usage: [-p | --profile <profile> ] | [-h] [-v] [--test] | <command> [-h] | <subcommand>

commands

subcommand

Possible choices: status, harvest, transform

subcommands

Named Arguments

-v, --verbose

verbose mode

-p, --profile

select configuration profile to use

--test

run module unit tests

Sub-commands

status

show status

python3 -m manatus status [-h] [--preview {json,jsonl}]

Named Arguments

--preview

Possible choices: json, jsonl

preview output filename

harvest

manatus harvest interactions

python3 -m manatus harvest [-h] [-n] [-l] [-i] [-s config_entry] [-r]

Named Arguments

-n, --new

add a new config entry

-l, --list

list config entries

-i, --interactive

select entry from config interactively

-s, --select

run action on a specific config entry

-r, --run

run harvest for all config entries

transform

manatus transformation interactions

python3 -m manatus transform [-h] [-n] [-l] [-i] [-s config_entry] [-r]
                             [--to_console]

Named Arguments

-n, --new

add a new config entry

-l, --list

list config entries

-i, --interactive

select entry from config interactively

-s, --select

run action on a specific config entry

-r, --run

run transformation for all config entries

--to_console

print records to console, don’t write to disk