Skip to content

CLI Reference

This page provides documentation for the calligraph command line tool.

calligraph

Opens the Calliope NetCDF model file given by PATH in an interactive visualisation tool.

Usage:

calligraph [OPTIONS] PATH

Options:

  -p, --port INTEGER  Port on which to serve the app. By default (0), a random
                      available port is chosen.
  -nb, --no-browser   Do not open a browser.
  --development       Run in development mode. Currently this enables
                      autoreload on code change.
  --version           Show the version and exit.
  --help              Show this message and exit.