tinacms/tinacms
public

Tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing

rss

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

deprecated June 2, 2026removal June 2, 2027
JSON
"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).

  1. Replace the @tinacms/cli dependency with @tinacms/tinacms.

  2. No script changes — the tinacms dev / tinacms build / tinacms codegen commands are unchanged.

  3. Drop the @tinacms/cli install once @tinacms/tinacms is in place.

  • JackDevAUJackDevAUadded packages/@tinacms/cli/package.json6/2/2026