gitlab-cli
gitlab-cli copied to clipboard
GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
I just thought it would be a good idea to add issue management features such as pushing new issues, listing all available issues and mark issues as complete from command...
if the command is ran from a git folder & if the current git project has no origin then add remote origin to the current git project when running gitlab...
``` $ sudo gem install gitlab_cli Password: Building native extensions. This could take a while... ERROR: Error installing gitlab_cli: ERROR: Failed to build gem native extension. /usr/local/opt/ruby/bin/ruby -r ./siteconf20151013-7973-1g17n9b.rb extconf.rb...
The json version used isn't compatible with ruby 2.2.0. This is resolved in json 1.8.2 according to https://github.com/flori/json/issues/229 and https://github.com/flori/json/pull/231 . #55 is certainly related to this.
Gitlab version: 5.0.1 (Turnkey appliance) Installed via: "gem install gitlab_cli" command Created config file in home directory. When I try to run commands like "gitlab project add test_project" or "gitlab...
have it working fine on one ubuntu 14.04 server. the other throws an error: Unable to get users undefined method `response' for # this is driving me nuts. there doesn't...
Am I right there is no any merge request support at the moment?
Both of you are using thor and rest client https://github.com/drewblessing/gitlab-cli does listing things, snippet creation https://github.com/georgecodes/glub adds project creation Maybe you guys want to combine efforts?