There is a gitlab CLI tool written in Go that would likely be easy to include as a sub command.
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
I had a quick look at this today, but it appears it's not totally possible out of the box, and some if the internals of the gtilab cli would need to be accessed.
So setting a default host for the WM gitlab instance is not yet possible.
Having said that, integrating the command is totally possible..
Comment Actions
I filled https://github.com/profclems/glab/issues/843 to see if I can get some guidance or agreement that the needed changes could happen.
Comment Actions
Looks like this might be easier than first thought, just need to move 1 package out of internals in the glab code base and it seems to then be working!