novolis-install / getting-started.md
Getting started
One CLI to install the ecosystem
dotnetcliinstallernovolis
Install the Novolis.Install global tool to search the Novolis registry, inspect packages, and manage local installs.
Prerequisites
Install the tool
dotnet tool install -g Novolis.InstallVerify:
novolis doctorCommon commands
| Command | Description |
|---|---|
| `novolis search [term]` | List packages from the registry index |
| `novolis info <id>` | Show package metadata (partial) |
| `novolis install <id>` | Install a package (in progress) |
| `novolis list` | List locally installed packages |
| `novolis doctor` | Print paths and environment checks |
Build from source
dotnet build Novolis.Install.sln
dotnet run --project src/Novolis.Install -- doctor