Giter Site home page Giter Site logo

azdo-cli's People

Contributors

dependabot[bot] avatar tmeckel avatar

Watchers

 avatar

azdo-cli's Issues

Add build GitHub workflow

Add build.yml to .github/workflows which executes goreleaser build. The on settings will be adopted from .github/workflows/lint.yml

chore: Add Makefile

Add a Makefile which has at least the following targets: build, lint, fmt

bug: `azdo config list` does not show current values

When executing azdo config list with the following settings in config.yml:

# What protocol to use when performing git operations. Supported values: ssh, https
git_protocol: https
# What editor azdo should run when creating issues, pull requests, etc. If blank, will refer to environment.
editor:
# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
prompt: enabled
# A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager.
pager:
# Aliases allow you to create nicknames for azdo commands
aliases:
    co: pr checkout
# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.
http_unix_socket:
# What web browser azdo should use when opening URLs. If blank, will refer to environment.
browser:

The result is empty

git_protocol=
editor=
prompt=
pager=
http_unix_socket=
browser=
default_organization=

Same when specifying an organization via -o

feat: Add global `--verbose <int>` flag

Add a global flag to azdo which accepts an optional value which defines the level of verbosity

-v, --verbose int Enable verbose logging (e.g., v=3); anything >3 is very verbose

Example: pulumi-cli

doc: Add documentation

Add documentation for implemented azdo command in markdown and create a top-level README.md file with ashort descriptio of the repo and a link to the created command documentations

bug: Could not find key `pat` on Windows using `azdo project list`

The windows version of azdo does not store the PAT when using interactive azdo auth login

On Windows PATs are stored in the Windows Credential store. But when trying to list available projects via azdo project list the following error is returned:

Error: could not find key "pat"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.