Earlier quoted context omitted.
it's a paid feature: not in community gitlab
If your project is open source on gitlab.com - you get all paid features for free.
Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
71–76 of 76 posts
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#72Earlier quoted context omitted.
you can create a merge request as well using only git, gitlab support it git push -o merge_request.create I have it under alias `gmr`, it will use default branch as a target
And the infinitely handy "push -o ci.variable=ALPHA=BETA" or its friend "push -o ci.skip" to influence the CI job that's created, if any, due to the push https://docs.gitlab.com/ee/user/project/push_options.html#pu...
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#73Earlier quoted context omitted.
And the infinitely handy "push -o ci.variable=ALPHA=BETA" or its friend "push -o ci.skip" to influence the CI job that's created, if any, due to the push https://docs.gitlab.com/ee/user/project/push_options.html#pu...
That's the first I've read of `push -o`. Does GitHub have push options like that as well?
I don't recall ever hearing of any such thing in GitHub, and their help search is so atrocious I don't know that I'd be able to find the answer even now. That said, I can't imagine that kind of customization fits into GitHub's mental model, which goes double given that they just recently even _developed_ a CI system to which one could send those options
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#74There is also just "lab"[1]. [1] https://github.com/zaquestion/lab
lab is great! The CI view in the cli felt kind of magical at the time. I was in an organization that was bizarrely using both GitHub ant GitLab, and lab+hub really helped make sense of things until we finally migrated to GitLab. Using GitHub exclusively at the new job has me really missing GitLab CI when working the GitHub actions :(
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#75Hosted on github. Ah the irony. Feels like a missed opportunity. On another note no have been using the GitHub cli client and it is great to be able to quickly create a PR from where I did the last push.
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#76I tried this, and it seems very useful, but there's no documentation and the CLI help command doesn't work. Why make a tool and then not tell anyone how to use it? It's frustrating. No combination of `glab help command` or `glab command --help` works.