Skip to content

iter8 version

iter8 version

Print Iter8 CLI version

Synopsis

Print the version of Iter8 CLI.

$ iter8 version

The output may look as follows:

$ version.BuildInfo{Version:"v0.10.1", GitCommit:"fe51cd1e31e6a202cba7aliv9552a6d418ded79a", GoVersion:"go1.17.6"}

In the sample output shown above:

  • Version is the semantic version of the Iter8 CLI.
  • GitCommit is the SHA hash for the commit that this version was built from.
  • GoVersion is the version of Go that was used to compile Iter8 CLI.
iter8 version [flags]

Options

  -h, --help    help for version
      --short   print abbreviated version info

Options inherited from parent commands

  -l, --loglevel string   trace, debug, info, warning, error, fatal, panic (default "info")

SEE ALSO

  • iter8 - Kubernetes release optimizer
Auto generated by spf13/cobra on 14-Apr-2022
Back to top