Per the documentation here Iβve successfully installed the CLI, but when I run dato new migration 'new thing' I get the following error:
Could not find command "new".
Hi @operations 
could you please run dato --version in your terminal?
I tried with version 3.0.35 and it worked:
β³ $ dato new migration 'create article model'
Created migrations/1598542425_createArticleModel.js
Also, can you run which dato in your terminal? Have you installed the ruby client as well? If yes, than maybe dato binary is the ruby binary, not the JS one.
Moreover, if you used yarn global add datocms-client, make sure you added the global bin path to your path ( https://classic.yarnpkg.com/en/docs/cli/global/ : Adding the install location to your PATH )
Was an installation issue β dato --version also didnβt work. I removed and reinstalled andβ¦ it worked this time. I think the issue may have been with a setting in asdf.
Thanks for the help!
1 Like