jx add app

list of jx commands

jx add app

Adds an App (an app is similar to an addon)

Synopsis

Adds an App to Jenkins X (an app is similar to an addon),

jx add app [flags]

Examples

  # Add an app
  jx add app jx-app-jacoco
  
  # Add an app from a local path
  jx add app .
  
  # Add an app from git repository
  jx add app https://github.com/jenkins-x-apps/jx-app-kubeless.git

Options

      --alias string         An alias to use for the app if you wish to install multiple instances of the same app
      --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 app
  -n, --namespace string     The Namespace to install into (available when NOT using GitOps for your dev environment)
      --password string      The password for the repository
      --repository string    The repository from which the app should be installed (default specified in your dev environment)
  -s, --set stringArray      The chart set values (can specify multiple or separate values with commas: key1=val1,key2=val2) (available when NOT using GitOps for your dev environment)
      --username string      The username for the repository
  -f, --values stringArray   List of locations for values files, can be local files or URLs (available when NOT using GitOps for your dev environment)
  -v, --version string       The chart version to install

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

  • jx add - Adds a new resource
Auto generated by spf13/cobra on 2-Sep-2020