donny

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2021 License: MIT Imports: 12 Imported by: 0

README

Donny

Quality Gate Status Go Report Card

Forget it, Donny, you're out of your element!

CLI application for getting information out of Azure DevOps. It's based on Trello CLI so the aims are the same:

COMMANDS:
     help, h  Shows a list of commands or help for one command
   build:
     build:list, bl      List all the builds
     build:overview, bo  Show build overview for build definitions in a given path
   code:
     code:branches, cb  Show branch information for a repo
   iteration:
     iteration:burndown, ib  Show column based data for the iteration
     iteration:items, ii     List all the work items in a given iteration
     iteration:list, il      List all the iterations
     iteration:people, ip    Show people based data for the iteration
   plans:
     plan:list, pll      List all the delivery plans
     plan:timeline, plt  Show the timeline for the delivery plan
   pull requests:
     pr:list, pul  List all the pull requests

Requirements

If you are wanting to build and develop this, you will need the following items installed. If, however, you just want to run the application I recommend using the docker container (See below)

  • Go version 1.12+

Configuration

You will need the following environment variables defining:

export AZURE_DEVOPS_ACCOUNT=""
export AZURE_DEVOPS_PROJECT=""
export AZURE_DEVOPS_TEAM=""
export AZURE_DEVOPS_TOKEN=""

Installation via Docker

Other than requiring docker to be installed, there are no other requirements to run the application this way. This is the preferred method of running the donny. The image is here.

$ docker run \
    --rm \
    -t \
    -eAZURE_DEVOPS_ACCOUNT \
    -eAZURE_DEVOPS_PROJECT \
    -eAZURE_DEVOPS_TEAM \
    -eAZURE_DEVOPS_TOKEN \
    benmatselby/donny "$@"

Installation via Git

git clone git@github.com:benmatselby/donny.git
cd donny
make all
./donny iteration:list

You can also install into your $GOPATH/bin by go install

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL