mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-16 17:51:28 +01:00
Added metadata to install-salesforce-cli.ps1
This commit is contained in:
parent
699fc874f1
commit
369f0ef836
@ -1,11 +1,15 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Installs the Salesforce CLI (sfdx) on Windows.
|
Installs the Salesforce CLI (sfdx).
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script downloads and installs the Salesforce CLI.
|
This PowerShell script downloads and installs the Salesforce CLI on Windows.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./install-salesforce-cli.ps1
|
PS> ./install-salesforce-cli.ps1
|
||||||
(The Salesforce CLI installer will be downloaded and run.)
|
(The Salesforce CLI installer will be downloaded and run.)
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
.NOTES
|
||||||
|
Author: Gavin R. McDavitt
|
||||||
#>
|
#>
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user