You can install, update, and uninstall the Power Platform CLI using .NET tool commands.
Anteckning
An internet connection is required for install and update. Power Platform CLI with .NET Tool is installed and updated from this NuGet package: Microsoft.PowerApps.CLI.Tool
Prerequisites
You must have .NET installed. (.NET 6.0 is recommended.)
The default location for a tool's executable file depends on the operating system:
OS
Path
Linux/macOS
$HOME/.dotnet/tools
Windows
%USERPROFILE%\.dotnet\tools
This location is added to the user's path when the SDK is first run. So global tools can be invoked from any directory without specifying the tool location.
Tool access is user-specific, not machine global. A global tool is only available to the user that installed the tool.