Skip to content

CLI Reference

This page provides documentation for our command line tools.

data

Graphium datasets.

Usage:

data [OPTIONS] COMMAND [ARGS]...

Options:

  --help  Show this message and exit.

download

Download a Graphium dataset.

Usage:

data download [OPTIONS]

Options:

  -n, --name TEXT    Name of the graphium dataset to download.  [required]
  -o, --output TEXT  Where to download the Graphium dataset.  [required]
  --progress         Whether to extract the dataset if it's a zip file.
  --help             Show this message and exit.

list

List available Graphium dataset.

Usage:

data list [OPTIONS]

Options:

  --help  Show this message and exit.