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.
package
@scope/pkg[@version]
Options:
-b, --bundle <name>: Override bundle name (defaults to npm package name).
-b, --bundle <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.
.zip
Last updated 4 months ago
Was this helpful?