Hi,
until last week there was a bench execute line command in the framework. Where is this go? What’s the alternative?
Thank you,
Makis
Hi please what specific version do you refer to?
My version is not current but works -
frappe@ubuntu:~/frappe-bench$ bench execute
Usage: bench execute [OPTIONS] METHOD
Error: Missing argument “method”.
frappe@ubuntu:~/frappe-bench$ bench version
erpnext 10.1.20
frappe 10.1.21
Bench execute is still there also in v10.1.30. If you find an error “no such command”, there might also be a syntax error in any of your Python files. What were the last changes? What happens on bench migrate
?
1 Like
Just bench updated and both (execute and migrate) are back.
Ty for your effort!