compose/cmd
Dominik Menke a766e1669a condense output of compose top
This changes the output format of `compose top` and inlines the service
container name into the table.

Previously, `compose top` had printed something like:

  <service name>
  UID    PID   ...
  root   1     ...

Now, the output looks more like this:

  SERVICE   UID    PID   ...
  <name>    root   1     ...

Signed-off-by: Dominik Menke <dom@digineo.de>
2025-03-13 14:23:51 +01:00
..
cmdtrace add cli.isatty attribute to spans generated by compose 2025-03-13 09:06:15 +01:00
compatibility Full test coverage for convert compatibility cmd 2025-02-05 18:08:54 +01:00
compose condense output of compose top 2025-03-13 14:23:51 +01:00
formatter go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 2025-02-21 15:23:25 +01:00
main.go remove exit code per error type used by legacy metrics system 2025-01-28 10:26:41 +01:00