Skip to content

CLI

datatui

Usage:

$ [OPTIONS] COMMAND [ARGS]...

Commands:

  • annotate: Annotate and put some examples into the...
  • count: Count and pretty print the number of...
  • export: Export annotations from the cache.

annotate

Annotate and put some examples into the cache.

Usage:

$ annotate [OPTIONS] EXAMPLES_PATH

Arguments:

  • EXAMPLES_PATH: [required]

Options:

  • --cache TEXT: Cache path [default: annotations]
  • --collection TEXT: Attach a collection name to each annotation [default: default]
  • --descr TEXT: Add a description
  • --help: Show this message and exit.

count

Count and pretty print the number of annotations per collection.

Usage:

$ count [OPTIONS]

Options:

  • --cache TEXT: Cache path [default: annotations]
  • --help: Show this message and exit.

export

Export annotations from the cache.

Usage:

$ export [OPTIONS]

Options:

  • --cache TEXT: Cache path [default: annotations]
  • --collection TEXT: Subset a collection
  • --file-out TEXT: Output file path
  • --help: Show this message and exit.