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
I want to run codemod in non-interactive mode quickly.
Steps to Reproduce
Make changes in your code but don't commit them
Run any codemod
Actual Results
I have to type a long --no-interactive flag at the end of the command or interactively write y and press Enter. This is more annoying when you need to run several codemods, but after each one, you want to check the result.
Expected Results
I could pass -y flag as an alias of --no-interactive.
Issue Description
Select one of:
I want to run codemod in non-interactive mode quickly.
Steps to Reproduce
Actual Results
I have to type a long
--no-interactive
flag at the end of the command or interactively writey
and press Enter. This is more annoying when you need to run several codemods, but after each one, you want to check the result.Expected Results
I could pass
-y
flag as an alias of--no-interactive
.Technical details
https://docs.codemod.com/deploying-codemods/cli#param-no-interactive
The text was updated successfully, but these errors were encountered: