We are hiring! Apply here
Fluvio Version Manager

fvm manages multiple installations of the fluvio toolchain. Users select a release channel of fluvio/cdk/smdk, and fvm takes care of the rest.

 

fvm

Fluvio Version Manager (FVM)

Usage: 

Commands:
  current  Print the current active Fluvio Version
  self     Manage FVM
  install  Install a Fluvio Version
  show     List installed Fluvio Versions
  switch   Set a installed Fluvio Version as active
  help     Print this message or the help of the given subcommand(s)

Options:
  -q, --quiet    Suppress all output
  -h, --help     Print help
  -V, --version  Print version
 

fvm current

Print the current active Fluvio Version

Usage: 

Options:
  -h, --help  Print help
 

fvm self

Manage FVM

Usage: 

Commands:
  install    Install `fvm` and setup the workspace
  uninstall  Uninstall `fvm` and removes the workspace
  help       Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help
 

fvm self install

Install `fvm` and setup the workspace

Usage: 

Options:
  -h, --help  Print help
 

fvm self uninstall

Uninstall `fvm` and removes the workspace

Usage: 

Options:
      --yes   Skip the confirmation prompt and uninstall FVM
  -h, --help  Print help
 

fvm install

Install a Fluvio Version

Usage: 

Arguments:
  [VERSION]  Version to install [default: stable]

Options:
      --registry <REGISTRY>  Registry used to fetch Fluvio Versions [env: HUB_REGISTRY_URL=] [default: https://hub.infinyon.cloud]
  -h, --help                 Print help
 

fvm show

List installed Fluvio Versions

Usage: 

Options:
  -h, --help  Print help
 

fvm switch

Set a installed Fluvio Version as active

Usage: 

Arguments:
  [VERSION]  Version to set as active

Options:
  -h, --help  Print help