osvm 0.8.3

OpenSVM CLI tool for managing SVM nodes and deployments
Documentation
OpenSVM CLI tool for managing SVM nodes and deployments

Usage: osvm [OPTIONS] [COMMAND]

Commands:
  v                    Show version information
  ver                  Show version information
  version              Show version information
  rpc-manager          Manage RPC nodes (local/remote)
  examples             Show usage examples for OSVM CLI commands
  svm                  Manage Solana Virtual Machines (SVMs)
  nodes                Manage validator and RPC nodes
  deploy               Deploy eBPF binary to all available SVM networks
  solana               Deploy and manage Solana validators
  doctor               Comprehensive system health check and repair
  audit                Generate comprehensive security audit report
  new_feature_command  New feature for testing
  help                 Print this message or the help of the given subcommand(s)

Options:
  -V, --version            Show version information [aliases: --v, --ver]
  -C, --config <PATH>      Configuration file to use [default: /home/runner/.config/solana/cli/config.yml]
      --keypair <KEYPAIR>  Filepath or URL to a keypair [default: client keypair]
  -v, --verbose...         Sets the level of verbosity (-v, -vv, -vvv)
      --no-color           Disable colorized output (also respects NO_COLOR environment variable)
  -u, --url <URL>          JSON RPC URL for the cluster [default: value from configuration file]
      --svm <SVM_LIST>     Comma-separated list of SVMs to install
      --node-type <TYPE>   Type of node to install (validator or RPC) [default: validator] [possible values: validator, rpc]
      --network <NETWORK>  Network to deploy on [default: mainnet] [possible values: mainnet, testnet, devnet]
  -h, --help               Print help