gitlab-cli:GitLab的简单命令行界面

时间:2021-03-17 12:39:49
【文件属性】:
文件名称:gitlab-cli:GitLab的简单命令行界面
文件大小:46KB
文件格式:ZIP
更新时间:2021-03-17 12:39:49
Go GitLab命令行界面 GitLab命令行界面(CLI)是跨平台的命令行实用程序,它提供了一种用户友好但功能强大的方式来从GitLab存储库中查询信息。 安装及使用 最简单的安装方法是使用安装脚本: # install latest version into /usr/local/bin/ curl -sSfL https://raw.githubusercontent.com/makkes/gitlab-cli/master/install.sh | sh -s # install latest version into ~/bin/ curl -sSfL https://raw.githubusercontent.com/makkes/gitlab-cli/master/install.sh | sh -s -- -b ~/bin # install v3.6.3 into /us
【文件预览】:
gitlab-cli-master
----go.mod(527B)
----.github()
--------build(13B)
--------CODEOWNERS(10B)
--------workflows()
----go.sum(4KB)
----install.sh(2KB)
----table()
--------table.go(4KB)
--------table_test.go(6KB)
----config()
--------cache.go(1KB)
--------cache_test.go(2KB)
--------config.go(4KB)
----LICENSE(1KB)
----.golangci.toml(541B)
----README.md(3KB)
----Makefile(885B)
----mock()
--------mock.go(1KB)
----api()
--------api_test.go(1KB)
--------types.go(2KB)
--------api.go(5KB)
----versions()
--------versions.go(1021B)
----.gitignore(36B)
----cmd()
--------inspect()
--------gitlab()
--------create()
--------get()
--------completion()
--------root.go(1KB)
--------delete()
--------status()
--------update()
--------version()
--------login()
----support()
--------pre-push(25B)

网友评论