← 全部工具

@strapi/cloud-cli

热度 65 更新于 DevOps 与云

Commands to interact with the Strapi Cloud

npmauto-collected

安装

npm
npm install -g @strapi/cloud-cli

通过 npm 安装。

<p align="center" <a href="https://strapi.io/#gh-light-mode-only" <img src="https://strapi.io/assets/strapi-logo-dark.svg" width="318px" alt="Strapi logo" / </a <a href="https://strapi.io/#gh-dark-mode-only" <img src="https://strapi.io/assets/strapi-logo-light.svg" width="318px" alt="Strapi logo" / </a </p

<h3 align="center"Open-source headless CMS, self-hosted or Cloud you're in control.</h3 <p align="center"The leading open-source headless CMS, 100% JavaScript/TypeScript, flexible and fully customizable.</p <p align="center"<a href="https://docs.strapi.io"Docs</a · <a href="https://strapi.io/cloud"Strapi Cloud</a · <a href="https://feedback.strapi.io"Roadmap</a · <a href="https://discord.strapi.io"Discord</a · <a href="https://github.com/strapi/strapi/discussions"Discussions</a</p

<p align="center" <a href="https://www.npmjs.org/package/@strapi/strapi" <img src="https://img.shields.io/npm/v/@strapi/strapi/latest.svg" alt="NPM Version" / </a <a href="https://github.com/strapi/strapi/actions/workflows/tests.yml" <img src="https://github.com/strapi/strapi/actions/workflows/tests.yml/badge.svg?branch=main" alt="Tests" / </a <a href="https://discord.strapi.io" <img src="https://img.shields.io/discord/811989166782021633?label=Discord" alt="Strapi on Discord" / </a <a href="https://github.com/strapi/strapi/actions/workflows/nightly.yml" <img src="https://github.com/strapi/strapi/actions/workflows/nightly.yml/badge.svg" alt="Strapi Nightly Release Build Status" / </a </p

<br

Strapi is an open-source, self-hosted headless CMS that lets developers build content APIs fast while giving content creators a friendly editing interface. Define your content models and Strapi generates a full API, ready to consume from any frontend, mobile app, or IoT device.

  • Design content structures visually with the Content-Type Builder, no code required
  • Auto-generated REST & GraphQL APIs for every content type
  • Granular Roles & Permissions out of the box
  • Built-in Media Library, Internationalization (i18n), and Draft & Publish
  • First-class TypeScript support with flexible database options (SQLite, PostgreSQL, MySQL, MariaDB)
  • Extensible plugin system and customizable admin dashboard

Explore all features at strapi.io/features

Strapi AI — Automate content modeling, media alt text, and translations with Strapi's built-in AI layer. Learn more

How Strapi handles requests

Every incoming request flows through a layered backend architecture: Routes → Middlewares → Controllers → Services.

<p align="center" <img src="https://docs.strapi.io/img/assets/backend-customization/diagram-routes.png" alt="Strapi backend request flow: Routes, Middlewares, Controllers, and Services" / </p

Learn more about backend customization in the official docs.

Getting Started

<a href="https://docs.strapi.io/developer-docs/latest/getting-started/quick-start.html" target="blank"Read the Getting Started tutorial</a or follow the steps below:

⏳ Installation

Use the Quickstart command below to create a new Strapi project instantly:

npx create-strapi@latest my-project

This command generates a brand new project with the default features (authentication, permissions, content management, content type builder & file upload).