@tmterminal/cli
v4.0.0
Published
Command-line access to Trademark Terminal exact lookup, search, and listing-text screening
Downloads
296
Readme
Trademark Terminal CLI
tt is the JSON-first command-line client for Trademark Terminal. It searches
United States trademarks, resolves exact identities, and screens listing text.
Install
The CLI requires Bun 1.3.5 or newer.
bun add --global @tmterminal/cliStore a suite-wide Merchbase API key in the shared macOS Keychain entry:
tt auth setFor non-interactive setup:
printf '%s' "$MERCHBASE_API_KEY" | tt auth set --stdinUse
tt search "TERMINAL CLUB" --status live
tt get --serial 60146682
tt get --registration 0146682
printf '%s' "shirt title" | tt screen --stdinNormal 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.
