Expand description
Core command execution functions.
Each function receives an already-built provider (via trait objects in
BuiltProvider) and typed parameter structs, then executes the
operation, wraps the result in a Response envelope, and formats
output. No clap types appear here.
The obz shell calls these functions after:
- Parsing CLI args with clap
- Looking up the provider metadata from the registry
- Instantiating the provider with the user-supplied endpoint/config
Enums§
- Execute
Error - Error returned by core execute functions.
Functions§
- execute_
extension_ command - Execute a provider-specific extension command.
- execute_
log_ search - Execute
obz log search. - execute_
metric_ info - Execute
obz metric info. - execute_
metric_ label_ values - Execute
obz metric label-values. - execute_
metric_ labels - Execute
obz metric labels. - execute_
metric_ list - Execute
obz metric list. - execute_
metric_ query - Execute
obz metric query. - execute_
metric_ series - Execute
obz metric series. - execute_
trace_ get - Execute
obz trace get. - execute_
trace_ search - Execute
obz trace search.