Cross-region Tuya IoT device CLI. Built for agents and scripts.
source <(curl -fsSL https://fkx.meet-jasmine.com/install.sh)
Requires Node.js ≥ 18. Installs to $HOME/.local/bin/fkx. Click command to select, ⌘C to copy.
| fkx logs | Fetch event log. Auto-detects region; auto-paginates up to 15 days. |
| fkx watch | Stream new events continuously as NDJSON — pipe straight into agents and jq. |
| fkx dp | Print the product's data-point schema (id, code, mode, type, range, unit). |
| fkx detail | Device metadata — region, timezone, product, owner, data points. |
| fkx auth | Manage SSO cookie. Actions: status · refresh. |
| --json | Full payload on stdout, always complete, no truncation. |
| stderr | Progress + diagnostics. Safe to discard with 2>/dev/null. |
| exit 0 | Success. |
| exit 1 | Runtime error — auth, network, or API. |
| exit 2 | Invalid invocation. |
FKX_VERSION=0.1.0 source <(curl -fsSL https://fkx.meet-jasmine.com/install.sh)
The official intranet CLI is hardwired to the CN MCP gateway and refuses non-CN device logs. fkx talks directly to every regional Hestia endpoint using your browser SSO cookie — any device in any region, one command, JSON out.