Skip to main content
Skip to main content

b update

Update binaries. If no arguments are given, b updates all binaries from the b.yaml configuration file.

Alias

  • u

Usage

b update [binary...] [flags]

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.

b update

Update a specific binary

Update a single binary to its latest version.

b update jq

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.

b update --force kubectl

Flags

FlagDescription
-h, --helphelp for update

Global Flags

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