#
gitlab-cli
Here are 28 public repositories matching this topic...
Ruby wrapper and CLI for the GitLab REST API
-
Updated
Jun 2, 2021 - Ruby
jwkicklighter
commented
Sep 20, 2019
#197 took care of being able to use # at the start of a line, but I just noticed that there isn't a great user flow for editing an issue that already has markdown headings.
- Create an issue with at least 1 heading
- Edit the issue with
lab issue edit [ID] - Make changes and save
- The issue will now have its heading(s) stripped out
I'm not sure what the best course would be, but
Create a merge request from command line in gitlab
github
nodejs
javascript
git
cli
commandline
utility
gitlab
utilities
command-line
cli-utilities
command-line-tool
cli-utility
gitlab-cli
merge-request
merge-req
-
Updated
Jun 7, 2021 - JavaScript
lab is a cli client of gitlab like hub
-
Updated
Feb 21, 2021 - Go
bzon
commented
Jul 23, 2018
GitLab Runner (Docker image) for ARM devices, this is a mirror repository of
docker
raspberry-pi
arm
gitlab
gitlab-ci
gitlab-runner
armv7
raspberry
armhf
gitlab-mirror
raspberry-pi-3
gitlab-cli
-
Updated
Apr 1, 2021 - Shell
Go GitLab Personal Access Token
-
Updated
Sep 29, 2019 - Go
marcofranssen
commented
Mar 5, 2021
interactive command-line-interface for the gitlab rest api written in go
-
Updated
Oct 30, 2019 - Go
Checks if your .gitlab-ci.yml file is valid.
-
Updated
Jul 9, 2020 - Rust
Automated tool that prepares and creates GitLab release with notes
-
Updated
Jun 5, 2019 - Ruby
RamonGebben
commented
Sep 16, 2019
To see all merge requests authored by you and which are approved when approval status is a thing. When it's not we'll have to look for the "
This small utility allow you to manage a group from a gitlab instance for a specific user
-
Updated
Jun 13, 2018 - JavaScript
cli tool for checking Gitlab pipeline and jobs status
-
Updated
Jun 11, 2021 - JavaScript
API built using Django, Postgres, Heroku, Docker, and Gitlab CLI.
-
Updated
Jun 10, 2021 - Python
CLI tool to interact with Github,Gitlab,Bitbucket
-
Updated
May 27, 2021 - JavaScript
Management CLI tools for GitLab, MS AD, SonarQube and Vault
cli
gitlab
vault
sonarqube
cli-utilities
uid-generator
vault-client
ldap-client
gitlab-cli
sonar-cli
vault-cli
-
Updated
Mar 24, 2017 - Shell
Provides some shortcuts and workflows when working with GitLab at work. Totally not inspired by https://github.com/cli/cli.
-
Updated
Mar 3, 2020 - Go
-
Updated
Jul 16, 2018 - Go
Gitlab console tool. (under construction)
-
Updated
Jan 21, 2017 - PHP
Group of pythons scritps that i've used to get some quickier reports of GitLab. List of Projects and Members, full history of tags and descriptions of a project.
-
Updated
Feb 28, 2020 - Python
Create a merge request from command line in gitlab
-
Updated
Sep 9, 2020 - JavaScript
Improve this page
Add a description, image, and links to the gitlab-cli topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitlab-cli topic, visit your repo's landing page and select "manage topics."
I was wondering if there is a way to deal with issues in a file-like approach. For example
That is, download the issue to a temporary file, edit as needed, update isse using the modified file.
This would be handy also to clone issues or to use an issue as a template: