Novolis Docs
novolis-install / getting-started.md

Getting started

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.Install

Verify:

novolis doctor

Common commands

CommandDescription
`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

See also