jx create git server

list of jx commands

jx create git server

Creates a new Git server from a URL and kind

Synopsis

Adds a new Git Server URL

jx create git server [flags]

Examples

  # Add a new Git server
  jx create git server --kind bitbucketserver --url http://bitbucket.acme.org
  
  # Add a new Git server with a name
  jx create git server -k bitbucketcloud -u http://bitbucket.org -n MyBitBucket
  
  For more documentation see: [https://jenkins-x.io/developing/git/](https://jenkins-x.io/developing/git/)

Options

  -a, --apiuser string   The git server api user
  -h, --help             help for server
  -k, --kind string      The kind of Git server being created
  -n, --name string      The name for the Git server being created
  -s, --secret string    The git server api user secret
  -u, --url string       The git server URL

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