How to pass the args from comandline to the tasks #1709
Unanswered
harrytran998
asked this question in
Q&A
Replies: 1 comment
-
@harrytran998 You just need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have some db migration tasks. And a command-like script below. So what if I want to run the command like
prisma resolve --applied "file_name"
-->moon api:db.apply filename
--> not workedI already traced the docs, but it might be hard for me right now. Could anyone suggest a solution for this thing?
Beta Was this translation helpful? Give feedback.
All reactions