upload

Packs and uploads an npm package as an AF bundle.

Usage:

af bundle upload [package] [options]

Arguments:

  • package: Optional npm package name (e.g. @scope/pkg[@version]). If omitted, uses the current package.

Options:

  • -b, --bundle <name>: Override bundle name (defaults to npm package name).

Notes:

  • If the bundle does not exist, you will be prompted to create it and to select a namespace.

  • Produces a .zip from the npm tarball and uploads it; cleans temp files afterwards.

Last updated

Was this helpful?