KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sfdx-puppeteer
★ 23
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
piping-server-pkg
:
Piping Server as portable executable
osuSkills
:
osuSkills calculator
GlobalHydro
:
Global high-resolution hydrologic modeling with 2.94 million river reaches (~90 m DEM)
cracking-php-interviews-book
:
PHP Interview Questions and Answers
COMP4651
:
HKUST COMP4651 Fall 18/19: Cloud Computing and Big Data Systems
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sfdx-puppeteer
?
Download (.md)
# sfdx-puppeteer This is a simple project to demonstrate how you can combine Puppeteer (i.e. a headless Chrome Node API) with Salesforce DX, and more specifically scratch orgs and the Salesforce CLI. ## Setup Install all the Node dependencies. If this is your first time it may take a few minutes. ``` yarn install ``` ## Run Ensure you've logged into your Developer Hub and designated it accordingly. You can confirm by running `sfdx force:config:list` in the project and ensuring the `defaultdevhubusername` is set. Then run the script: ``` ./run.sh ``` After the script finishes running, you should see a file called `org.png` in the root that looks like this: <img src="assets/org.png" style="width:500px"> You can edit the `run.sh` and `run.js` files to try out different settings. Enjoy!