From be0c701700c76f02cdce4875fee7210ddf90c0a5 Mon Sep 17 00:00:00 2001 From: enisn Date: Fri, 17 Apr 2026 12:03:05 +0300 Subject: [PATCH] docs: add missing AI options to CLI page --- docs/en/cli/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/cli/index.md b/docs/en/cli/index.md index bdbe9493b9..e7909fe510 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -241,6 +241,8 @@ For more samples, go to [ABP CLI Create Solution Samples](new-command-samples.md * `-no-text-template-management`: Skips the Text Template Management module. * `-file-management`: Includes the File Management module. * `-chat`: Includes the Chat module. + * `-ai-management`: Includes the [AI Management](./../modules/ai-management/index.md) module. + * `-ai-providers `: AI providers (comma-separated). Valid values: `Ollama`, `OpenAI`. (Requires `-ai-management`) * `--legacy`: Generates a legacy solution. * `trust-version`: Trusts the user's version and does not check if the version exists or not. If the template with the given version is found in the cache, it will be used, otherwise throws an exception.