This repo contains boilerplate code that can used to create debug-able scripts hosted on k8 clusters
- boilerplate/*
- Different boilerplate code that we can branch out of look for code in branches boilerplate/* These branches are frozen and create a good start point
- release-****
- living release branches probably with CI/CD built in, that is getting deployed at different places
- prod-hot-fix/*****
- script used to create admin changes to DB to certain work. They might just be run locally
docker build -f Dockerfile.release-sync-hubspot -t test1 --platform linux/amd64 .
node dist/apps/app-sync-hubspot/main.js consumeNewArtistSignup
yarn nx run adminscript:serve:development-brk
launch debugger from VSCode
test a change
yarn nx g application app-update-clrbx-mongo
yarn nx g remove adminscript-e2e
yarn nx g @nx/workspace:move --project adminscript --destination {NEW_PROJECT}