Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 799 Bytes

index.md

File metadata and controls

26 lines (20 loc) · 799 Bytes

handyman-ado

This is a .NET Core global tool for working with Azure DevOps.

Usage: handyman-ado [command] [options]

Options:
  -?|-h|--help  Show help information

Commands:
  list-repos
Usage: handyman-ado list-repos [options]

Options:
  --host <HOST>                                         Host (defaults to dev.azure.com)
  --organization <ORGANIZATION>                         Organization
  --project <PROJECT>                                   Project
  -pat|--personal-access-token <PERSONAL_ACCESS_TOKEN>  PersonalAccessToken
  -of|--output-format <OUTPUT_FORMAT>                   OutputFormat
                                                        Allowed values are: List, Table, Json
  -?|-h|--help                                          Show help information