Neon CLI auth
When I run
neon projects list, I do not get any projects, but in the web console I am part of one project. I have tried authenticating through the web flow and with an API token. Is there something else I need to do to to be able to configure the neon CLI?6 Replies
correct-apricot•2y ago
it shouldn't. I think you should open an issue on the repo
harsh-harlequin•2y ago
Hello, has this been solved?
I have a similar issue, I can personally access my project via
neon projects list but all my team members can't. How does this works?
@Tristan Partincorrect-apricot•2y ago
@kipit it is a known issue
harsh-harlequin•2y ago
Nice, thanks Tristan. For everyone else concerned, here is the temporare fix:
https://discord.com/channels/1176467419317940276/1176467419938701375/1228012149973057670
foreign-sapphire•2y ago
foreign-sapphire•2y ago
This isn't permissions issue, just one of fetching and displaying. In the the meantime, if you share the project ID with your teammates, they will be able to interact with it via the CLI by passing the ID, i.e
neonctl branches list --project-id $PROJECT_ID