Skip to main content
Skip to main content

b list

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

Aliases

  • ls
  • l

Usage

b list [flags]

Examples

List all binaries and envs

This command lists all binaries and env entries from the b.yaml file and shows their status.

# List all binaries and envs 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?