flyctl postgres create keeps throwing error

I’m getting this error when trying to create a new postgres app:

Error name argument or flag must be specified when not running interactively

I’m running Windows 10 and have gotten the same error in Hyper, Bash, and Powershell

I checked in the docs and there’s not a complete guide to build the app with flags only. Can I get a fix for the windows CLI or a complete guide on how to build an instance with flags?

Hey there,

This should cover all of the required arguments:

fly pg create --name <app-name> --org personal --region <region> --vm-size shared-cpu-1x --initial-cluster-size=1 --volume-size <size-in-gb>

Let me know if this works for you!

Looks like everything is working now. Thanks!