From 23f612fe468209c381dd14acc678f28263eb7829 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Mon, 19 Apr 2021 13:14:39 +0300 Subject: [PATCH] cli docs: add oracle option --- docs/en/CLI.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/CLI.md b/docs/en/CLI.md index ebf27952b3..2dda0b6ae5 100644 --- a/docs/en/CLI.md +++ b/docs/en/CLI.md @@ -113,6 +113,7 @@ For more samples, go to [ABP CLI Create Solution Samples](CLI-New-Command-Sample * `SqlServer` * `MySQL` * `SQLite` + * `Oracle` * `Oracle-Devart` * `PostgreSQL` * `--local-framework-ref --abp-path`: Uses local projects references to the ABP framework instead of using the NuGet packages. This can be useful if you download the ABP Framework source code and have a local reference to the framework from your application.