From 7177f205dcf6c1c5db2ff2d19f2cb1082b8d3b49 Mon Sep 17 00:00:00 2001 From: trobonox <57040351+trobonox@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:52:49 +0200 Subject: [PATCH] docs(core): document new CLI add command --- content/docs/core/cli.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/docs/core/cli.mdx b/content/docs/core/cli.mdx index 8716dc6..4c03463 100644 --- a/content/docs/core/cli.mdx +++ b/content/docs/core/cli.mdx @@ -23,7 +23,14 @@ Scaffold a new Stein project using a simple step by step wizard. Heavily inspire ```bash stein create -``` +``` + +### Add +Add integrations (plugins and tools) to your existing Stein project. Automatically adds required plugins, config files and depdendencies. The command accepts multiple arguments, allowing you to install all integrations you want at once. + +```bash +stein add +``` ### Dev Start the development server for your project (powered by Vite). @@ -39,6 +46,8 @@ Build your project for production. The output is a SPA (single page application) stein build ``` + + ## Planned commands and improvements - [ ] `stein add` - Add a plugin to an existing project - [ ] Improvements to the `create` command