
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@blinkmobile/buildbot-cli
Advanced tools
This tool is for starting the BlinkMobile Buildbot process.
npm install -g @blinkmobile/cli @blinkmobile/identity-cli @blinkmobile/builtbot-cli
blinkm builtbot --help
or, shorter
bm builtbot --help
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>`
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 addressRunning 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
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.
FAQs
CLI to build hybrid apps with BlinkMobile
The npm package @blinkmobile/buildbot-cli receives a total of 13 weekly downloads. As such, @blinkmobile/buildbot-cli popularity was classified as not popular.
We found that @blinkmobile/buildbot-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.