You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/cloud/cli/cloud-cli.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,24 @@ Lists all Strapi Cloud projects associated with your account.
78
78
strapi projects
79
79
```
80
80
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.
0 commit comments