Skip to content

Add ability for getjobinfo to pull specific tags from job logs #13

Description

@NucciTheBoss

Currently, getjobinfo pulls the whole XML log when querying a specific job id, however, sometimes you're really only looking for the job script. Therefore, getjobinfo should have the ability to pull specific tags from the logs.

Might look like something like the following: getjobinfo tag -n <...> - will need to enable getjobinfo to be called without needing a sub-command to be invoked. @click.group(invoke_without_command=True) should do the trick.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfeature requestRequest to add a specific feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions