The Wayback Machine - https://web.archive.org/web/20210810002958/https://github.com/topics/gitlab-instance
Skip to content
#

gitlab-instance

Here are 4 public repositories matching this topic...

Language: All
Filter by language
glab
tcpaiva
tcpaiva commented Jun 1, 2021

I was wondering if there is a way to deal with issues in a file-like approach. For example

$ glab issue view 123 >> tmp.md
$ xdg-open tmp.md
$ glab issue update 123 --file tmp.md

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:

$ glab issue c

Improve this page

Add a description, image, and links to the gitlab-instance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gitlab-instance topic, visit your repo's landing page and select "manage topics."

Learn more