v0.1.0
- Run scripts with
dotnet r ...
- Uses
cmd
on Windows andsh
on Linux - Support for
pre
andpost
scripts - Support for setting a custom shell such as
pwsh
- Set via the
scriptShell
global.json setting - Set via the
--script-shell
parameter
- Set via the
- Built-in
env
command to list available environment variables - Flow parameters after
--
to the running script - Skip commands that aren't found with the
--if-present
parameter