@tmturtle/cli
v2.0.0
Published
Command-line access to Trademark Turtle search, matching, and service status
Downloads
550
Readme
Trademark Turtle CLI
tt is the JSON-first command-line client for Trademark Turtle. It searches
United States trademarks, resolves exact identities, checks text, and reads
service status.
Install
The CLI requires Bun 1.3.5 or newer.
bun add --global @tmturtle/cliStore a Trademark Turtle API key interactively in macOS Keychain:
tt auth setFor non-interactive setup:
printf '%s' "$TMTURTLE_API_KEY" | tt auth set --stdinUse
tt search "TURTLE CLUB" --status live
tt get --serial 60146682
tt get --registration 0146682
printf '%s' "shirt title" | tt match --stdin
tt list
tt statusNormal commands write one JSON envelope to stdout on success or stderr on
failure. tt --help, tt help <command>, and tt --version use human-readable
text.
See the CLI reference for command flags, authentication precedence, pagination, and error contracts.
