From 2f18ef7b07f977216fce01f922ab2dd67424ff62 Mon Sep 17 00:00:00 2001 From: Gonzalo Andres Garcia Date: Tue, 16 Jul 2024 15:17:32 +0200 Subject: [PATCH] feat(cli): strapi projects --- docusaurus/docs/cloud/cli/cloud-cli.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docusaurus/docs/cloud/cli/cloud-cli.md b/docusaurus/docs/cloud/cli/cloud-cli.md index 6df9553361..e46cb3c036 100644 --- a/docusaurus/docs/cloud/cli/cloud-cli.md +++ b/docusaurus/docs/cloud/cli/cloud-cli.md @@ -51,6 +51,19 @@ Once you deployed your project, if you visit the Strapi Cloud dashboard, you may - Some buttons, such as the **Trigger deploy** button, will be greyed out and unclickable since, unless you have [connected a git repository to your Strapi Cloud project](/cloud/getting-started/deployment-cli#automatically-deploying-subsequent-changes). ::: + +## strapi projects + +**Alias:** `strapi cloud:projects` + +Lists all Strapi Cloud projects associated with your account. + +```bash +strapi projects +``` + +This command retrieves and displays a list of all projects hosted on your Strapi Cloud account. + ## strapi logout **Alias:** `strapi cloud:logout`