Looks like we can no longer create PAT tokens in t...
# prisma-whats-new
e
Looks like we can no longer create PAT tokens in the console if we are using the CLI, however I am not reading the docs in how to generate a new PAT token via the CLI? Any suggestions?
a
You add a new entry to the rootTokens key in your project file. After deploy, a new token is generated. You can use
graphcool root-token
to get the value of that token, if needed.
e
Perfect, thanks for making that clear!
😎 1