From bfabd1e2d2be2b734323cce21f9222467d48a981 Mon Sep 17 00:00:00 2001 From: abdulsalamgt <86717921+abdulsalamgt@users.noreply.github.com> Date: Sun, 7 May 2023 21:29:49 +0530 Subject: [PATCH] Update install.sh --- install.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/install.sh b/install.sh index 92fde83..f351aaf 100755 --- a/install.sh +++ b/install.sh @@ -1,10 +1,3 @@ #!/bin/bash -printf "Enter a name for your scratch org: " -read orgname -echo "Creating scratch org named "$orgname -sfdx force:org:create -a $orgname -f config/project-scratch-def.json -echo "Pushing LEX Components source to $orgname..." -sfdx force:source:push -u $orgname -echo "Opening $orgname in the browser..." -sfdx force:org:open -u $orgname \ No newline at end of file +sfdx force:data:soql:query -q 'Select Id, Name from Account Limit 2' -u $OrgId --json