sdm admin websites update

Last modified on November 27, 2023

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

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

COMMANDS:
   http, httpNoAuth, http-no-auth    update HTTP website
   http-basic, httpBasic, basicauth  update HTTP Basic Auth website
   http-header-auth, headerauth      update HTTP Custom Auth website

OPTIONS:
   --file value, -f value  load from a JSON file
   --stdin, -i             load from stdin
   --filter value          filter e.g. 'field:name tag:key=value ...'
   --filters-help          show valid filter strings and examples
   --filter-json value     path to JSON based filter
   --tags value            tags e.g. 'key=value,...'
   --delete-tags value     delete-tags e.g. 'key,...'
   --delete-all-tags       
   --timeout value         set time limit for command
   --help, -h              show help

http

NAME:
   sdm admin websites update http - update HTTP website

USAGE:
   sdm admin websites update http [command options] [arguments...]

OPTIONS:
   --bind-interface value     bind interface (default: "127.0.0.1")
   --default-path value       Automatically redirect to this path upon connecting.
   --delete-all-tags          
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --filter value             filter e.g. 'field:name tag:key=value ...'
   --filter-json value        path to JSON based filter
   --filters-help             show valid filter strings and examples
   --headers-exclusion value  Enter the header name (e.g. Authorization), and its contents will be omitted from logs.
   --health-path value        This path will be used to check the health of your site.
   --host-override value      The host header will be overwritten with this field.
   --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/)
   --id value                 datasource id
   --name value               datasource name
   --port-override value      port profile override (default: -1)
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
   --url value                The base address of your website without the path.

http-basic

NAME:
   sdm admin websites update http-basic - update HTTP Basic Auth website

USAGE:
   sdm admin websites update http-basic [command options] [arguments...]

OPTIONS:
   --bind-interface value     bind interface (default: "127.0.0.1")
   --default-path value       Automatically redirect to this path upon connecting.
   --delete-all-tags          
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --filter value             filter e.g. 'field:name tag:key=value ...'
   --filter-json value        path to JSON based filter
   --filters-help             show valid filter strings and examples
   --headers-exclusion value  Enter the header name (e.g. Authorization), and its contents will be omitted from logs.
   --health-path value        This path will be used to check the health of your site.
   --host-override value      The host header will be overwritten with this field.
   --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/)
   --id value                 datasource id
   --name value               datasource name
   --password value           (secret)
   --port-override value      port profile override (default: -1)
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
   --url value                The base address of your website without the path.
   --username value           (secret)

http-header-auth

NAME:
   sdm admin websites update http-header-auth - update HTTP Custom Auth website

USAGE:
   sdm admin websites update http-header-auth [command options] [arguments...]

OPTIONS:
   --auth-header value        (secret)
   --bind-interface value     bind interface (default: "127.0.0.1")
   --default-path value       Automatically redirect to this path upon connecting.
   --delete-all-tags          
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --filter value             filter e.g. 'field:name tag:key=value ...'
   --filter-json value        path to JSON based filter
   --filters-help             show valid filter strings and examples
   --headers-exclusion value  Enter the header name (e.g. Authorization), and its contents will be omitted from logs.
   --health-path value        This path will be used to check the health of your site.
   --host-override value      The host header will be overwritten with this field.
   --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/)
   --id value                 datasource id
   --name value               datasource name
   --port-override value      port profile override (default: -1)
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
   --url value                The base address of your website without the path.