18 lines
689 B
Markdown
18 lines
689 B
Markdown
Yarn Dependency Management:
|
|
To force upgrades for some packages:
|
|
yarn upgrade-interactive --latest
|
|
|
|
To Start Hasura CLI:
|
|
npx hasura console
|
|
|
|
Migrating to Staging:
|
|
npx hasura migrate apply --endpoint https://db.imex.online/ --admin-secret 'Production-ImEXOnline!@#'
|
|
npx hasura migrate apply --up 50 --endpoint https://db.test.bodyshop.app/ --admin-secret 'Test-ImEXOnlineBySnaptSoftware!'
|
|
npx hasura migrate apply --endpoint https://db.test.bodyshop.app/ --admin-secret 'Test-ImEXOnlineBySnaptSoftware!'
|
|
|
|
NGROK TEsting:
|
|
./ngrok.exe http http://localhost:5000 -host-header="localhost:5000"
|
|
|
|
Finding deadfiles - run from client directory
|
|
npx deadfile ./src/index.js --exclude build templates
|