Samir Alajmovic

Results 84 comments of Samir Alajmovic

`cwd` is the current working directory (so if you type `pwd` in the terminal, that's the directory cwd is targeting). ```yaml projects: dashgrid: path: frontend/dashgrid url: [email protected]/alajmo/dashgrid.git tasks: pwd: cmd:...

Didn't see the second comment, but yeah, it could be a possibility to include a root flag/target, it's not prioritized now but I'll put it in the backlog, or if...

I do see a use case for it (like you mentioned), but it's a bit more complex logic and will take a bit more time to develop properly (figure out...

This is nice to have, though I'm not sure how someone is building cross-platform (mainly windows + linux/mac) tasks, they won't work on windows anyway since your relying on `linux/mac`...

I tested it on windows 10 and it seems to work for me. Since you're using windows it will default to powershell, and powershell expects environment variables in a different...

Hi, currently it's not possible but it's on the TODO list https://github.com/alajmo/sake/issues/16

Well it's possible to do something like this: ```yaml tasks: pass-env: tasks: - cmd: echo hello > /tmp/some-env - cmd: cat /tmp/some-env ``` ```bash $ sake run pass-env Server |...

Should be fixed now with v0.10.3.

> The current config also does not allow everything possible with ssh alone. For example I'm using JumpProxy ("-J"-Option). That is currently not possible (at least haven't found it). Should...

So it seems to resolve to the correct IP (~also I assume you mistyped earlier, should be `HostName` and not `Hostname`~ - seems ssh lowercase in the backend, didn't know...