feat: add --ignore-unavailable option to install command#6351
feat: add --ignore-unavailable option to install command#6351CatBraaain wants to merge 1 commit into
--ignore-unavailable option to install command#6351Conversation
42d292c to
dfaa17e
Compare
florelis
left a comment
There was a problem hiding this comment.
Please update the release notes and install docs
Should we also consider adding it to upgrade?
Just out of curiosity, was there a specific scenario that prompted this change?
| Argument::ForType(Args::Type::UninstallPrevious), | ||
| Argument::ForType(Args::Type::Force), | ||
| Argument{ Args::Type::IncludeUnknown, Resource::String::IncludeUnknownArgumentDescription, ArgumentType::Flag, Argument::Visibility::Hidden}, | ||
| Argument::ForType(Args::Type::IgnoreUnavailable), |
There was a problem hiding this comment.
Not for this PR, but we really need to sort all these arguments...
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
dfaa17e to
0797990
Compare
|
Thanks for your review.
Sorry I missed it, I've updated both of them now.
Oh yeah maybe it's good idea.
I use a single |
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
📖 Description
Add
--ignore-unavailableoption toinstallcommand, like theexportcommand.🔗 References
🔍 Validation
✅ Checklist
📋 Issue Type
Microsoft Reviewers: Open in CodeFlow