šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github.com/unknwon/bra

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/unknwon/bra

v0.0.0-20200517080246-1e3013ecaff8
Source
Go
Version published
Created
Source

Brilliant Ridiculous Assistant

Bra (Brilliant Ridiculous Assistant) is a command line utility tool.

Installtion

$ env GO111MODULE=on go get github.com/unknwon/bra

Usage

USAGE:
   bra [global options] command [command options] [arguments...]

COMMANDS:
   init     initialize config template file
   run      start monitoring and notifying
   sync     keep syncing two end points
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

Quick Start

To work with a new app, you have to have a .bra.toml file under the work directory. You can quickly generate a default one by executing following command:

$ bra init

FAQs

How to I gracefully shutdown the application?

Change following values in your .bra.toml:

[run]
interrupt_timout = 15
graceful_kill = true

This will send os.Interrupt signal first and wait for 15 seconds before force kill.

Configuration

An example configuration is available as default.bra.toml.

License

This project is under Apache v2 License. See the LICENSE file for the full license text.

FAQs

Package last updated on 17 May 2020

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