buildshare.in

Apps & Builds

Inspect applications, historical builds, and CLI version details.

The BuildShare CLI includes dedicated commands to inspect registered applications, browse build history, and check your installed CLI version.


buildshare app

Sub-commands for listing and inspecting mobile applications in your active workspace.

List Applications

List all applications registered in your workspace along with their package/bundle identifiers:

buildshare app list

To format the output as JSON for scripting:

buildshare app list --json

Sub-commands

Sub-commandDescription
app listList all apps in the current workspace with package IDs, platform types, and metadata

Example Output

ID                  NAME              PLATFORM   PACKAGE ID                 BUILDS
app_android_prod    My App (Android)  Android    com.example.myapp          24
app_ios_prod        My App (iOS)      iOS        com.example.myapp.ios      18

buildshare build

Sub-commands for querying uploaded builds and release history.

List Recent Builds

Inspect recent builds for a given application:

buildshare build list --app <app-id>

Output formatted as JSON:

buildshare build list --app <app-id> --json

Sub-commands

Sub-commandDescription
build listList the most recent builds for a given application ID or slug

Example Output

BUILD ID        VERSION      CODE   RELEASED               SIZE      DOWNLOADS
bld_982348a7b   1.4.0        42     2026-03-20 14:32 UTC   51.8 MB   14
bld_771821f0c   1.3.9        41     2026-03-18 09:15 UTC   51.2 MB   89

buildshare version

Print the installed CLI binary version, Git commit SHA, and build timestamp.

Usage

buildshare version
# or via flag
buildshare --version

Example Output

buildshare version 0.1.0 (commit: 9f1a23b, built at: 2026-03-20T12:00:00Z)

On this page