Skip to content

CLI reference

ravnar

Usage: ravnar [OPTIONS] COMMAND [ARGS]...

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --version          Show version and exit.                                    │
│ --help             Show this message and exit.                               │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ serve    Serve REST API.                                                     │
│ health   Check health of the server                                          │
│ config   Output the configuration as JSON                                    │
╰──────────────────────────────────────────────────────────────────────────────╯

ravnar serve

Usage: ravnar serve [OPTIONS]

Serve REST API.

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯

ravnar health

Usage: ravnar health [OPTIONS]

Check health of the server

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯

ravnar config

Usage: ravnar config [OPTIONS]

Output the configuration as JSON

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --pretty    --no-pretty      Pretty-print the output [default: no-pretty]    │
│ --help                       Show this message and exit.                     │
╰──────────────────────────────────────────────────────────────────────────────╯