mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 23:43:25 +01:00
Added metadata to install-salesforce-cli.ps1
This commit is contained in:
parent
699fc874f1
commit
369f0ef836
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user