Skip to main content
Skip to main content

b request

Request a binary by creating a GitHub issue with a prefilled template. This command streamlines the process of requesting new binaries to be added to b.

Usage

b request <binary-name> [flags]

Examples

Request a new binary

# Request a new binary
b request terraform

Request with a description

If the binary name contains spaces or special characters, wrap it in quotes.

# Request with description
b request "my-custom-tool"

Flags

FlagDescription
-h, --helphelp for request

Global Flags

FlagDescription
-c, --config stringPath to configuration file (current: /home/fentas/github/fentas/b/.bin/b.yaml)
--forceForce operations, overwriting existing binaries
-q, --quietQuiet mode
-v, --versionPrint version information and quit
Was this section helpful?