From 369f0ef8366962589363c2bf050d6d1730757528 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 15 Aug 2024 09:33:45 +0200 Subject: [PATCH] Added metadata to install-salesforce-cli.ps1 --- scripts/install-salesforce-cli.ps1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/install-salesforce-cli.ps1 b/scripts/install-salesforce-cli.ps1 index 36e5dcb1..88f76a15 100644 --- a/scripts/install-salesforce-cli.ps1 +++ b/scripts/install-salesforce-cli.ps1 @@ -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 {