Skip to content

pacwich 0.2.0 - Run interactive workspace script

Choose a tag to compare

@ScottMorse ScottMorse released this 26 Jun 18:27

Added

  • New feature to run interactive scripts with full stdio for accepting user input etc.
    • CLI: new run-interactive/ri command. Documentation
    • API: FileSystemProject.runWorkspaceScript() accepts interactive: boolean option. Documentation
      • This is an overload: output is not available in the return type, and ignoreOutput is not an available option

Fixed

  • When global install is via bun add -g pacwich, use bun as the runtime
    • This fixes the global pacwich command crashing on a system that installed via bun but does not have node
    • This was not an issue when invoking via bunx pacwich previously.