Skip to main content
Use the Manifest CLI to sign a tool manifest and verify its Ed25519 signature before you load it into Trust Runtime.

vijil manifest sign

Request a signature from the Console and add it to a manifest JSON file.
The command sends the manifest to POST /manifests/sign and adds the returned signature to the output file.

vijil manifest verify

Verify a signed manifest against the Console public key.
The command retrieves the public key from GET /manifests/public-key and verifies the manifest’s hex-encoded Ed25519 signature. A valid signature prints Manifest signature valid. An invalid or missing signature prints Manifest signature INVALID. and exits with code 4.
Last modified on August 12, 2026