-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove COMMAND column from service ls
output. closes #27994
#28029
remove COMMAND column from service ls
output. closes #27994
#28029
Conversation
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
@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 ls
output- 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 [email protected]