MITx Online Bulk Rescore
The one-liner for the bulk rescore is:
kubectl exec -it $(kubectl get pods --context applications-production -n mitxonline-openedx --selector=[ol.mit.edu/component=edxapp-lms-webapp](http://ol.mit.edu/component=edxapp-lms-webapp) -o json | jq -r '.items[0].metadata.name') -n mitxonline-openedx --context applications-production -- python manage.py lms shell < scripts/openedx/bulk_rescore_courses.py
For example: