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 loginto authenticate with your Copia instance. Alternatively,copia-cliwill respect theCOPIA_TOKENenvironment variable. - To target a specific Copia host, use the
--hostflag or setCOPIA_HOST.
Examples
$ copia-cli issue list
$ copia-cli issue create --label bug
$ copia-cli repo view my-org/my-repo