@lemeai/cli
v0.1.1
Published
CLI for calling Leme project integrations from coding agents and scripts.
Maintainers
Readme
Leme CLI
Command-line access to Leme project integrations for coding agents and scripts.
Usage
Authenticate with a personal access token from the Leme web app:
npx @lemeai/cli@latest login --token <token>Check the authenticated project:
npx @lemeai/cli@latest whoamiList available tools:
npx @lemeai/cli@latest toolsGenerate local agent instructions and skills for Codex and Claude:
npx @lemeai/cli@latest init --agents-mdCall a tool:
npx @lemeai/cli@latest call <sdkName> '<json>'For large responses, write the full output to a file:
npx @lemeai/cli@latest call <sdkName> '<json>' --output result.jsonConfiguration
The CLI stores login state in the user config directory. You can also provide credentials through environment variables:
LEME_API_TOKEN=<token>
LEME_API_BASE=https://app.leme.ai/apiLEME_API_BASE is optional for production use.
Requirements
Node.js 20 or newer.
License
Apache-2.0
