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.
Fluvio Version Manager (FVM)
Usage: fvm [OPTIONS] <COMMAND>
Commands:
  current  Print the current active Fluvio Version
  self     Manage FVM
  install  Install a Fluvio Version
  list     List installed Fluvio Versions
  switch   Set a installed Fluvio Version as active
  update   Updates the current channel version to the most recent
  version  Prints version information
  help     Print this message or the help of the given subcommand(s)
Options:
  -q, --quiet  Suppress all output
  -h, --help   Print help
Print the current active Fluvio Version
Usage: fvm current
Options:
  -h, --help  Print help
Manage FVM
Usage: fvm self <COMMAND>
Commands:
  uninstall  Uninstall `fvm` and removes the workspace
  update     Prints `fvm` update instructions
  help       Print this message or the help of the given subcommand(s)
Options:
  -h, --help  Print help
Uninstall `fvm` and removes the workspace
Usage: fvm self uninstall [OPTIONS]
Options:
      --yes   Skip the confirmation prompt and uninstall FVM
  -h, --help  Print help
Prints `fvm` update instructions
Usage: fvm self update
Options:
  -h, --help  Print help
Install a Fluvio Version
Usage: fvm install [OPTIONS] [VERSION]
Arguments:
  [VERSION]  Version to install: stable, latest, or named-version x.y.z [default: stable]
Options:
      --registry <REGISTRY>  Registry used to fetch Fluvio Versions [env: HUB_REGISTRY_URL=] [default: https://hub.infinyon.cloud]
  -h, --help                 Print help
List installed Fluvio Versions
Usage: fvm list
Options:
  -h, --help  Print help
Set a installed Fluvio Version as active
Usage: fvm switch [VERSION]
Arguments:
  [VERSION]  Version to set as active
Options:
  -h, --help  Print help
Updates the current channel version to the most recent
Usage: fvm update [OPTIONS]
Options:
      --registry <REGISTRY>  Registry used to fetch Fluvio Versions [env: HUB_REGISTRY_URL=] [default: https://hub.infinyon.cloud]
  -h, --help                 Print help
Prints version information
Usage: fvm version
Options:
  -h, --help  Print help