@rankwrangler/cli
v0.9.0
Published
Official RankWrangler command line interface
Readme
@rankwrangler/cli
Official agent-oriented CLI for RankWrangler.
npm install -g @rankwrangler/cli
rw auth set ak_...
rw product get B0DV53VS61
rw product search "retro gardening shirt"
rw product history B0DV53VS61 --bucket week
rw keyword get "retro gardening shirt"
rw keyword search "retro gardening"
rw keyword history "retro gardening shirt" --rangeDays 90The public command surface is Product get/search/history, keyword get/search/history, auth,
config, version, and changelog. Product get/history and keyword reads wait for policy-current
data and expose no refresh control; Product search retains its separate search contract. Search
data contains keyword, searchedAt, and compact results with organicSearchPlacement. Output is
a JSON { ok, data } envelope; failures use { ok: false, error } on stderr.
The CLI does not expose Catalog, Operation, provider status, or polling commands.
See the CLI reference for options and release workflow.
