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

Update the dotnet tool install page #45147

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

BartoszKlonowski
Copy link
Contributor

@BartoszKlonowski BartoszKlonowski commented Mar 5, 2025

This pull request makes some updates to the page of dotnet tool install command.
It updates the following:

  • Adds the brief description of --allow-roll-forward
    the description from the command line is already pretty much self explanatory, so I didn't find it worth more to be added.
    It closes The option --allow-roll-forward is not documented for dotnet tool install #44614
  • Changes the name of no HTTP cache option
    It was already outdated considering the .NET 9.0
  • Adds the missing --source option with its description

Internal previews

📄 File 🔗 Preview link
docs/core/tools/dotnet-tool-install.md dotnet tool install

@BartoszKlonowski BartoszKlonowski requested review from tdykstra and a team as code owners March 5, 2025 19:38
@dotnetrepoman dotnetrepoman bot added this to the March 2025 milestone Mar 5, 2025
@dotnet-policy-service dotnet-policy-service bot added dotnet-fundamentals/svc dotnet-cli/subsvc community-contribution Indicates PR is created by someone from the .NET community. labels Mar 5, 2025
@BillWagner BillWagner requested a review from gewarren March 6, 2025 16:50
@adegeo
Copy link
Contributor

adegeo commented Mar 7, 2025

Our documentation system isn't well suited for these different versions of the same command. We need the syntax for .NET 8 to remain because it's still supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-cli/subsvc dotnet-fundamentals/svc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The option --allow-roll-forward is not documented for dotnet tool install
2 participants