opcda-bridge-client
Cross-platform command-line client for an
opcda-bridge gateway.
Install it with Cargo:
Browse one bounded page of immediate children:
Use the returned opaque session_id, node_key, and next_page_token to expand a branch or load
the next page:
browse --all is explicit and stops at --max-results (10,000 by default).
The search command performs compatibility-oriented live traversal and streams exact, prefix, or
contains matches:
Search progress is written to stderr. JSON search output is newline-delimited so matches and progress remain incremental, and pressing Ctrl+C drops the active gRPC stream.
For interactive discovery, query the gateway-owned persistent index:
index-search defaults to 50 ranked matches, never falls back to live traversal, and reports
not-indexed, partial, ready, stale, refreshing, or failed status with every result set.
Its JSON output is one object containing matches, has_more, and status; indexed matches
contain exact ItemIDs and breadcrumb labels, never browse-session node keys.
Use opcda-bridge-client --help for all commands. Prebuilt platform binaries are available from
the repository releases page.