-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node: Make output of
graphman info
more concise
graphman info prints one fairly big block of text for each subgraph version. A lot of the information is repetetive since it is tied to a deployment, not a subgraph name. To make the output more usable, it is now organized around deployments, and lists all the names for a deployment in one place, like: ``` Namespace | sgd114 [primary] Hash | QmVsp1bC9rS3rf861cXgyvsqkpdsTXKSnS4729boXZvZyH Versions | u65281/s53035/latest (current) | u65281/s53035/v2 (current) Chain | mainnet Node ID | default Active | true Paused | false Synced | false Health | healthy Earliest Block | 9923743 Latest Block | 9931270 Chain Head Block | 20988707 Blocks behind | 11057437 ``` The new options `--brief` and `--no-name` can be used to further cut down on the output by supressing names for all but active deployments or suppressing all names
- Loading branch information
Showing
3 changed files
with
188 additions
and
67 deletions.
There are no files selected for viewing
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