Skip to content

Commit 865d9ed

Browse files
gonbaumpwizla
andauthored
feat(cli): strapi link (#2152)
Co-authored-by: Pierre Wizla <[email protected]>
1 parent 7ae98da commit 865d9ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ Once you deployed your project, if you visit the Strapi Cloud dashboard, you may
5151
- Some buttons, such as the **Trigger deploy** button, will be greyed out and unclickable since, unless you have [connected a git repository to your Strapi Cloud project](/cloud/getting-started/deployment-cli#automatically-deploying-subsequent-changes).
5252
:::
5353

54+
## strapi link <NewBadge />
55+
56+
**Alias:** `strapi cloud:link`
57+
58+
Links project in current folder to an existing project in Strapi Cloud.
59+
60+
```bash
61+
strapi link
62+
```
63+
64+
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.
5465

5566
## strapi projects <NewBadge />
5667

0 commit comments

Comments
 (0)