Skip to content

Commit 33a25c9

Browse files
committed
Selfreview
1 parent 990ecd1 commit 33a25c9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/ibexa_cloud/ibexa_cloud_cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Use the Ibexa Cloud CLI to manage your Ibexa Cloud projects from the command line.
2+
description: Use the [[= product_name_cloud =]] CLI to manage your I[[= product_name_cloud =]] projects from the command line.
33
month_change: true
44
---
55

@@ -51,7 +51,7 @@ ibexa_cloud tunnel:open
5151

5252
The command outputs connection details, for example:
5353

54-
```
54+
``` shell-session
5555
SSH tunnel opened to database at: mysql://user:<PASSWORD>@127.0.0.1:30000/main
5656
```
5757

docs/ibexa_cloud/install_on_ibexa_cloud.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Install and configure Ibexa DXP to run in cloud using Ibexa Cloud.
2+
description: Install and configure Ibexa DXP to run in cloud using [[= product_name_cloud =]].
33
month_change: false
44
---
55

@@ -82,6 +82,8 @@ In **Settings** (top right gear icon) -> **Project Settings** -> **Variables** -
8282

8383
### Composer authentication using the CLI command
8484

85+
Use [Ibexa Cloud CLI](ibexa_cloud_cli.md) to create the variable:
86+
8587
```bash
8688
ibexa_cloud variable:create --level project --name env:COMPOSER_AUTH \
8789
--json true --visible-runtime false --sensitive true --visible-build true \
@@ -111,6 +113,6 @@ Modify this password after the installation, for example, by using [data migrati
111113

112114
!!! caution
113115

114-
Don't use Upsun CLI (`upsun`), instead, use the [[[= product_name_cloud =]] CLI (`ibexa_cloud`)](https://cli.ibexa.cloud/).
116+
Don't use Upsun CLI (`upsun`), instead, use the [[[= product_name_cloud =]] CLI (`ibexa_cloud`)](https://cli.ibexa.cloud/) instead.
115117

116118
For more information, see [[[= product_name_cloud =]] CLI](ibexa_cloud_cli.md).

0 commit comments

Comments
 (0)