gitlab-ci-variables-cli
gitlab-ci-variables-cli copied to clipboard
CLI tool to allow setting bulk project variables on Gitlab CI
Thanks for this! I needed to add support for the `masked` to insert secrets but it was not supported. I added other options as well ([see reference](https://docs.gitlab.com/ee/api/project_level_variables.html)). I also handled...
Currently the values of he variables are being logged in console. I got my secret keys logged into CircleCI build logs while using the tool.
Deleting variables can be very useful in many scenarios
Your tool is great! I really happy to find and use it. That would be awesome adding the functionality to get/add Group variables