Replies: 1 comment 6 replies
-
I also find local task not useful. What about deleting such feature in v7? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
just stumbled over this "note" in the docs
https://deployer.org/docs/tasks.html#local-tasks
I find it really supprising that
run
- one of the most often used commands - can change meaning depending on whether we are running a local task or not.IMO the code would be better understandable/readable when
run
would throw a exception in alocal
task andrunLocally
would be required to use, no matter whether a task is local or not.is this just "syntactic sugar" or is this magic-behaviour required/usefull?
is this something you are willing to change with the new majoar 7.x which is still in a kind of beta-state?
Beta Was this translation helpful? Give feedback.
All reactions