Phase only supports the predefinition of PHASE_SERVICE_TOKEN as variable.
Describe the solution you'd like
It would be very useful to also have this for the --app and --env arguments.
That would make the commands easier for containers and package.json and other things
example:
export PHASE_ENV=development
export PHASE_APP=myapp
phase run npm run dev
(btw, .phase.json is not applicable for me, since it's not dynamic)