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 do have a quick question, what is the support for 'other shells' currently in digDag.
I am particularly interested in Powershell, as it is the defacto scripting language for many engineers with a Windows background.
Microsoft has open sourced powershell and made powershell cross platform, it runs on a lot of other platforms than just Windows. (See here for the list of available Os's).
How would it work if we would like to powershell from a digdag instance installed on a Linux box?
On windows, powershell.exe must be used, but on linux (and macosx for that matter) one needs to use pwsh to exectute a powershellscript.
example: pwsh .\myscript.ps1 would execute the myscript.ps1 file on mac or linux.
Internals
How does DigDag actually work regarding these things internally?
In your examples page, you guys have the following example for bash
I don't recommend this way. But as described in the Windows part, you can switch to the pwsh shell.
Please close this issue when you solve it. And you need to case #1560 if you run Digdag on the Windows platform.
Hi all,
I do have a quick question, what is the support for 'other shells' currently in digDag.
I am particularly interested in Powershell, as it is the defacto scripting language for many engineers with a Windows background.
I read [on your documentation here] (http://docs.digdag.io/operators/sh.html?highlight=powershell) that there is some powershell support, but only for a DigDag instance that would have been installed on Windows box.
Microsoft has open sourced powershell and made powershell cross platform, it runs on a lot of other platforms than just Windows. (See here for the list of available Os's).
How would it work if we would like to powershell from a digdag instance installed on a Linux box?
Internals
How does DigDag actually work regarding these things internally?
In your examples page, you guys have the following example for bash
and the following example for powershell (on windows box)
Base on these examples, it seems to me we could specifiy and shell, am I right? Would something like this work?
If not, is that something you guys are considering? What should be changed for this to even be possible?
The text was updated successfully, but these errors were encountered: