Added metadata to install-salesforce-cli.ps1

This commit is contained in:
Markus Fleschutz 2024-08-15 09:33:45 +02:00
parent 699fc874f1
commit 369f0ef836

View File

@ -1,11 +1,15 @@
<#
.SYNOPSIS
Installs the Salesforce CLI (sfdx) on Windows.
Installs the Salesforce CLI (sfdx).
.DESCRIPTION
This PowerShell script downloads and installs the Salesforce CLI.
This PowerShell script downloads and installs the Salesforce CLI on Windows.
.EXAMPLE
PS> ./install-salesforce-cli.ps1
(The Salesforce CLI installer will be downloaded and run.)
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Gavin R. McDavitt
#>
try {