Replies: 1 comment
-
Hi @carlqt, Have you tried to run with both You could also set |
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 wondering if it's possible to run the tasks in a Taskfile, outside of the current working directory, but the execution is relative to the current working directory?
If it's not clear, let's say I have this project layout.
foo
being the root directory of the project andbar
is a directory that contains aTaskfile.yml
.I've been trying to run the command using
-d
and-t
flag e.g.task -t bar/Taskfile.yml
.I want to run a task from
bar/Taskfile.yml
but the execution directory remains infoo
. I expect if the command ispwd
, it displays the current directory where the command was executed.Let me know if my question makes sense so I can improve it if not.
Beta Was this translation helpful? Give feedback.
All reactions