Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a feature that can install azure cli extensions #149

Closed
asaikali opened this issue Sep 11, 2022 · 1 comment · Fixed by #165
Closed

Provide a feature that can install azure cli extensions #149

asaikali opened this issue Sep 11, 2022 · 1 comment · Fixed by #165

Comments

@asaikali
Copy link

I would like to be able to instal the azure cli and some extra extensions for example az extension add --name spring it would be nice to enhance the existing cli feature to set a list of extensions to install, or maybe add an azure cli extension feature that takes an array of extension names and installs them.

The blog post show to build such a feature. However, installing azure cli extensions so common it should be officially supported.

@jkeech
Copy link
Contributor

jkeech commented Sep 12, 2022

@asaikali thanks for the recommendation! Would you or @pauldotyu (the author of the linked blog post) be willing to submit a PR to add an extensions option to the azure-cli feature in this repo?

Note that we are tracking an improvement in devcontainers/spec#91 which will make it easier for features to see which user is the remoteUser, so that you can easily run the extension installation command in the context of the correct user. It might be helpful to wait for that improvement to land first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants