@etsysentry/cli
v0.6.0
Published
Official EtsySentry command line interface
Readme
@etsysentry/cli
Official CLI for EtsySentry.
Usage
export ES_STORAGE_DIR=/data/etsysentry
es help
es --version
es changelog
es auth set
printf %s "$ES_API_KEY" | es auth set --stdin
es config show
es config get base-url
es keywords list --limit 20
es listings track https://www.etsy.com/listing/1234567890/example
es listings performance <tracked_listing_id> --range 30d --mode tablebaseUrl and storage settings are persisted in CLI config. API keys are stored in the secure
store on macOS Keychain, while ES_API_KEY remains available as a command-time override for
automation, CI, and agent runtimes. Use es config unset <key> for one non-secret value and
es config reset for local config cleanup without removing stored auth.
Development
bun run cli:build
bun run cli:testRelease
- Spec:
docs/cli-spec.md - Canonical runbook:
docs/release-runbook.md
