Skip to content

feat(commands/variable): add `variable set` command

Clement Sam requested to merge feat-set-var into trunk

Adds variable set command for creating GitLab environment variables.

Variable can be created for a project or a group specified with --group | -g flag.

Resolves #515 (closed)

Merge request reports