Skip to main content
Skip to main content

b list

Lists all binaries defined in the project's b.yaml and their installation status.

Aliases

  • ls
  • l

Usage

b list [flags]

Examples

List all binaries

This command lists all binaries from the b.yaml file and shows whether they are installed.

# List all binaries from b.yaml
b list

List as JSON

Use the --output global flag to format the list as JSON.

# List as JSON
b list --output json

List as YAML

Use the --output global flag to format the list as YAML.

# List as YAML
b list --output yaml

Flags

FlagDescription
-h, --helphelp for list

Global Flags

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