Skip to content

Commit 30d6067

Browse files
authored
feat(cli): strapi cloud environment list (#2239)
1 parent 654327d commit 30d6067

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docusaurus/docs/cloud/cli/cloud-cli.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,24 @@ Lists all Strapi Cloud projects associated with your account.
7878
strapi projects
7979
```
8080

81-
This command retrieves and displays a list of all projects hosted on your Strapi Cloud account.
81+
82+
```bash
83+
strapi link
84+
```
85+
86+
This command connects your local project in the current directory with an existing project on your Strapi Cloud account. You will be prompted to select the project you wish to link from a list of available projects hosted on Strapi Cloud.
87+
88+
## strapi cloud environments <NewBadge />
89+
90+
**Alias:** `strapi cloud environment list`
91+
92+
Lists all environments associated with your Strapi Cloud Project.
93+
94+
```bash
95+
strapi cloud environments
96+
```
97+
98+
This command retrieves and displays a list of all environments belonging to your Strapi Cloud project.
8299

83100
## strapi logout
84101

0 commit comments

Comments
 (0)