Skip to content

v0.1.0

Compare
Choose a tag to compare
@xt0rted xt0rted released this 26 Mar 07:20
· 497 commits to main since this release
  • Run scripts with dotnet r ...
  • Uses cmd on Windows and sh on Linux
  • Support for pre and post scripts
  • Support for setting a custom shell such as pwsh
    • Set via the scriptShell global.json setting
    • Set via the --script-shell parameter
  • 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