A fully open-source headless CMS that supports Markdown and Visual Editing
v4 folds the operational CLI into @tinacms/tinacms so the tinacms bin ships with the runtime instead of as a coordinated second install. Two packages publishing the same bin name across majors would conflict.
345d until removal
"name": "@tinacms/cli",
"type": "module",
"version": "2.4.2",
"deprecated": "Deprecated in v4 — install @tinacms/tinacms; the tinacms bin moves with it. See packages/v4/DEPRECATIONS.md.",@tinacms/tinacms (provides the tinacms bin — init, dev, build, codegen).
Replace the @tinacms/cli dependency with @tinacms/tinacms.
No script changes — the tinacms dev / tinacms build / tinacms codegen commands are unchanged.
Drop the @tinacms/cli install once @tinacms/tinacms is in place.