-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
removed duplicate stats command from output #3704
Conversation
@@ -41,7 +41,6 @@ $ nomad alloc-status -stats 04d9627d | |||
And here is some sample output: | |||
|
|||
```text |
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.
I think it would be better to remove Line 41 and merge the two outputs.
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.
I see a mix between having the command and the sample output separated and together, so it's your call. e.g.:
https://github.com/hashicorp/nomad/blob/master/website/source/docs/operating-a-job/inspecting-state.html.md
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.
Would you mind unifying them on that page to combine the command and sample output. Thank you!
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.
I made this change so we could get this fix merged in, just because this started to idle.
@matosf Since you were okay with the combined view based on your comments, I removed the separation between the command and the output. Will get this merged now. :) |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
No description provided.