Set environment variables programmatically
CLI seems like the easiest route, but I'm not exactly sure how to do this arbitrarily:
And I figure going down this route will run into other issues, since I imagine the CLI wasn't built to do this.
Accomplishing this through the dashboard is possible but extremely cursed, and I would prefer not to pull out puppeteer/playwright for this :ultra_joy:
Tentatively, I'm thinking a GitHub action triggered by a workflow might work, which would have the source directory and the surrounding dev environment, but that feels like a lot of orchestration.
Is there any way to accomplish this right now?

