From 437aff81e13e174d6ad1e85f0eddbd0ecb183b8b Mon Sep 17 00:00:00 2001 From: burntsugar Date: Fri, 7 Jan 2022 13:30:23 +1030 Subject: [PATCH] Corrected the number of hyphens required to call verbose and json parameters for SFDX Auth URL retrieval --- getting-started/prerequisites.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/prerequisites.md b/getting-started/prerequisites.md index d79c7f0..5666672 100644 --- a/getting-started/prerequisites.md +++ b/getting-started/prerequisites.md @@ -31,10 +31,10 @@ To retrieve the SFDX Auth URL: sfdx force:auth:web:login -r ``` -1. Run the `force:org:display` command with the `--verbose` and `–json` flags +1. Run the `force:org:display` command with the `--verbose` and `–-json` flags ``` - sfdx force:org:display -u CIServiceUser –verbose –json + sfdx force:org:display -u CIServiceUser -–verbose -–json ``` 1. Copy the value of the SFDX Auth URL field into CICD secrets