Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/tools/kolibri-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ pnpm i -g @public-ui/kolibri-cli
yarn add -g @public-ui/kolibri-cli
```

> **Important:** Install exactly the CLI version you want to upgrade to. The migration tool compares your locally installed `@public-ui/components` version with the CLI version to decide which migration tasks must run and in which order.

## Usage

The `KoliBri` CLI is intended to be executed in your project root directory. Use the `kolibri` command to start the CLI.
Expand Down
Loading