Using the Command Line¶
Commands¶
Below is the hierarchy of commands that are available in Galatea.
galatea ├── authorized-terms │ ├── check │ ├── new-transformation-file │ └── resolve │ ├── clean-tsv ├── merge-data │ └── from-getmarc │ ├── init-mapper │ └── merge │ └── config ├── set └── show
Getting Help¶
To get help at any point you can use the –help flag
user@WORKMACHINE123 galatea % galatea --help
usage: galatea [-h] [--version] {clean-tsv,authority-check,authorized-terms} ...
Galatea is a tool for manipulating tsv data.
options:
-h, --help show this help message and exit
--version show program's version number and exit
commands:
valid commands
{clean-tsv,authority-check,authorized-terms,merge-data,config}
clean-tsv clean TSV files
authority-check validate-authorized-names
authorized-terms manipulate authorized terms used
merge-data merge data from another source to tsv file
config configure galatea