Any way to disable the "Please enter deploy to confirm" question when deploying? #3239
Unanswered
billtorla-scopely
asked this question in
Troubleshooting
Replies: 1 comment
-
Hi @billtorla-scopely, I think that's a question for hardhat-deploy. |
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
-
I'm using hardhat in automation and would like to run it in a totally non-interactive fashion. Deploying asks the user to enter "deploy" in order to proceed. I got around this by piping printf to the hardhat command but I'd prefer a clean way of disabling the question entirely. Thanks in advance for your help!
printf "deploy\n" | npx hardhat deploy --network $TARGET_NETWORK
Beta Was this translation helpful? Give feedback.
All reactions