edge --config /path/to/config.yaml --timeout 10m --verbose <command>
edge --dry-run <command>edge versionPrints the CLI version.
edge doctorRuns broad diagnostics for Linux, required commands, sudo, k3s, kubectl, Helm, NVIDIA driver/runtime, GPU Operator, CUDA validation support, and observability readiness.
edge statusPrints live infrastructure and observability state.
edge install infra --yes
edge install observability --yes
edge install all --yesedge install all executes infra preflight, infra install, infra validation,
observability install, and observability validation.
For GPU observability profiles, the CLI validates the infra layer first and does
not allow llm-observability-stack to install GPU Operator, NVIDIA device
plugin, or DCGM exporter. Start from an empty local k3s cluster by running the
infra install before observability.
edge validate infra
edge validate observabilityinfra validation includes k3s, node readiness, NVIDIA RuntimeClass, GPU
Operator pods, GPU allocatable resources, and a CUDA nvidia-smi validation pod.
observability validation checks infra first, then verifies the Helm release,
namespace, Ollama, Open WebUI, OpenTelemetry Collector, optional
Prometheus/Grafana services, pod readiness, and optional Ollama smoke behavior.
It does not launch a second CUDA pod after Ollama is running, which avoids GPU
contention on single-GPU workstations.
edge uninstall observability --yes
edge uninstall observability --yes --keep-namespace
edge uninstall infra --yes
edge uninstall infra --yes --k3s
edge uninstall all --yesUninstall commands require --yes. k3s is kept unless --k3s is explicitly
provided for infra uninstall.
edge logs
edge logs --tail 200Prints recent logs from core observability workloads.
edge config init
edge config show
edge config pathedge repo list
edge repo doctorLists configured repositories and checks local path, Git remote, and branch state.