git clone https://github.com/takahitomiyamoto/einstein-platform-services.git
cd einstein-platform-services
sfdx force:org:create -s -a EinsteinPlatformServices -d 7 -f config/project-scratch-def.json
sfdx force:source:push -u EinsteinPlatformServices
sfdx force:user:permset:assign -n Einstein_Platform_Services -u EinsteinPlatformServices
sfdx force:org:open -u EinsteinPlatformServices -p lightning/n/Einstein_Platform_Services
In order to install this AppExchange app, open the URL generated by the following command.
APP_ID=04t0b000001jiGJAAY
INSTANCE_URL=$(sfdx force:org:display -u EinsteinPlatformServices | grep 'Instance Url')
echo "${INSTANCE_URL}/packagingSetupUI/ipLanding.app?apvId=${APP_ID}"