Skip to content

Commit

Permalink
Mention Cloud CLI commands in Dev Docs CLI reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Jun 24, 2024
1 parent 742d5d5 commit b0af45d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docusaurus/docs/dev-docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@ strapi watch-admin
options: [--browser <name>]
```

## strapi login

Logs in to Strapi Cloud (see [Cloud CLI](/cloud/cli/cloud-cli#strapi-login) documentation).

## strapi logout

Logs out from Strapi Cloud (see [Cloud CLI](/cloud/cli/cloud-cli#strapi-logout) documentation).

## strapi deploy

Deploys to Strapi Cloud (see [Cloud CLI](/cloud/cli/cloud-cli#strapi-deploy) documentation).

## strapi export

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

0 comments on commit b0af45d

Please sign in to comment.