For the complete documentation index, see llms.txt. This page is also available as Markdown.

sdm admin websites add

NAME:
   sdm admin websites add - add one or more websites

USAGE:
   sdm admin websites add command [command options] [arguments...]

COMMANDS:
   couchbaseWebUI                    create Couchbase (WebUI) website
   http, httpNoAuth, http-no-auth    create HTTP website
   http-basic, httpBasic, basicauth  create HTTP Basic Auth website
   http-header-auth, headerauth      create HTTP Custom Auth website

OPTIONS:
   --file value, -f value  load from a JSON file
   --stdin, -i             load from stdin
   --timeout value         set time limit for command
   --help, -h              show help

couchbaseWebUI

NAME:
   sdm admin websites add couchbaseWebUI - create Couchbase (WebUI) website

USAGE:
   sdm admin websites add couchbaseWebUI [command options] <name>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --certificate value       CA certificate (PEM format) to use for the target server verification
   --egress-filter value     apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --http-subdomain value    This will be used as your local DNS address. (e.g. app-prod1 would turn into http://app-prod1.<your-org-name>.sdm.network/) (required)
   --insecure-tls            Skip verification of the target server's TLS certificate
   --password value          (required, secret)
   --port-override value     Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value  proxy cluster id
   --secret-store-id value   secret store id
   --tags value              tags e.g. 'key=value,...'
   --template, -t            display a JSON template
   --timeout value           set time limit for command
   --url value               The base address of the Couchbase web console, without the path. (required)
   --username value          (required, secret)

http

http-basic

http-header-auth

Last updated

Was this helpful?