Closed cms21 closed 1 year ago
Patch coverage: 12.62
% and project coverage change: -0.29
:warning:
Comparison is base (
692d2d9
) 61.26% compared to head (6112efe
) 60.98%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR aims to address issues #309, #341, #258 and #322. It includes:
balsam app rm --all --site=my-site
balsam job modify --tag species=H20 -s RESTART_READY
balsam site rm -f my-site-directory
balsam queue ls -v
balsam queue ls --id 12345
balsam queue ls -n 5
The default behavior of CL commands remain unchanged, except for
balsam queue ls
. If there are no active batch jobs,balsam queue ls
now will return by default the records of the last 3 Batch Jobs.