I can't seem to find out how to create new root to...
# prisma-whats-new
m
I can't seem to find out how to create new root tokens with the cli, and the docs aren't really working for me
m
Are you have trouble adding one, or viewing it?
At the end of your
graphcool.yml
file, add a new name to the
rootTokens:
section. Then deploy. Then use
graphcool root-token <name of token>
to view it
m
Thanks @mwickett Turns out I had the wrong syntax