docs: point Dataset CLI to lmnr-cli (LAM-1786)#179
docs: point Dataset CLI to lmnr-cli (LAM-1786)#179laminar-coding-agent[bot] wants to merge 2 commits into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
@laminar-coding-agent Is this PR still necessary or have changes already been made on a different PR? If necessary, rebase onto latest main branch. |
Rewrite datasets/cli.mdx to use the standalone lmnr-cli dataset commands instead of the deprecated SDK-bundled lmnr datasets CLI. Switches the auth model from --project-api-key to user login plus directory-scoped projects, and updates argument order to match the lmnr-cli source. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
a89cbbe to
7d48221
Compare
|
@kolbeyang Yes, this PR is still necessary — Rebased onto latest |
|
Done. PR #179 is still necessary — |
Summary
datasets/cli.mdxto document the standalonelmnr-cli datasetcommands instead of the deprecated SDK-bundledlmnr datasetsCLI.--project-api-keyto user login (lmnr-cli login) plus directory-scoped projects, matching howlmnr-cliactually authenticates.lmnr-clisource inlmnr-ts(push <paths...> -n,pull [output-path] -n,create <name> <paths...> -o).<Note>explaininglmnr-clireplaces the oldlmnr datasetsCLI.Notes
lmnr-ts/packages/lmnr-cli/src/index.tsandcommands/dataset/index.ts.npx mintlify broken-linkspasses; no em dashes or banned marketing words.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime or security impact.
Overview
Rewrites
datasets/cli.mdxso dataset workflows use the standalonelmnr-cli datasetcommands instead of the deprecated SDKlmnr datasetsflow, including an install section and a deprecation note.Authentication is documented as
lmnr-cli setupplus.lmnr/project.json(or--project-id), replacingLMNR_PROJECT_API_KEY/--project-api-key. Examples drop the old JS/Python tabs and use updated syntax such aspush <file> -n <name>andpull <file> -n <name>.The reference section matches
lmnr-cliflags (--project-id,--json, env defaults for self-hosted--base-url/--port).Reviewed by Cursor Bugbot for commit 7d48221. Bugbot is set up for automated code reviews on this repo. Configure here.