yuyr 2a0b5067bd
Some checks failed
ci / public-tree (push) Has been cancelled
ci / docs (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / docker-runtime (push) Has been cancelled
20260902 完成公开树清理与热点拆分
2026-09-02 11:48:36 +08:00

23 lines
909 B
ReStructuredText

Command-line interface
======================
The panda-rpki-validator binary is the primary command-line entry point.
Commands and flags are part of the operator-facing compatibility surface.
Discover the exact interface for a checkout with:
.. code-block:: console
cargo run --locked -p panda-rpki-validator -- --help
The repository also provides scripts/runtime/run_validator.sh for repeatable
local executions and scripts/docker/build_image.sh for local container image
builds. Scripts validate required commands and their documented environment
variables before starting a run.
The container entrypoint accepts run to select the runtime wrapper. That
subcommand belongs to the container entrypoint, not the Rust validator binary.
Automation should pin a reviewed source revision, retain generated reports,
and treat command failures as operational signals rather than silently
retrying forever.