Install CLI
Run `npm install -g @olywork/cli` once on your machine.
CLI
The CLI is the buyer-facing secure install layer. It validates access through OlyWork APIs and writes only the package payload, never private source metadata.
Run `npm install -g @olywork/cli` once on your machine.
Open a listing and choose secure install. OlyWork creates an entitlement and access token.
Library shows the exact command for each package you can install.
Run `oly install <token>` inside the project where files should be written.
npm install -g @olywork/cliInstall the OlyWork CLI globally from npm.
oly install <token>Friendly one-command install. The token is validated against purchase, user, product, and status.
oly sync --token <token>Canonical sync command for scripts and advanced usage.
oly updateRefresh packages using saved local configuration after `oly auth`.
oly listShow locally tracked packages and versions.
oly auth <token>Persist a local default endpoint/token intentionally. Tokens are not saved by default.
oly doctorCheck endpoint, token, Node.js version, local state, and writable config.
oly logoutRemove saved local auth state.
Run commands from the project root where files should be installed.
Review overwrite prompts before replacing local files.
Do not paste access tokens into public issues, repos, or chat logs.
If install fails, run `oly doctor`, then check token status, package readiness, and endpoint configuration.