diff --git a/docusaurus/docs/cms/installation/cli.md b/docusaurus/docs/cms/installation/cli.md index 9141835b31..842fab2e40 100644 --- a/docusaurus/docs/cms/installation/cli.md +++ b/docusaurus/docs/cms/installation/cli.md @@ -118,7 +118,7 @@ The above installation guide only covers the basic installation option using the | `--enable-ab-tests`
`--no-enable-ab-tests` | Enable or disable anonymous A/B testing, skipping the related CLI prompt | | `--skip-db` | Skip all database-related prompts and create a project with the default (SQLite) database | | `--template ` | Create the application based on a given template.
Additional options for templates are available, see the [templates documentation](/cms/templates) for details. | -| `--dbclient ` | Define the database client to use by replacing `` in the command by one of the these values:
  • `sql` for a SQLite database (default)
  • `postgres` for a PostgreSQL database
  • `mysql` for a MySQL database
| +| `--dbclient ` | Define the database client to use by replacing `` in the command by one of the these values:
  • `sqlite` for a SQLite database (default)
  • `postgres` for a PostgreSQL database
  • `mysql` for a MySQL database
| | `--dbhost ` | Define the database host to use by replacing `` in the command by the value of your choice | | `--dbport ` | Define the database port to use by replacing `` in the command by the value of your choice | | `--dbname ` | Define the database name to use by replacing `` in the command by the value of your choice | @@ -181,4 +181,4 @@ npm run develop For self-hosted Strapi projects, all your content is saved in a database file (by default, SQLite) found in the `.tmp` subfolder in your project's folder. So anytime you start the Strapi application from the folder where you created your Strapi project, your content will be available (see [database configuration](/cms/configurations/database) for additional information). If the content was added to a Strapi Cloud project, it is stored in the database managed with your Strapi Cloud project (see [advanced database configuration for Strapi Cloud](/cloud/advanced/database) for additional information). -::: \ No newline at end of file +:::