Skip to main content

yellowstone_fumarole_cli/
lib.rs

1//! Yellowstone Fumarole CLI
2//! This crate provides a command-line interface for interacting with the Yellowstone Fumarole client.
3//! It allows you to interact with Fumarole control-plane and manage your subscription resources.
4//!
5//! # Configuration
6//!
7//! ```yaml
8//! x_token: <your_token>
9//! endpoint: <https://your-fumarole-endpoint>
10//! ```    
11//!
12//! # Example usage:
13//!
14//! See the [`README`] for detailed usage instructions.
15//!
16//! [`README`]: https://github.com/rpcpool/yellowstone-fumarole/blob/main/apps/yellowstone-fumarole-cli/README.md
17//!
18pub mod prom;