Skip to content

Latest commit

 

History

History
106 lines (76 loc) · 2.16 KB

File metadata and controls

106 lines (76 loc) · 2.16 KB

Command Reference

Global Flags

edge --config /path/to/config.yaml --timeout 10m --verbose <command>
edge --dry-run <command>

Version

edge version

Prints the CLI version.

Doctor

edge doctor

Runs broad diagnostics for Linux, required commands, sudo, k3s, kubectl, Helm, NVIDIA driver/runtime, GPU Operator, CUDA validation support, and observability readiness.

Status

edge status

Prints live infrastructure and observability state.

Install

edge install infra --yes
edge install observability --yes
edge install all --yes

edge 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.

Validate

edge validate infra
edge validate observability

infra 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.

Uninstall

edge uninstall observability --yes
edge uninstall observability --yes --keep-namespace
edge uninstall infra --yes
edge uninstall infra --yes --k3s
edge uninstall all --yes

Uninstall commands require --yes. k3s is kept unless --k3s is explicitly provided for infra uninstall.

Logs

edge logs
edge logs --tail 200

Prints recent logs from core observability workloads.

Config

edge config init
edge config show
edge config path

Repos

edge repo list
edge repo doctor

Lists configured repositories and checks local path, Git remote, and branch state.