Made gdk status output simple and added specs accordingly

What does this merge request do and why?

This MR aims to simplify the output of gdk status by reducing noise. The new format is simply | PID | STATUS | SERVICE |. If anyone wants the previous format for gdk status, it can seen if GDK_DEBUG is set to 'true'. This MR also updates and adds specs in status_spec.rb.

Before After
Screenshot_from_2025-08-29_15-59-13 Screenshot_from_2025-09-03_02-31-03

Relates to #2251 (closed)

How to set up and validate locally

  1. Run gdk status
  2. See the new simple output

How to test the changes

  1. Run bundle exec rspec spec/lib/gdk/command/status_spec.rb

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This MR references an issue describing the change.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
Edited by Samaksh Agarwal

Merge request reports

Loading