Crate osvm

Source
Expand description

OSVM CLI Library

This library provides the core functionality for the OSVM CLI. It includes utilities for managing SVMs, nodes, and SSH deployments.

§Features

  • SVM Management: List, get details, and install SVMs
  • Node Management: Deploy, monitor, and control validator and RPC nodes
  • SSH Deployment: Deploy SVMs and nodes to remote hosts
  • Interactive Dashboards: Monitor SVMs and nodes in real-time

§Architecture

The OSVM CLI is organized into several modules:

  • utils: Core utilities for SVM and node management
  • clparse: Command-line parsing and argument definitions
  • main: Main entry point and command handlers

Modules§

clparse
prelude
Exports key capabilities in a single module for convenient use
services
utils
Utility modules for the OSVM CLI

Macros§

osvm_critical
osvm_debug
osvm_error
osvm_info
osvm_warn