init commit

This commit is contained in:
iFlip721
2025-04-16 09:55:57 -04:00
commit a03209dc9e
935 changed files with 177492 additions and 0 deletions

19
bin/pac/docs/README.md Normal file
View File

@@ -0,0 +1,19 @@
# What is Microsoft Power Platform CLI?
Microsoft PowerPlatform CLI is a simple, single-stop, developer command-line interface (CLI)
for developing customizations and extensions for Microsoft PowerPlatform.
Learn more [here](https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction).
# Install
Easiest way to install is to use the dotnet tool install command.
```
dotnet tool install --global Microsoft.PowerApps.CLI.Tool
```
More ways to install can be found [here](https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction#install-microsoft-power-platform-cli).
# Reference
[Microsoft Power Platform CLI reference](https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/)