b list
Lists all binaries defined in the project's b.yaml
and their installation status.
Aliases
ls
l
Usage
Examples
List all binaries
This command lists all binaries from the b.yaml
file and shows whether they are installed.
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?