Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gas-buddy/appcenter-build-bot
A robot to manipulate appcenter builds (mostly to seek to a specific build number and to cancel ranges)
https://github.com/gas-buddy/appcenter-build-bot
Last synced: about 2 months ago
JSON representation
A robot to manipulate appcenter builds (mostly to seek to a specific build number and to cancel ranges)
- Host: GitHub
- URL: https://github.com/gas-buddy/appcenter-build-bot
- Owner: gas-buddy
- Created: 2022-02-11T04:04:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T01:07:36.000Z (over 2 years ago)
- Last Synced: 2024-10-13T06:58:08.469Z (3 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
appcenter-build-bot
===============![main CI](https://github.com/gas-buddy/appcenter-build-bot/actions/workflows/nodejs.yml/badge.svg)
[![npm version](https://badge.fury.io/js/@gasbuddy%appcenter-build-bot.svg)](https://badge.fury.io/js/@gasbuddy%2Fappcenter-build-bot)
A robot to manipulate appcenter builds (mostly to seek to a specific build number and to cancel ranges)
## How to use
```
> docker run --rm -it node /bin/bash
(now inside container)
> cd /tmp
> npm i -D appcenter-build-bot
> npx appcenter-build-bot --app https://appcenter.ms/orgs/XXXXXXX/apps/APP.Android/ --key mykey --branch dev build 1337
```