0.0.2 • Published 3 years ago

doghub v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

doghub

Tools to help migration from DevOps to Github

oclif Version Downloads/week License

Pre-requisites

This tool in part wraps around the Azure and Github command line tools, so you will need to install both of those and ensure you are logged in.

Azure CLI

To use this, you need the az-cli installed, and to have logged in - it basically wraps around the CLI tool.

https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops

Github CLI

To use this, you need the gh installed, and to have logged in - it basically wraps around the CLI tool.

https://github.com/cli/cli

The Tool

Usage

$ npm install -g doghub
$ doghub COMMAND
running command...
$ doghub (-v|--version|version)
doghub/0.0.2 darwin-x64 node-v15.10.0
$ doghub --help [COMMAND]
USAGE
  $ doghub COMMAND
...

Commands

doghub do-repos

Get all DevOps repos as shallow clone

USAGE
  $ doghub do-repos

OPTIONS
  -f, --filter=filter  filter

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/do-repos.js

doghub gh-repos

Get all Github repos as shallow clone

USAGE
  $ doghub gh-repos

OPTIONS
  -f, --filter=filter  filter

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/gh-repos.js

doghub help [COMMAND]

display help for doghub

USAGE
  $ doghub help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help