Skip to content

azd ext install --force should force install #6413

@weikanglim

Description

@weikanglim

Right now, it seems that running azd ext install --force only forces the version check downgrade, but does not install if the version is "up-to-date".

It may be extremely useful to have a --force option mean "always grab and patch regardless of what the local metadata says". This would help for recovery in cases where something bad has gone wrong on the user's machine, and the user needs a failsafe option to recover.

Repro:

  1. Delete ~/.azd/extensions/ directory
  2. Run azd ext install --force microsoft.azd.extensions

Expected: Installation should occur
Actual: Received the following skipped message.

Image

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions