vara-art

This tool manages the Artefacts of a paper config.

Usage: vara-art [OPTIONS] COMMAND [ARGS]...

  Manage artefacts.

Options:
  -h, --help  Show this message and exit.

Commands:
  generate  Generate artefacts.
  list      List all artefacts of the current paper config.
  show      Show detailed information about artefacts.

To generate all artefacts of the current paper-config, use:

vara-art generate

If you only want to generate some specific artefacts, you can specify their names with the --only parameter:

vara-art generate --only "PC Overview"

You can list all artefacts of the current paper config with:

vara-art list

To show details for one or more artefacts, use:

vara-art show "PC Overview"

You can give multiple artefact names to vara-art show to see details for multiple artefacts at once.