Need help with creating a project using template through CLI
Hi Team, i am trying to create a project through CLI but i need to use a template as well. Please can you guide over this
Solution:Jump to solution
open your browsers developer tools, and go though the dashboard to deploy a template and then just copy down the queries and mutations it uses to deploy a template and have your code do the same
8 Replies
Project ID:
N/A
NA
you asked for two completely different things, please give us some more context
Sorry if you got confused. I want to create a project using a template through CLI. please suggest how can i achieve it through the CLI
okay that makes much more sense, unfortunately the cli does not have such a feature unless you wanted to put up a bounty for it.
still thought, please share your usecase.
i am working on a AI tool which will try to create projects but throguh UI its really challenging so want to use CLI for everything.
I am fine with doing it through API as well. please can you suggest on that
Solution
open your browsers developer tools, and go though the dashboard to deploy a template and then just copy down the queries and mutations it uses to deploy a template and have your code do the same
oh cool