Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 03:20
· 62 commits to main since this release
9e0f59e

Summary

Add action command, to easily access to your repo's CI/CD jobs.

See:

Common usage:

rox action      # Watch action changes.
rox action -o   # Open action in default browser.
rox action -jo  # Select and open job in default browser.
rox action -l   # Show job logs.
rox action -lr  # Show and keep rolling job logs.

You can use rox action -h for more usages.

What's Changed

Full Changelog: v0.12.1...v0.13.0