Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satishbabariya/gitlab-cli
A command-line tool that makes it easier to use Backup/Clone all your repositories from GitLab.
https://github.com/satishbabariya/gitlab-cli
backup cli gitlab hacktoberfest
Last synced: 25 days ago
JSON representation
A command-line tool that makes it easier to use Backup/Clone all your repositories from GitLab.
- Host: GitHub
- URL: https://github.com/satishbabariya/gitlab-cli
- Owner: satishbabariya
- License: mit
- Created: 2019-06-25T07:18:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T06:57:39.000Z (about 3 years ago)
- Last Synced: 2024-11-07T22:42:45.513Z (about 2 months ago)
- Topics: backup, cli, gitlab, hacktoberfest
- Language: Go
- Homepage:
- Size: 3.04 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitLab CLI
A command-line tool that makes it easier to Backup/Clone all your repositories from GitLab.```
Automate GitLab via a simple and powerful CLI.
Usage:
gitlab [command]Available Commands:
clone Clones a repository into a newly created directory
help Help about any command
list list all your projects
login Setup Personal access tokens
sync Clone all repositories from gitlab to current directoryFlags:
--config string config file (default is $HOME/.gitlab.yaml)
-h, --help help for gitlab
-t, --toggle Help message for toggleUse "gitlab [command] --help" for more information about a command.
```