| Crates.io | subgraph-status |
| lib.rs | subgraph-status |
| version | 0.1.9 |
| created_at | 2025-02-27 14:06:25.923991+00 |
| updated_at | 2025-09-03 11:34:23.557033+00 |
| description | A Rust CLI tool to check subgraph status |
| homepage | |
| repository | https://github.com/shiyasmohd/subgraph-status |
| max_upload_size | |
| id | 1571735 |
| size | 70,362 |
cargo install subgraph-status
subgraph-status <DEPLOYMENT_ID_1> <DEPLOYMENT_ID_2> ..
Example
subgraph-status QmUfcf55AoqVs3zuyfu9TwYh8G4LxRnY5DpxjVCea3RSWe
To fetch status from local graph-node
subgraph-status <DEPLOYMENT_ID> --local
Visit the Graph Network Arbitrum Subgraph.
Execute the following query with the desired indexer address:
{
indexer(id: "INDEXER_ADDRESS") {
url
}
}
Set the resulting URL as an environment variable:
export SUBGRAPH_STATUS_URL="resulting_url"
You're all set! The package will now fetch the status from the specified indexer.
git clone https://github.com/Shiyasmohd/subgraph-status.git
cd subgraph-status
Copy Deployment ID of the Subgraph (Starts with Qm..)
Run Program
cargo run <DEPLOYMENT_ID>
Example Command
cargo run QmUfcf55AoqVs3zuyfu9TwYh8G4LxRnY5DpxjVCea3RSWe