Skip to content

Commit b715d6c

Browse files
committed
Deleted description title
1 parent bead3c9 commit b715d6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/docs/reference/cli.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5444,8 +5444,6 @@ list available web applications for quick installation
54445444

54455445
**Options**:
54465446

5447-
**Description**:
5448-
54495447
The `v-quick-install-app app` command is used to retrieve a list of web applications that can be quickly installed through the `v-quick-install-app install` command in the Hestia Control Panel. This command provides a convenient overview of supported applications and their versions, allowing users to choose which application they would like to deploy on their server. The names of the applications are case sensitive.
54505448

54515449
## v-quick-install-app install
@@ -5459,7 +5457,7 @@ quickly install web applications
54595457
**Examples of WordPress installation**:
54605458

54615459
```bash
5462-
v-quick-install-app install username example.com WordPress username="wp_user" email="wp_user@example.com" password="your_password" site_name="Site name" database_host="localhost" database_name="db" database_user="user"
5460+
v-quick-install-app install username example.com WordPress username="wp_user" email="wp_user@example.com" password="wp_user_password" site_name="Site name" database_host="localhost" database_name="db" database_user="user"
54635461
```
54645462

54655463
The `v-quick-install-app` command is used to automate the installation of web applications on a server managed by Hestia Control Panel. This function helps users quickly deploy applications by specifying a few parameters instead of manually going through the installation process.

0 commit comments

Comments
 (0)