Command line interface

Usage: ccbr_actions [OPTIONS] COMMAND [ARGS]...

  GitHub Actions Workflows for CCBR repositories

  For more options, run: ccbr_actions [command] --help

  https://ccbr.github.io/actions/

Options:
  -v, --version   Show the version and exit.
  -c, --citation  Print the citation in bibtex format and exit.
  -h, --help      Show this message and exit.

Commands:
  use-example  Use a GitHub Actions workflow file from CCBR/actions.

use-example

Usage: ccbr_actions use-example [OPTIONS] NAME

  Use a GitHub Actions workflow file from CCBR/actions.

  Args:
      name (str): The name of the example workflow file to download.

  Examples:
      ccbr_actions use-example docs-mkdocs
      ccbr_actions use-example build-nextflow

  See list of workflow files here:
  https://ccbr.github.io/actions/examples.html

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