diff --git a/docs/docs/guides/developer-guide/cli/index.md b/docs/docs/guides/developer-guide/cli/index.md index ff32ca67b7..13fca86e3a 100644 --- a/docs/docs/guides/developer-guide/cli/index.md +++ b/docs/docs/guides/developer-guide/cli/index.md @@ -8,6 +8,9 @@ import TabItem from '@theme/TabItem'; The Vendure CLI is a command-line tool for boosting your productivity as a developer by automating common tasks such as creating new plugins, entities, API extensions and more. +It is much more than just a scaffolding tool - it is able to analyze your project and intelligently modify your existing +codebase to integrate new functionality. + ## Installation :::info