2.0.1 • Published 6 years ago

@clitools/git-tool v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

git-tool

CLI access for git providers (Gitlab, Bitbucket or Github) to manage your repositories,

Usage

git-tool <command>

Commands:
  git-tool credentials <action> [params..]  Manage saved credentials
  git-tool create <name>                    create new project and clone it
  git-tool get <id>                         get inromation about a project by id (or path)
  git-tool rm <id>                          delete project by id (or path)
  git-tool ls                               list all projects
  git-tool completion                       generate bash completion script

Options:
  --backend, -B  Backend provider                           [choices: "bitbucket", "gitlab", "github"]
  -v, --verbose  Show more information                      [count]
  -s, --silent   No output                                  [boolean]
  -d, --debug    Debug mode (stacktraces, very verbose)     [boolean]
  -h, --help     Show help                                  [boolean]
  -V, --version  Show version number                        [boolean]