indexer
indexer copied to clipboard
indexer cli get allocations bug
When I execute graph indexer allocations get --status claimable I get this error:
graph@indexer-cli:~$ graph indexer allocations get --help
💁
graph indexer allocations get [options]
graph indexer allocations get [options] <allocation-id>
graph indexer allocations get [options] all
Options:
-h, --help Show usage information
-n, --network Filter allocations by their protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
--status active|closed|claimable Filter by status
--deployment <id> Fetch only allocations for a specific subgraph deployment
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
graph@indexer-cli:~$ graph indexer allocations get --status claimable --network arbitrum-one
✖ [GraphQL] Unsupported combination of variables provided, variables: [object Object]
graph@indexer-cli:~$ graph indexer allocations get --status claimable
✖ [GraphQL] Unsupported combination of variables provided, variables: [object Object]
[GraphQL] Unsupported combination of variables provided, variables: [object Object]
Is this outdated and the claimable option should be updated or there's a bug?