Create an Admin User
Local (development)
Make sure Docker is running:
gon upCreate the user:
gon user admin@myapp.comNote the generated password from the output.
Remote (production)
From your project directory:
gon user admin@myapp.com --remote=productionWith a specific password:
gon user admin@myapp.com --password=mysecret --remote=production