You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -L "https://github.com/FairwindsOps/nova/releases/download/3.2.0/nova_3.2.0_linux_amd64.tar.gz"> nova.tar.gz
tar -xvf nova.tar.gz
sudo mv nova /usr/local/bin/
nova help
fairwinds tool to check for updated chart releases.
Usage:
nova [flags]
nova [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
find Find out-of-date deployed releases.
generate-config Generate a config file.
help Help about any command
version Prints the current version.
Flags:
--alsologtostderr log to standard error as well as files (default true)
--config string Config file to use. If empty, flags will be used instead
--context string A context to use in the kubeconfig.
-d, --desired-versions stringToString A map of chart=override_version to override the helm repository when checking. (default [])
-h, --help helpfor nova
-a, --include-all Show all charts even if no latest version is found.
--logtostderr log to standard error instead of files (default true)
--output-file string Path on local filesystem to write file output to
--poll-artifacthub When true, polls artifacthub to match against helm releases in the cluster. If false, you must provide a url list via --url/-u. Default is true. (default true)
--show-old Only show charts that are not on the latest version
-u, --url strings URL for a helm chart repo
-v, --v Level number for the log level verbosity
--wide Output chart name and namespace
Use "nova [command] --help"for more information about a command.