remove COMMAND column from service ls output. closes #27994#28029
remove COMMAND column from service ls output. closes #27994#28029mdlinville merged 1 commit intomoby:masterfrom tealtail:27994-add-service-ls-truncate-opt
service ls output. closes #27994#28029Conversation
|
I'd vote for removing the |
|
@aaronlehmann okay, yeah, that's much simpler :) I'll update this PR soon to remove the column |
|
We should think about adding a |
service ls command text, add no-trunc option. closes #27994service ls output. closes #27994
|
locally tests pass but the builds triggered by push here failed with |
|
@tealtail looks like this is the actual failure; |
|
ohhh thanks @thaJeztah okay, so I'm thinking the problem is that |
|
all builds are passing now 👍 |
|
Awesome! design LGTM, but a quick check with @aluzzardi if he agrees |
|
LGTM We actually discussed removing this column a few days ago as it was consuming precious screen real estate with no meaningful use, so 👍 |
|
LGTM |
|
docs changes here LGTM, but ping @mstanleyjones as it's possible other parts of the docs have some example output that needs to be updated |
mdlinville
left a comment
There was a problem hiding this comment.
Does it also affect service update, service rm, service inspect, etc?
|
@mstanleyjones yes! some of those still have COMMAND output included in examples. Update incoming. |
Signed-off-by: Alicia Lauerman <alicia@eta.im>
|
@mstanleyjones I've updated this PR with the changes you requested |
|
LGTM. cc @allencloud please sync #27710 with this change. |
…cate-opt remove COMMAND column from `service ls` output. closes moby#27994
- What I did
removes COMMAND col from
service lsoutput- How to verify it

run tests, run
docker service ls- A picture of a cute animal (not mandatory but encouraged)
Signed-off-by: Alicia Lauerman alicia@eta.im