Currently the builder api client in the habitat binary only has 1 means for checking job status: hab bldr job status <GROUP_ID>|| --<ORIGIN>
This is fine if you know the group id and largely we put these into the UI for users to check. However, it would be nice to make these jobs/groups discoverable via the CLI. Ideally it would be really great to be a able to get all of the jobs/groups associated with a single top level package.
It's also possible we have a need for refactoring the current UX around hab bldr job status though that may be a side effect of this work.
Currently the builder api client in the habitat binary only has 1 means for checking job status:
hab bldr job status <GROUP_ID>|| --<ORIGIN>This is fine if you know the group id and largely we put these into the UI for users to check. However, it would be nice to make these jobs/groups discoverable via the CLI. Ideally it would be really great to be a able to get all of the jobs/groups associated with a single top level package.
It's also possible we have a need for refactoring the current UX around
hab bldr job statusthough that may be a side effect of this work.