Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 722 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 722 Bytes

CloudEvents Verify

A tool to help verify CloudEvents according to the specifications.

Usage

If no value is returned, the CloudEvent is correct. Otherwise, an error will be returned.

If no arguments are given, a server on port 80 will be started.

Arguments (Optional)

  • f - File to verify
    • File path to a CloudEvent in JSON
    • Use - to read from stdin
  • p - Server port (default 80)
  • crt - File path to certificate for TLS
  • key - File path to key for TLS