Copia CLI manual

copia-cli, or copia, is a command-line interface for Copia for use in your terminal or your scripts.

Installation

You can find installation instructions on our README.

Configuration

  • Run copia-cli auth login to authenticate with your Copia instance. Alternatively, copia-cli will respect the COPIA_TOKEN environment variable.
  • To target a specific Copia host, use the --host flag or set COPIA_HOST.

Examples

$ copia-cli issue list
$ copia-cli issue create --label bug
$ copia-cli repo view my-org/my-repo

See also