Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Await and download apps #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHEATSHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ pgb.getAppLog(id, platform) // get build log for a single platform
pgb.downloadApp(id, platform, [path]) // save app to optional path
pgb.pullApp(id) // pull new version from repo and trigger a build
pgb.buildApp(id, [platform]) // build app, optionally by single platform
pbg.awaitAndDownloadApps(id, [{platform: path}], [pollingIntervalMs: number]) // poll for completed builds, and download them when they are ready
pgb.deleteApp(id) // delete app

/* COLLABORATORS */
Expand Down
Loading