git-gitlab icon indicating copy to clipboard operation
git-gitlab copied to clipboard

merge-request doesn't work

Open raine opened this issue 10 years ago • 7 comments

$ git-lab merge-request -b csp-updates -h master
Incorrect Usage.

NAME:
   merge-request - create merge request.

USAGE:
   command merge-request [arguments...]

DESCRIPTION:


raine avatar Aug 11 '15 14:08 raine

@raine did you ever figure this out? (or figure out a less broken solution to use)? :)

kflorence avatar Jan 28 '16 21:01 kflorence

Unless I am missing something, this command doesn't seem to be implemented https://github.com/numa08/git-gitlab/blob/develop/commands.go#L85

kflorence avatar Jan 28 '16 21:01 kflorence

Some alternatives:

https://github.com/seveas/git-spindle https://github.com/raine/gitlab-merge-request

raine avatar Jan 28 '16 21:01 raine

@raine thanks, git-spindle seems like exactly what I need.

kflorence avatar Jan 28 '16 21:01 kflorence

It's not implemented https://github.com/numa08/git-gitlab/blob/develop/commands.go#L85-L86

drewwells avatar Apr 18 '16 19:04 drewwells

Just keeping this here for future references. One more alternative. https://github.com/vishwanatharondekar/gitlab-cli

vishwanatharondekar avatar Jan 04 '17 06:01 vishwanatharondekar

I hope this new cli tool helps. It is being actively maintained with support for live pipeline view on cli https://github.com/profclems/glab

profclems avatar Aug 17 '20 13:08 profclems