See FIX_GDRIVE_AUTH.md for justification around scopes.
gcloud auth application-default login --scopes=https://www.googleapis.com/auth/drive.file,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platformDeploy Resources via Makefile:
make deploy project=YOUR_PROJECT_IDTo run a specific demo phase, use the make run target with the lab sub-folder sub-folder/phase input.
make run lab=YOUR_LAB_PHASE_FOLDERFor example, for labs/phase1:
make run lab=phase1To run a headless test for a specific demo phase, use the make test target with the lab sub-folder/phase input.
make test lab=YOUR_LAB_PHASE_FOLDERFor example, for labs/phase1:
make test lab=phase1To run a headless test for all phases, use the make batch-test target with the specific count.
make batch-test count=YOUR_LAB_PHASE_FOLDERFor example, for 10 test runs for each lab:
make batch-test count=10Destroy Resources via Makefile:
make destroy


