An open API service indexing awesome lists of open source software.

https://github.com/fuseraft/gitlab_cli

A simple GitLab CLI tool written in Ruby.
https://github.com/fuseraft/gitlab_cli

Last synced: 3 months ago
JSON representation

A simple GitLab CLI tool written in Ruby.

Awesome Lists containing this project

README

          

# gitlab_cli
A simple GitLab CLI tool written in Ruby.

### Usage

#### Searching Projects
```bash
gitlab_cli.rb --search --project "Project Name"
```

#### Searching Groups
```bash
gitlab_cli.rb --search --group "Group Name"
```

#### Sharing Projects with a Group
```bash
gitlab_cli.rb --project "Project Name" --group "Group Name" --access "Access Level"
```

#### Listing Available Access Levels
```bash
gitlab_cli.rb --list-access-levels
```