Skip to content

CLI reference

axint publish.

Publish a package version to the Registry after validating local metadata and namespace ownership.

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 publish
$ axint publish --dry-run
$ axint publish
02 · section

What it does

Use this command when you want the exact behavior below.

  • Requires a GitHub-backed login flow.
  • Creates or updates the package row, then inserts a new version row.
  • Returns the live registry URL for the published package.
axint publish · axint docs · axint registry