Skip to content

Commit b0af45d

Browse files
committed
Mention Cloud CLI commands in Dev Docs CLI reference
1 parent 742d5d5 commit b0af45d

File tree

1 file changed

+12
-0
lines changed
  • docusaurus/docs/dev-docs

1 file changed

+12
-0
lines changed

docusaurus/docs/dev-docs/cli.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,18 @@ strapi watch-admin
125125
options: [--browser <name>]
126126
```
127127

128+
## strapi login
129+
130+
Logs in to Strapi Cloud (see [Cloud CLI](/cloud/cli/cloud-cli#strapi-login) documentation).
131+
132+
## strapi logout
133+
134+
Logs out from Strapi Cloud (see [Cloud CLI](/cloud/cli/cloud-cli#strapi-logout) documentation).
135+
136+
## strapi deploy
137+
138+
Deploys to Strapi Cloud (see [Cloud CLI](/cloud/cli/cloud-cli#strapi-deploy) documentation).
139+
128140
## strapi export
129141

130142
[Exports your project data](/dev-docs/data-management). The default settings create a `.tar` file, compressed using `gzip` and encrypted using `aes-128-ecb`.

0 commit comments

Comments
 (0)