Enhance the jobq status command to provide a more structured and detailed output, similar to the format of kubectl describe. This will improve readability and make it easier for users to quickly understand the state of their jobs.
Requirements
[x] Restructure the output of jobq status to follow a format similar to kubectl describe
[x] Include key information sections (e.g., Metadata, Spec, Status)
[x] Ensure that all relevant job information is displayed in an organized manner
Improve
jobq status
CLI outputOverview
Enhance the
jobq status
command to provide a more structured and detailed output, similar to the format ofkubectl describe
. This will improve readability and make it easier for users to quickly understand the state of their jobs.Requirements
jobq status
to follow a format similar tokubectl describe
Proposed Structure