Zum Inhalt springen

wrkflw v0.6.0

Hey everyone!

Excited to announce the release of wrkflw v0.6.0! 🎉

For those unfamiliar, wrkflw is a command-line tool written in Rust, designed to help you validate, execute and trigger GitHub Actions workflows locally.

What’s New in v0.6.0?

🐳 Podman Support: Run workflows with Podman, perfect for rootless execution and environments where Docker isn’t permitted!

Improved Debugging: Better container preservation and inspection capabilities for failed workflows.

# Install and try it out! cargo install wrkflw # Run with Podman wrkflw run --runtime podman .github/workflows/ci.yml # Or use the TUI wrkflw tui --runtime podman 

Checkout the project at https://github.com/bahdotsh/wrkflw

I’d love to hear your feedback! If you encounter any issues or have suggestions for future improvements, please open an issue on GitHub. Contributions are always welcome!

Thanks for your support!

submitted by /u/New-Blacksmith8524
[link] [comments]

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert