Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@blinkmobile/buildbot-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blinkmobile/buildbot-cli

CLI for Blink Mobiles Cloud based Hybrid app builders

Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
20
233.33%
Maintainers
1
Weekly downloads
 
Created
Source

This tool is for starting the BlinkMobile Buildbot process.

Installation

npm install -g @blinkmobile/cli @blinkmobile/identity-cli @blinkmobile/builtbot-cli

Usage

blinkm builtbot --help

or, shorter

bm builtbot --help

Submitting an app for building

The build command requires users to be authenicated with a BlinkMobile Identity. To login to the Buildbot CLI, see identity-cli for available commands.

Once you have been authenicated, you can submit your hybrid project for building by using the build command.

bm buildbot build supports the following options:

  • <path-to-project-root> (optional, defaults to the current working directory)
  • --notify your@email.address (optional, defaults to the address notify command, if unset, a prompt will ask for an address)
  • --platforms android,ios,windows
  • --buildMode release|debug (optional, defaults to 'debug')

To build a release version:

bm buildbot build [<path-to-project-root>] --platforms <comma-seperated-list-of-platforms> [--buildMode release] --notify <your email>

To build a debug version:

bm buildbot build [<path-to-project-root>] --platforms <comma-seperated-list-of-platforms> --buildMode debug --notify <your email>`

Notifications

To be notified of the result you can supply the email address via the --notify flag for the build command, or you can store the email in the user specific blinkmrc.json file using the notify command.

bm buildbot notify will show the currently stored email address

  • your@email.address will store the email address
  • --unset will remove the stored email address

Running the build command with the --notify flag will take precedence over the stored email address.

To display the email address to be notified:

bm buildbot notify

To set the email address to be notified:

bm buildbot notify your@email.address

Evergreen Updates

iOS and Android applications allow for evergreen updates. This option will allow for resouces to be zipped into a folder per platform

bm buildbot evergreen supports the following options:

  • --force (optional, overwrite any existing update ZIPs)

To zip resources for a project:

bm buildbot evergreen <path-to-project-root> [--force]

See the ./docs folder for detailed usage information on each supported platform.

Keywords

BlinkMobile

FAQs

Package last updated on 14 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts