attest_cli
Command-line companion for attest: aggregate widget-test reports, diff a CI baseline by fingerprint, and emit JSON, SARIF and HTML output.
1.6.0
sahland/attest
What this package is like to depend on
Last release 1 months ago
17 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
7 releases · first in 2026
7 releases in the last 12 months
see the full history below
Release timeline
7 releases · Jul 2026 to Jul 2026Releases
latest 7-
1.6.017 Jul 2026Release notes
Open source →Added
attest ci --history <path>: append each run to a JSON trend log and report how the finding count moved since the previous run — aTrend:line in the text output and a coloured banner in the HTML report (▼ 2 since last run). The log is length-capped and safe to commit, so a project can watch its accessibility debt shrink over time. Requiresattest1.11.0.
-
1.5.015 Jul 2026Release notes
Open source →Added
- The HTML report renders a finding's
codeExampleas a syntax-styled code block, and the text output prints it indented under the fix, so the before/after remedy is right next to the violation. Requiresattest1.10.0.
- The HTML report renders a finding's
-
1.3.003 Jul 2026Release notes
Open source →Added
attest ci --format conformance: emit the machine-readable conformance document (clause-by-clause coverage plus mapped findings). Requiresattest1.4.0.
-
1.2.003 Jul 2026Release notes
Open source →Added
- The HTML report now appends a generated manual-review checklist built from the coverage matrix: every criterion attest cannot fully verify, with its guidance, as a checklist item. The report is a complete audit trail rather than an implied all-clear, and it renders even when there are no automated findings.
attest coveragetext output now shows each criterion's guidance note. Requiresattest1.3.0.
-
1.1.002 Jul 2026Release notes
Open source →Added
attest coverage: print the coverage matrix for a standard pack (textorjson) — which WCAG clauses attest checks automatically, partially, or leaves to human review. Requiresattest1.2.0.
-
1.0.002 Jul 2026Release notes
Open source →First stable release. Requires
attest1.0.0.Changed
- Declared the stability contract: the supported interface is the command line
(commands, flags, exit codes), stable under semantic versioning. The Dart
library surface is plumbing for the executable and is now annotated
@experimental. - Stated the version-support policy: Dart SDK ≥ 3.6, no Flutter dependency, and toolkit-wide support for the current and previous three stable Flutter releases.
- Declared the stability contract: the supported interface is the command line
(commands, flags, exit codes), stable under semantic versioning. The Dart
library surface is plumbing for the executable and is now annotated
-
0.5.001 Jul 2026