jx upgrade apps

list of jx commands

jx upgrade apps

Upgrades any Apps to the latest release (an app is similar to an addon)

Synopsis

Upgrades Apps to newer releases (an app is similar to an addon)

jx upgrade apps [flags]

Examples

  # Upgrade all apps
  jx upgrade apps
  
  # Upgrade a specific app
  jx upgrade app cheese

Options

      --alias string        An alias to use for the app [--gitops]
      --ask-all             Ask all configuration questions. By default existing answers are reused automatically.
      --auto-merge          Automatically merge GitOps pull requests that pass CI
      --helm-update         Should we run helm update first to ensure we use the latest version (available when NOT using GitOps for your dev environment) (default true)
  -h, --help                help for apps
      --namespace string    The Namespace to promote to [--no-gitops]
      --password string     The password for the repository
  -r, --release string      The chart release name (by default the name of the app, available when NOT using GitOps for your dev environment)
      --repository string   The repository from which the app should be installed
  -s, --set stringArray     The Helm parameters to pass in while upgrading [--no-gitops]
      --username string     The username for the repository
  -v, --version string      The chart version to install [--gitops]

Options inherited from parent commands

  -b, --batch-mode   Runs in batch mode without prompting for user input
      --verbose      Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace

SEE ALSO

Auto generated by spf13/cobra on 2-Sep-2020