b update
Update binaries. If no arguments are given, b
updates all binaries from the b.yaml
configuration file.
Alias
u
Usage
Examples
Update all binaries
If a b.yaml
file is present, this command will update all the binaries listed in it to their latest available versions.
Update a specific binary
Update a single binary to its latest version.
Force an update
Force an update even if the binary is already at the latest version. This is useful for re-installing a corrupted binary.
Flags
Flag | Description |
---|---|
-h , --help | help for update |
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 |
-q , --quiet | Quiet mode |
-v , --version | Print version information and quit |
Was this section helpful?