Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A command-line tool that makes it easier to use Backup/Clone all your repositories from GitLab.

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 directory

Flags:
--config string config file (default is $HOME/.gitlab.yaml)
-h, --help help for gitlab
-t, --toggle Help message for toggle

Use "gitlab [command] --help" for more information about a command.

```