v0.13.0
Summary
Add action
command, to easily access to your repo's CI/CD jobs.
See:
- GitHub: action
- GitLab: CI/CD pipelines
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
- feat: Add action command by @fioncat in #101
- doc(cmd): Add long options by @fioncat in #102
- fix(github): Sort actions with name by @fioncat in #103
- style(action): Rebuild action cmd code by @fioncat in #104
- feat(action): Support show logs in the terminal by @fioncat in #105
- feat(info): Update info display output by @fioncat in #106
Full Changelog: v0.12.1...v0.13.0