Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kryvora-cli

Go Version License Release CI Status

Command line interface and diagnostic operator tool for Kryvora Network nodes.

Overview

The kryvora CLI provides node operators with real time diagnostics, availability probing, sync verification, and identity inspection. It connects to a local or remote kryvora-node daemon over HTTP or Unix domain socket.

Installation

From Source

Requires Go 1.22 or higher.

git clone https://github.com/kryvora-network/kryvora-cli.git
cd kryvora-cli
go build -o kryvora .
sudo mv kryvora /usr/local/bin/

Prebuilt Binaries

Prebuilt binaries for Linux (amd64, arm64) and macOS (Apple Silicon, Intel) are available on the Releases page.

Commands

Node Status

Query operational telemetry and peer synchronization status:

kryvora status

Example output:

Kryvora Node Status
Status:     active
Version:    0.2.0
Uptime:     342000 seconds
Peers:      8 connected
Sync State: synced

Machine readable JSON format:

kryvora status --json

Health Check

Verify daemon process availability:

kryvora health

Node Identity

Inspect the local node identifier and ed25519 public key:

kryvora identity

Options

Flag Default Description
--endpoint http://127.0.0.1:4177 Target daemon HTTP API endpoint
--json false Format command output as raw JSON

License

Apache License 2.0. See LICENSE for details.

About

Command line interface and diagnostic operator tool for Kryvora Network nodes

Topics

Resources

Code of conduct

Security policy

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages