{"tool":"dotnet","tool_display":"Dotnet","intent":"install-local-tools-from-manifest","intent_display":"install local tools from manifest","title":"Dotnet Command: install local tools from manifest","command_string":"dotnet tool restore","raw_command_string":"dotnet tool restore","description":"Exact CLI syntax to install local tools from manifest using Dotnet.","usage_scenario":"During a setup process for a new development environment where local tool dependencies must be established.","scenario_context":"Ensure your dotnet-tools.json is correctly configured for smooth installation.","simulated_output":"Restoring tools from \"dotnet-tools.json\"...\n\nTool Name                Version\n------------------------  -------\ndotnet-ef                6.0.1\ndotnet-sqlite            5.0.0\n\nSuccessfully restored 2 tools.","how_to_steps":["Navigate to the project directory containing the dotnet-tools.json file.","Run the command: `dotnet tool restore`."],"inferred_category":"Programming","canonical_url":"https://www.syntaxstandard.com/dotnet/install-local-tools-from-manifest"}