tpk_cli 0.1.0
tpk_cli: ^0.1.0 copied to clipboard
TesterPayKit command-line client. Designed for agentic use — every command supports --json output and --token for non-interactive flows.
Changelog #
All notable changes to the TesterPayKit CLI (tpk_cli) are documented here.
The format is based on Keep a Changelog, and this package adheres to Semantic Versioning.
0.1.0 - 2026-06-03 #
Added #
tpkexecutable — agentic command-line client for the TesterPayKit service. Every command supports--jsonoutput and--tokenfor non-interactive / CI / agent flows (envs, sessions, bugs, bug context with navigation flow).tpk_mcpexecutable — read-only MCP (Model Context Protocol) server over stdio JSON-RPC, exposing the same coordinator data (envs, sessions, timelines, bugs, bug context) to MCP-capable agents.- Talks to the API over HTTP only; no Flutter or TesterPayKit SDK dependency.