jx open

list of jx commands

jx open

Open a service in a browser

Synopsis

Opens a named service in the browser.

You can use the ‘–url’ argument to just display the URL without opening it

jx open [flags]

Examples

  # Open the Nexus console in a browser
  jx open jenkins-x-sonatype-nexus
  
  # Print the Nexus console URL but do not open a browser
  jx open jenkins-x-sonatype-nexus -u
  
  # List all the service URLs
  jx open

Options

      --classic               Use the classic Jenkins skin instead of Blue Ocean
  -m, --custom                Use a custom Jenkins App instead of the default execution engine in Jenkins X
  -e, --env string            Specifies the Environment name to look inside
  -h, --help                  help for open
      --host                  Only displays host names of the URLs and does not open the browser
  -j, --jenkins-name string   The name of the custom Jenkins App if you don't wish to use the default execution engine in Jenkins X
  -n, --namespace string      Specifies the namespace name to look inside
  -u, --url                   Only displays and the URL and does not open the browser

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 - jx is a command line tool for working with Jenkins X
Auto generated by spf13/cobra on 2-Sep-2020