Expand description
CLI Parser - Command-line argument parsing with clap
This module defines the CLI structure using clap derive macros.
Structs§
- Cli
- Alopex CLI - Command-line interface for Alopex DB
- Cluster
Mutation Request - Mutation input. A target and explicit confirmation are kept in the grammar instead of being inferred from a positional argument or an interactive prompt, so automation and the HTTP contract cannot disagree.
- Cluster
Operation Request - Shared operation identity and optimistic-concurrency input for cluster management requests. The request ID is deliberately operator-supplied so a retry can use the same idempotency key.
- Cluster
Targeted Read Request - Read operation which addresses a specific public metadata target.
- SqlCommand
- SQL subcommand
Enums§
- Cluster
Command - Cluster metadata management areas.
- Cluster
Members Command - Member management commands.
- Cluster
Metadata Command - Metadata inspection commands.
- Cluster
Placement Command - Range placement commands.
- Cluster
Ranges Command - Range management commands.
- Cluster
Read Policy Command - Cluster read-policy commands.
- Cluster
Recovery Command - Recovery management commands.
- Cluster
Schema Command - Cluster schema ownership and rollout commands.
- Cluster
Schema Owner Command - Schema ownership commands.
- Cluster
Schema Rollout Command - Schema rollout commands.
- Cluster
Upgrade Command - Upgrade management commands.
- Columnar
Command - Columnar subcommands
- Command
- Top-level subcommands
- Compaction
Command - Server compaction subcommands
- Distance
Metric - Distance metric for HNSW index
- Hnsw
Command - HNSW subcommands
- Index
Command - Columnar index subcommands
- KvCommand
- KV subcommands
- KvTxn
Command - KV transaction subcommands
- Lifecycle
Backup Command - Backup lifecycle subcommands
- Lifecycle
Command - Lifecycle subcommands
- Lifecycle
Restore Command - Restore lifecycle subcommands
- Output
Format - Output format for query results
- Profile
Command - Profile subcommands
- Routing
Report Format - Requested format for the distributed-read routing report. The report is emitted by the later output adapter and is intentionally separate from query stdout formats.
- Server
Command - Server management subcommands
- SqlRead
Mode - Requested SQL read routing mode.
localremains the compatibility default; all other modes require an explicitly configured cluster profile. - Thread
Mode - Thread mode for database operations
- Vector
Command - Vector subcommands