lighttable-cli
v1.0.6
Published
CLI tool to manage LightTable collections, data, roles, and customers
Maintainers
Readme
LightTable CLI
CLI tool to manage LightTable collections, data, roles, and customers via services.labelflow.cloud.
npx lighttable-cli listRequires LIGHTTABLE_TOKEN env var or --token flag.
Install as a Claude Code / Cursor / Copilot skill
This package includes a SKILL.md file that agents (Claude Code, Cursor, Copilot, etc.) can use to understand how to manage LightTable collections. To install:
# Install globally
npm install -g lighttable-cli
# Tell your agent to use it:
# "Use the lighttable-cli tool to manage collections"Auth
Token via --token <jwt> flag or LIGHTTABLE_TOKEN env var. Base URL via --base-url <url> or LIGHTTABLE_BASE_URL env var (default: https://services.labelflow.cloud).
- Set
LIGHTTABLE_TOKENandLIGHTTABLE_BASE_URLin the environment to avoid repeating flags on every command.
Or reference the skill directly in your agent config by pointing to the SKILL.md shipped with the package at node_modules/lighttable-cli/SKILL.md.
