Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 817 Bytes

cli.rst

File metadata and controls

30 lines (20 loc) · 817 Bytes

Command Line Interface

Command-line interface when the module is called with python3 -m manatus.

Most actions can be explored with the --help flag.

The two main activities are:

  • Harvest - :pymanatus.cli.harvest
  • Transform - :pymanatus.cli.transform

Other command options relate to setting and querying the program environment and running the module self-test.

The path to the manatus configuration files must either be defined with the MANATUS_CONFIG environment variable or exist in one of two default locations:

  • $HOME/.local/share/manatus
  • the manatus module directory

See configuration for more details.

cli_full cli_status cli_harvest cli_transform cli_functions