Skip to content
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

All nodes and cluster client versions #233

Merged
merged 3 commits into from
Jul 12, 2023
Merged

Conversation

gabmontes
Copy link
Member

This PR updates the nodes list command so admins can easily retrieve all user's nodes with the -A option. It also updates the clusters list command to show the exact software client version running.

$ bcl clusters list -A
ℹ Retrieving clusters...                                                                                                                                                                                                                                                                              15:34:35
✔ Got 2 clusters:                                                                                                                                                                                                                                                                                     15:34:39

id                                            alias/name                                        chain     network  version                 performance  cap  state    health  createdAt                 user            
--------------------------------------------  ------------------------------------------------  --------  -------  ----------------------  -----------  ---  -------  ------  ------------------------  ----------------
cluster-[redacte...........................]  [redacted......................................]  eth       mainnet  Geth v1.12.0 (full)     standard     2    started  100%    [redacted..............]  [redacted......]
cluster-[redacte...........................]  [redacted......................................]  eth       goerli   Geth v1.12.0 (archive)  standard     2    started  100%    [redacted..............]  [redacted......]

$ bcl nodes list -A 
ℹ Retrieving all nodes                                                                                                                                                                                                                                                                                15:36:28

✔ Got 2 nodes:                                                                                                                                                                                                                                                                                        15:36:30

id                                         ip              chain      network  version          performance  state    createdAt                 user                                     
-----------------------------------------  --------------  ---------  -------  ---------------  -----------  -------  ------------------------  -----------------------------------------
node-[redacted..........................]  [redacted....]  avalanche  fuji     avalanchego-1.7  standard     started  [redacted..............]  user-[redacted..........................]
node-[redacted..........................]  [redacted....]  avalanche  fuji     avalanchego-1.7  standard     started  [redacted..............]  user-[redacted..........................]

Process checklist

  • Manual tests passed.
  • Documentation updated.

Related issue(s)

Related to #222 and #224

Metrics

Actual effort: 1.5h

@gndelia gndelia merged commit 80bb29a into master Jul 12, 2023
@gndelia gndelia deleted the all-nodes-cluster-versions branch July 12, 2023 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants