Generated from qorven read --help. Re-run scripts/gen-cli-reference.sh after CLI changes.

Reference

Fetch and display clean content from any URL.

Examples:
  qorven read https://github.com/golang/go
  qorven read https://news.ycombinator.com/item?id=12345
  qorven read https://example.com --platform web

Usage:
  qorven read <url> [flags]

Flags:
  -h, --help              help for read
      --platform string   override platform detection

Global Flags:
  -o, --output string   Output format: table, json, yaml (default "table")
      --server string   Gateway URL (env: QORVEN_SERVER)
      --token string    Auth token (env: QORVEN_TOKEN)
  -v, --verbose         Verbose output
  -y, --yes             Skip confirmation prompts

Examples

Example section to fill with real operator usage patterns. TBD.

CLI index

All commands.

Global flags

--server, --token, --output.