forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: run
node status
and node ls
commands through SQL
Earlier `node status` command used to hit statusServer api endpoint and `node ls` internally called `node status`. Now, `node status` and `node ls` commands internally query various tables in crdb_internal and format the result. Closes cockroachdb#20713. Release note: None
- Loading branch information
Nishant Gupta
committed
Apr 26, 2018
1 parent
f548705
commit c22b864
Showing
2 changed files
with
87 additions
and
144 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