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

azdev setup does not allow specific path to hold my extension within my repo

Open joalmeid opened this issue 2 years ago • 0 comments

After cloning the azure-cli and azure-cli-extensions, I want to develop and place my extension in my existing repo, within a specific folder.

If I run azdev setup --cli /home/joalmeid/tre-cli/azure-cli --repo /home/joalmeid/tre-cli/AzureTRE/cli I'll get an error stating that the repos is invalid.

If I run azdev setup --cli /home/joalmeid/tre-cli/azure-cli --repo /home/joalmeid/tre-cli/AzureTRE which is the repo root, I will be successful, and when afterwards If I run azdev extension add <name> I'll scaffold the extension code in src/<name> which is not my desired behavior.

joalmeid avatar May 17 '22 15:05 joalmeid