Turbopush
CLI

Release History

Inspect the release history of any Turbopush deployment, including install metrics, promotions, and rollbacks.

View History

npx turbopush deployment history <appSlug> <deploymentName>

Shows the 50 most recent releases with labels, metadata, and install metrics. Promotions and rollbacks are indicated.

Label  Release Time                            App Version  Mandatory  Description
v1     35 minutes ago                          1.0.0        No
v2     35 minutes ago                          1.0.0        No
       (Promoted v1 from "Staging")
v3     32 minutes ago                          1.0.0        No         This is a stable release.
v4     29 minutes ago                          1.0.0        No         This is a broken release :(
v5     22 minutes ago                          1.0.0        No         This is a stable release.
       (Rolled back v4 to v3)

Add --displayAuthor (or -a) to see who released each update.

Alias: npx turbopush deployment h

Clear History

npx turbopush deployment clear <appSlug> <deploymentName>

Irreversible. Devices using this deployment key will no longer receive cleared updates.

How is this guide?