I'm using the graphcool deploy and it asks for a p...
# prisma-whats-new
t
I'm using the graphcool deploy and it asks for a project name. Where does one look to see the already established projects? I'd like to delete previous ones. I've only used the local docker install
a
graphcool list
shows you all projects. Unfortunately, you cannot delete projects in a local cluster...
t
Thank you for this response. When I run this and other commands, it asks me to authenticate
is authenticating with the main page necessary to use graphcool list and other cli commands?
a
Yes, it's a known issue, I have already created a PR that was already merged too, but not released yet https://github.com/graphcool/framework/pull/1254
t
Ok. Thank you 😄
One more question,how would I refresh my local cluster?
I've deleted all the containers and even images and restarted the whole process and it says that the project exists on the account
a
Yes, you need to remove the persistent volumes too
t
Oh. Thank you!
a
graphcool local down
followed by
docker volume prune