You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Delete ~/.azd/extensions/ directory
Run azd ext install --force microsoft.azd.extensions
Expected: Installation should occur
Actual: Received the following skipped message.