legacy-cli
legacy-cli copied to clipboard
Variable set and push, is it possible?
Is it possible to do more than one commands on the single request?
Basically I'd like to deploy a merge as well as setting and environment variable, all on the same push. If this is not possible, maybe add way for the variable to be set without redeploying, so that it only makes sense on the next redeploy.
Not yet. It's a feature request we have in the queue (an API feature first, then CLI)
It is possible to set environment variables in .platform.app.yaml, if that works for you (if you can commit the value to git).