You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is multiple package.json which contains multiple scripts. There is also multiple non-referenced scripts in server/ to handle prisma and integrations (algolia).
I want a unified CLI which would handle all of these scripts.
Describe the solution you'd like
Example of uses:
faq init # Bootstrap FAQ for a new developer
faq install # Installs all projects (client, server, landing, docs, ...)
faq client start # Run client
faq prisma start --help # Print help about running prisma container
faq new-tenant --prod # Create new tenant using the production env file
faq docs build # Build documentation
...
Is your feature request related to a problem? Please describe.
There is multiple package.json which contains multiple scripts. There is also multiple non-referenced scripts in server/ to handle prisma and integrations (algolia).
I want a unified CLI which would handle all of these scripts.
Describe the solution you'd like
Example of uses:
Resources:
https://www.npmjs.com/package/cliui
The text was updated successfully, but these errors were encountered: