copia-cli release upload
copia-cli release upload <tag> <files>...
Upload asset files to a Copia release. Specify the release tag followed by one or more file paths.
Options inherited from parent commands
-
--host <string> - Target Copia host
-R,--repo <string>- Select repository (owner/repo)
-
--token <string> - Authentication token
Examples
# Upload a single asset
$ copia-cli release upload v1.0.0 binary.tar.gz
# Upload multiple assets
$ copia-cli release upload v1.0.0 *.tar.gz *.zip