jx step release

list of jx commands

jx step release

performs a release on the current Git repository

Synopsis

performs a release on the current Git repository

jx step release [flags]

Options

  -a, --application string                the Docker application image name
      --build string                      The Build number which is used to update the PipelineActivity. If not specified its defaulted from  the '$BUILD_NUMBER' environment variable
  -r, --docker-registry docker-registry   the Docker registry host or host:port to use. If not specified it is loaded from the docker-registry ConfigMap
  -e, --git-email string                  The Git email address to configure if there is none already setup
  -u, --git-username string               The Git username to configure if there is none already setup
      --helm-repo-name string             The name of the helm repository that contains the app (default "releases")
      --helm-repo-url string              The Helm Repository URL to use for the App
  -h, --help                              help for release
      --no-batch                          Whether to disable batch mode
  -o, --organisation string               the Docker organisation for the generated Docker image
      --pull-request-poll-time string     Poll time when waiting for a Pull Request to merge (default "20s")
  -t, --timeout string                    The timeout to wait for the promotion to succeed in the underlying Environment. The command fails if the timeout is exceeded or the promotion does not complete (default "1h")
      --xdg-config-home string            The home directory where git config is setup (default "/home/jenkins")

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