Skip to main content
Skip to main content

b reference

b provides a comprehensive set of commands for managing binary dependencies in your projects. This reference covers all available commands, options, and usage patterns.

Core

b is built around a subcommand architecture that provides intuitive and powerful binary management capabilities.

Quick reference

Get started quickly with the most common commands:

b init                    # Initialize a new project
b install jq # Install a specific binary
b install --add jq@jq-1.6 # Install and add to b.yaml
b list # List installed binaries
b update # Update all binaries
b search kubectl # Search for available binaries
Was this section helpful?