Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

CLI: Enhance Job CLI UX for waypoint job list and waypoint job inspect #4531

Merged
merged 4 commits into from
Feb 16, 2023

Conversation

briancain
Copy link
Member

@briancain briancain commented Feb 16, 2023

This pull request enhances the job CLIs in a couple of ways:

  • Include the jobs QueueTime in the list and inspect outputs. This is an important field that will be useful for debugging stuck queued jobs.
  • Shrink the default set of columns that waypoint job list shows by default. It hides Application and Pipeline from the default view, but the -verbose flag will reveal them fully.

Fixes #4459

It's useful to know when a job has been queued, especially if they're
stuck in queue. This commit adds queue time as one of the fields to show
for the job list and job inspect CLIs.

Fixes #4459
This commit hides Application and Pipeline details behind a verbose
flag. These fields are useful, but maybe not all the time at the moment
with Waypoint. They are still visible if the verbose flag is used, but
by default will be hidden to keep the columns shorter and more useful.
@briancain briancain added the pr/no-changelog No automatic changelog entry required for this pull request label Feb 16, 2023
@briancain briancain added backport/0.11.x and removed pr/no-changelog No automatic changelog entry required for this pull request labels Feb 16, 2023
Copy link
Contributor

@paladin-devops paladin-devops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!

Screen Shot 2023-02-16 at 3 03 33 PM

Copy link
Contributor

@izaaklauer izaaklauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SO GOOD! Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timestamp column on waypoint job commands
3 participants