Answers for "Upload package to gitlab package registry"

0

Upload package to gitlab package registry

curl --header "DEPLOY-TOKEN: <deploy_token>" \
     --upload-file path/to/file.txt \
     "https://gitlab.example.com/api/v4/projects/24/packages/generic/my_package/0.0.1/file.txt?status=hidden"
Posted by: Guest on April-19-2021

Code answers related to "Upload package to gitlab package registry"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language