prismic
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePrismic is a headless CMS. The CLI manages content models, repository settings, and documentation.
prismic- Always run commands via . Do not guess command syntax.
npx prismic - Start with to learn available commands. Inspect details with
npx prismic --help.npx prismic <command> --help - Use to discover available documentation, and
npx prismic docs listto read it.npx prismic docs fetch <path> - Prefer CLI workflows over direct API/manual changes. Never directly edit model JSON files (custom types, slices, etc.) — always use the CLI to make model changes.
- If the CLI does not support a required operation, state that explicitly to the user and ask how they'd like to proceed.
Prismic是一款无头CMS。 CLI用于管理内容模型、仓库设置和文档。
prismic- 始终通过运行命令。请勿猜测命令语法。
npx prismic - 先执行了解可用命令。使用
npx prismic --help查看命令详情。npx prismic <command> --help - 使用查看可用文档,使用
npx prismic docs list读取文档。npx prismic docs fetch <path> - 优先使用CLI工作流,而非直接调用API或手动修改。切勿直接编辑模型JSON文件(自定义类型、切片等)——务必使用CLI进行模型变更。
- 如果CLI不支持所需操作,请明确告知用户并询问其后续意愿。