Skip to content

CLI reference

axint add.

Install a Registry package into a local project using the live install API.

01 · section

Command shape

This is the command surface the current compiler and registry expect today.

The examples below use the real Axint CLI commands that are live in the open-source compiler.

axint add
$ axint add @axint/create-event
$ axint add @axint/create-event@1.0.0
02 · section

What it does

Use this command when you want the exact behavior below.

  • Resolves the latest version when no version is specified.
  • Fetches full package content, not just metadata.
  • Increments install counts only on real install requests.
axint add · axint docs · axint registry