I need a way of running remote commands inside my default service running on app engine flexible environment. The only way I can see (outside of connecting directly to the database) of running migrate is setting the instance to debug, ssh into the instance, attach to the docker container and then finally fun the management command.
Is there a better way?