Commit 25fc65a
fix(cli): changed default
The `--job` argument could be interpreted as `--job-token`
Example failure:
$ gitlab \
--private-token ${GITLAB_API_KEY} -o json \
project-artifact download \
--project-id mdm/entities \
--job ${JOB} \
--ref-name ${REF} \
gitlab: error: argument --job-token: not allowed with argument
--private-tokenallow_abbrev value to fix arguments collision problem1 parent 9e64645 commit 25fc65a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments