23 lines
909 B
ReStructuredText
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.
|