From 0acfa51c7d8661a94ebc5ff1a839f43fc455efce Mon Sep 17 00:00:00 2001 From: Abdallah M <55534657+abdallahmz@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:08:05 +0200 Subject: [PATCH] Update the cloud cli logout step (#2134) Related to https://github.com/strapi/strapi/pull/20502 --- docusaurus/docs/cloud/cli/cloud-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/cloud/cli/cloud-cli.md b/docusaurus/docs/cloud/cli/cloud-cli.md index 2928421b21..b31fc03869 100644 --- a/docusaurus/docs/cloud/cli/cloud-cli.md +++ b/docusaurus/docs/cloud/cli/cloud-cli.md @@ -64,4 +64,4 @@ Log out of Strapi Cloud. strapi logout ``` -This command logs you out of Strapi Cloud. Once the `logout` command is run, the terminal will display a confirmation message that you were successfully logged out, and you will not be able to use the `deploy` command anymore. \ No newline at end of file +This command logs you out of Strapi Cloud. Once the `logout` command is run, a browser page will open and the terminal will display a confirmation message that you were successfully logged out. You will not be able to use the `deploy` command anymore.