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
Right now, we invoke all tasks with /bin/sh. This thread is to discuss if and how to support multiple shells (example, cmd.exe, powershell, bash, zsh, etc). Options to be considered:
YML syntax
Multi-shell and/or multi-platform. e.g. Windows can use both /bin/sh or cmd.exe, Linux could use /bin/sh or /bin/bash, etc. So shells and platforms are not 1:1 but rather cross functional
myke specific feature compatibility: environment variable cascading, retry and exit codes, verbosity levels and stdout/stderr handling, etc
Right now, we invoke all tasks with
/bin/sh
. This thread is to discuss if and how to support multiple shells (example, cmd.exe, powershell, bash, zsh, etc). Options to be considered:/bin/sh
orcmd.exe
, Linux could use/bin/sh
or/bin/bash
, etc. So shells and platforms are not1:1
but rather cross functionalmyke
specific feature compatibility: environment variable cascading, retry and exit codes, verbosity levels and stdout/stderr handling, etcRefers #85
The text was updated successfully, but these errors were encountered: