Releases
remy-admin releasesDeploys are git-native: a push to the default branch builds and ships to production, and a push to any other branch builds a private preview at its own URL. This surface watches that pipeline. list shows releases newest first with build status, commit, and timing; get opens one in full, build logs included; and current reports the release serving live right now.
wait is the primitive the rest is built for: run it after a git push and it blocks until the pushed commit's release reaches a terminal state, returning live, preview, failed, superseded, or timeout, and setting a matching exit code so a script can branch on the outcome without parsing anything. A branch push resolves to a preview and includes the gated URL where that build can be reached. status does the same poll for a release already identified by id.