Rank 2: Process
I'm trying to instantiate a appwrite server on GCP, VMs have the option to run a container on bootup, you can setup container environment variables and entrypoint command with its arguments, right now whenever I start the VM it's pulling the the image and running the install command but since this command is interactive and the vm is not giving it a STDIN, it's using default values for everything, so I was thinking if a feature could be added to the install command where, when giving the --env flag, it skips the interactive part and looks for environment variables matching the list of known environment values used by appwrite