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

Commit

Permalink
allow multiple platforms for build
Browse files Browse the repository at this point in the history
  • Loading branch information
goya committed Sep 4, 2018
1 parent 4501129 commit d17fc36
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHEATSHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pgb.getApp(id) // get single app
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
pgb.buildApp(id, [platforms...]) // build app, optionally by specified platforms
pgb.deleteApp(id) // delete app

/* COLLABORATORS */
Expand Down
Loading

0 comments on commit d17fc36

Please sign in to comment.