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.
- Host: GitHub
- URL: https://github.com/fuseraft/gitlab_cli
- Owner: fuseraft
- Created: 2023-05-18T16:04:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T17:38:07.000Z (over 2 years ago)
- Last Synced: 2025-02-02T17:28:50.868Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```