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

Commit d17fc36

Browse files
committed
allow multiple platforms for build
1 parent 4501129 commit d17fc36

File tree

4 files changed

+37
-7
lines changed

4 files changed

+37
-7
lines changed

CHEATSHEET.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pgb.getApp(id) // get single app
6262
pgb.getAppLog(id, platform) // get build log for a single platform
6363
pgb.downloadApp(id, platform, [path]) // save app to optional path
6464
pgb.pullApp(id) // pull new version from repo and trigger a build
65-
pgb.buildApp(id, [platform]) // build app, optionally by single platform
65+
pgb.buildApp(id, [platforms...]) // build app, optionally by specified platforms
6666
pgb.deleteApp(id) // delete app
6767

6868
/* COLLABORATORS */

0 commit comments

Comments
 (0)