neondatabase / neonctl

Neon CLI tool. The Neon CLI is a command-line interface that lets you manage Neon Serverless Postgres directly from the terminal.
https://neon.tech/docs/reference/neon-cli
Apache License 2.0
54 stars 11 forks source link

`neonctl create-app name` should fail immediately #254

Open davidgomes opened 3 months ago

davidgomes commented 3 months ago
$ neonctl create-app name
ERROR: Unknown command: name
? What is your project named? › my-app%

When running neonctl create-app name, the project name prompt shows up and then immediately errors.

abhishekmmgn commented 2 months ago

Hey, @davidgomes ! Is the issue still open? I'd like to work on the issue.

davidgomes commented 2 months ago

@abhishekmmgn yeah this is still a valid bug! Happy to review a PR 😁

abhishekmmgn commented 2 months ago

The PR has been raised @davidgomes.

davidgomes commented 2 months ago

@abhishekmmgn thank you very much! We'll take a look ASAP.