list
List available asset channels and tags for your organization, grouped by
platform.
Without any flags, prints a summary of every channel under each platform heading
with its tag count and latest uploaded tag:
--channel <channel>, prints the newest-first tags for that channel under
each platform heading:
--platform <platform>, only the requested platform is shown.
Options
Channel to show tags for. When omitted, the command prints the channel summary
view instead of tags.
Filter results to a specific mobile platform. One of
android or ios.Case-insensitive substring filter applied to tag names when listing a channel.
For example,
--tag-filter 1.2 matches any tag that contains the text 1.2.Emit machine-readable JSON output instead of text.Summary mode (no Tag list mode (with
--channel) returns a platforms array, each with its
channels, tag counts, and the latest uploaded tag:--channel <channel>) returns the channel name and a
platforms array whose tags are ordered newest-first:upload
Upload an APK asset to Momentic dashboard. After upload, the 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).
Arguments
Path to the APK file to upload. Must exist on disk and end in
.apk.Options
Required. 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.Version label within the channel. Can be a semantic version like
0.0.1 or a
floating tag like latest. If omitted, defaults to latest.download
Download a mobile asset (APK) from Momentic dashboard to the local machine.
Arguments
Optional path to download the asset to. Can be a directory or a file path. If
omitted, defaults to the current working directory. If a directory is
provided, the file will be named
<channel>-<tag>.apk.Options
Required. Release channel for the asset to download.
Required. Version label within the channel to download.