Optum / dce-cli

Disposable Cloud Environment CLI
Apache License 2.0
37 stars 19 forks source link

Adding tests, logging, and remaining commands #6

Closed joshmarsh closed 4 years ago

joshmarsh commented 4 years ago

Summary

This PR essentially "matures" the CLI from POC status to something that you can use.

Related PRs

https://github.com/Optum/dce/pull/106 corrects syntax that prevents go-swagger from generating client response models.

Code Review Tips

Work contained in this PR

joshmarsh commented 4 years ago

/azp help

azure-pipelines[bot] commented 4 years ago
Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or a specific pipeline for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify a pipeline to run.
    • Example: "run" or "run pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.