Skip to content

Commit

Permalink
docs(core): document new CLI add command
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Jul 28, 2024
1 parent 816b851 commit 7177f20
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion content/docs/core/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <integrations...>
```

### Dev
Start the development server for your project (powered by Vite).
Expand All @@ -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
Expand Down

0 comments on commit 7177f20

Please sign in to comment.