Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Update install.sh #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions install.sh
Original file line number Diff line number Diff line change
@@ -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
sfdx force:data:soql:query -q 'Select Id, Name from Account Limit 2' -u $OrgId --json