Manage and upload assets.

upload

Upload an APK asset to Momentic Cloud. After upload, this asset can be used in both the interactive editor and in test runs. The file provided must exist on disk and be an Android APK (.apk).
npx momentic-mobile assets upload <file> --channel <channel> [--tag <tag>]

Options

--channel <channel>

Release channel for the asset, such as staging or dev. This name affects how the APK will be referenced by tests. Channels cannot be renamed after creation.

--tag <tag>

Version label within the channel. This could be a semantic version like 0.0.1 or a floating tag like latest. If omitted, defaults to latest.