Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

build-dashboard

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-dashboard

Buildbot CLI Dashboard

  • 0.2.7
  • PyPI
  • Socket score

Maintainers
1

build-dashboard: A CLI dashboard for Buildbot

.. image:: https://travis-ci.org/ReverentEngineer/build-dashboard.svg?branch=master :target: https://travis-ci.org/ReverentEngineer/build-dashboard

:Site: https://github.com/ReverentEngineer/build-dashboard :Original author: Jeff Hill jeff@reverentengineer.com

.. contents:: :local:

build-dashboard is an open-source client for Buildbot that allows for reviewing builds in the terminal.

Requirements

Required packages include: aiohttp, toml, asciimatics

How to run

.. code-block:: bash

build_dashboard  --protocol https --host buildbot.example.com

Configuration file

build_dashboard looks for a TOML-based .buildbotrc in the users home directory. If it finds one it, it will use the parameters in the file. Any arguments passed on the command line will override the configuration file.

Example configuration file:

.. code-block:: ini

protocol = "http"
host = "localhost"
unix = "/var/run/buildbot.sock"

Keywords

FAQs


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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc