Manage and upload assets.Documentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 a mobile asset to Momentic dashboard. After upload, the asset can be used
in both the interactive editor and in test runs.
Supported formats: Android APK (.apk) and iOS .app directory (development
build). See iOS app setup for building a
testing-ready .app.
Arguments
Path to the asset to upload. Must be an
.apk file or an .app directory.Options
Required. Release channel for the asset, such as
staging or dev. This
name affects how the asset 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.
delete
Delete a previously uploaded mobile asset. The command prompts for confirmation
before deleting.
Options
Required. Release channel of the asset to delete.
Required. Version label of the asset to delete within the channel.
Required. Platform of the asset to delete. One of
android or ios.