sysand info maintainer#

Get or manipulate the list of maintainers of the project

Usage#

sysand info maintainer [OPTIONS]

Description#

Prints the list of maintainers of the given project. With modifying options, updates the list.

Options#

  • --numbered: Prints a numbered list

  • --set <MAINTAINER>: Replace the entire list with a single maintainer

  • --add <MAINTAINER>: Append a maintainer to the list

  • --remove <N>: Remove the maintainer at position N (1-based, as shown by --numbered)

  • --clear: Remove all maintainers

Global options#

  • -v, --verbose: Use verbose output

  • -q, --quiet: Do not output log messages

  • --no-config: Disable discovery of configuration files

  • --config-file <CONFIG_FILE>: Give path to ‘sysand.toml’ to use for configuration

  • -h, --help: Print help