-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR improves the feedback of the status command to live update the services responses. One "breaking change" is the removal of the --all/-a option. With the idea to give better visibility of the overall status, that option doesn't make that much sense. (we can of course add it back if we think is very important here). Changelog: - Removed --all/-a options. Now all services are shown by default. - Added dependency to [`crossterm`](https://docs.rs/crossterm/latest/crossterm/) to manipulate the terminal output. - Cleaned up the output (removed "Service information:" and "Session information:" headers). - Services statuses are update as soon as we get them. - Removed `component_kind: linkup`. Internal Linkup services are reported as remote or local accordingly. - Added priority option for component status. This way we can keep the Linkup internal services reported on the beginning of the list.
- Loading branch information
1 parent
25d2507
commit 52b954a
Showing
5 changed files
with
236 additions
and
131 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.