Skip to content
Back to News
Changelog

Introducing @getpeppr/cli — the first Peppol CLI validator

sdklaunch

We published @getpeppr/cli v0.1.1 on npm — the first command-line tool for validating Peppol e-invoices.

Usage

npx @getpeppr/cli validate invoice.json

The CLI validates your invoice JSON against Peppol BIS 3.0 rules, UBL schema, and country-specific requirements — all offline, no API key needed.

Installation

npm install -g @getpeppr/cli

Built on the same validation engine as @getpeppr/sdk, packaged for terminal workflows and CI pipelines.