b list
Lists all binaries and env entries defined in the project's b.yaml and their status.
Aliases
lsl
Usage
Examples
List all binaries and envs
This command lists all binaries and env entries from the b.yaml file and shows their status.
List as JSON
Use the --output global flag to format the list as JSON.
List as YAML
Use the --output global flag to format the list as YAML.
Flags
| Flag | Description |
|---|---|
-h, --help | help for list |
Global Flags
| Flag | Description |
|---|---|
-c, --config string | Path to configuration file (current: /home/fentas/github/fentas/b/.bin/b.yaml) |
--force | Force operations, overwriting existing binaries |
-o, --output stringArray | output options: json |
-q, --quiet | Quiet mode |
-v, --version | Print version information and quit |
Was this section helpful?