Skip to content

aube dist-tag add

  • Usage: aube dist-tag add [--otp <OTP>] <SPEC> [TAG]
  • Effect: modifies state

Add or update a dist-tag on a package.

Spec must include a concrete version: aube dist-tag add react@18.2.0 stable. The tag argument defaults to latest.

Arguments

  • <SPEC> — Package spec in name@version form (exact version required, ranges and tags aren't resolved here).
  • [TAG] — Tag to create or update. Defaults to latest.

Flags

  • --otp <OTP> — One-time password from a 2FA authenticator; sent as npm-otp.
  • -h --help — Print help
MIT LicensejdxCopyright © 2026 jdx.dev