azure-cli-dev-tools icon indicating copy to clipboard operation
azure-cli-dev-tools copied to clipboard

`azdev repo add` doesn't work if directory isn't named `azure-cli-extensions`

Open jonathan-innis opened this issue 3 years ago • 0 comments

While attempting to perform azdev extension create <extensionName>, I run into the following error:

(env) PS C:\Users\joinnis.REDMOND\github\azure-arc-extensions> azdev extension create k8s-config
Unable to find `azure-cli-extensions` repo. Have you cloned it and added with `azdev extension repo add`?

If I attempt to add a local git repository that doesn't have the name azure-cli-extensions the command will always fail, even if the local repo is a valid repository

jonathan-innis avatar May 26 '21 22:05 jonathan-innis