diff --git a/cmd/scw/testdata/test-all-usage-container-container-create-usage.golden b/cmd/scw/testdata/test-all-usage-container-container-create-usage.golden index cde5e4877d..47ac22b266 100644 --- a/cmd/scw/testdata/test-all-usage-container-container-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-container-container-create-usage.golden @@ -22,9 +22,11 @@ ARGS: [port] [secret-environment-variables.{index}.key] [secret-environment-variables.{index}.value] - [http-option] Configure how HTTP and HTTPS requests are handled (unknown_http_option | enabled | redirected) [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par) +DEPRECATED ARGS: + [http-option] Configure how HTTP and HTTPS requests are handled + FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-container-container-update-usage.golden b/cmd/scw/testdata/test-all-usage-container-container-update-usage.golden index c1ea38bd1c..28e98b1ff4 100644 --- a/cmd/scw/testdata/test-all-usage-container-container-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-container-container-update-usage.golden @@ -22,9 +22,11 @@ ARGS: [port] [secret-environment-variables.{index}.key] [secret-environment-variables.{index}.value] - [http-option] Configure how HTTP and HTTPS requests are handled (unknown_http_option | enabled | redirected) [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par) +DEPRECATED ARGS: + [http-option] Configure how HTTP and HTTPS requests are handled + FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-function-function-create-usage.golden b/cmd/scw/testdata/test-all-usage-function-function-create-usage.golden index c9e6f58856..61368a45b2 100644 --- a/cmd/scw/testdata/test-all-usage-function-function-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-function-function-create-usage.golden @@ -20,9 +20,11 @@ ARGS: [description] [secret-environment-variables.{index}.key] [secret-environment-variables.{index}.value] - [http-option] Configure how HTTP and HTTPS requests are handled (unknown_http_option | enabled | redirected) [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par) +DEPRECATED ARGS: + [http-option] Configure how HTTP and HTTPS requests are handled + FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-function-function-update-usage.golden b/cmd/scw/testdata/test-all-usage-function-function-update-usage.golden index bd21849083..000bf4d11b 100644 --- a/cmd/scw/testdata/test-all-usage-function-function-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-function-function-update-usage.golden @@ -20,9 +20,11 @@ ARGS: [description] [secret-environment-variables.{index}.key] [secret-environment-variables.{index}.value] - [http-option] Configure how HTTP and HTTPS requests are handled (unknown_http_option | enabled | redirected) [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par) +DEPRECATED ARGS: + [http-option] Configure how HTTP and HTTPS requests are handled + FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-add-servers-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-add-servers-usage.golden index b4040e5b6c..c140b92bec 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-add-servers-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-add-servers-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: backend-id Backend ID server-ip.{index} Set all IPs to add on your backend - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for add-servers diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden index d912e3f9db..716b5ea76c 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden @@ -6,39 +6,36 @@ USAGE: scw lb backend create [arg=value ...] ARGS: - name= Resource name - forward-protocol Backend protocol. TCP or HTTP (tcp | http) - forward-port User sessions will be forwarded to this port of backend servers - forward-port-algorithm=roundrobin Load balancing algorithm (roundrobin | leastconn | first) - sticky-sessions=none Enables cookie-based session persistence (none | cookie | table) - [sticky-sessions-cookie-name] Cookie name for for sticky sessions - [health-check.mysql-config.user] - [health-check.check-max-retries] - [health-check.pgsql-config.user] - [health-check.http-config.uri] HTTP uri used with the request - [health-check.http-config.method] HTTP method used with the request - [health-check.http-config.code] A health check response will be considered as valid if the response's status code match - [health-check.http-config.host-header] HTTP host header used with the request - [health-check.https-config.uri] HTTP uri used with the request - [health-check.https-config.method] HTTP method used with the request - [health-check.https-config.code] A health check response will be considered as valid if the response's status code match - [health-check.https-config.host-header] HTTP host header used with the request - [health-check.https-config.sni] Specifies the SNI to use to do health checks over SSL - [health-check.port] - [health-check.check-timeout] - [health-check.check-delay] - [health-check.check-send-proxy] It defines whether the healthcheck should be done considering the proxy protocol - lb-id Load balancer ID - server-ip.{index} Backend server IP addresses list (IPv4 or IPv6) - [timeout-server] Maximum server connection inactivity time - [timeout-connect] Maximum initical server connection establishment time - [timeout-tunnel] Maximum tunnel inactivity time - [on-marked-down-action] Modify what occurs when a backend server is marked down (on_marked_down_action_none | shutdown_sessions) - [proxy-protocol] PROXY protocol, forward client's address (must be supported by backend servers software) (proxy_protocol_unknown | proxy_protocol_none | proxy_protocol_v1 | proxy_protocol_v2 | proxy_protocol_v2_ssl | proxy_protocol_v2_ssl_cn) - [failover-host] Scaleway S3 bucket website to be served in case all backend servers are down - [ssl-bridging] Enable SSL between load balancer and backend servers - [ignore-ssl-server-verify] Set to true to ignore server certificate verification - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + name= Resource name + forward-protocol Backend protocol. TCP or HTTP (tcp | http) + forward-port User sessions will be forwarded to this port of backend servers + forward-port-algorithm=roundrobin Load balancing algorithm (roundrobin | leastconn | first) + sticky-sessions=none Enables cookie-based session persistence (none | cookie | table) + [sticky-sessions-cookie-name] Cookie name for for sticky sessions + [health-check.mysql-config.user] + [health-check.check-max-retries] + [health-check.pgsql-config.user] + [health-check.http-config.uri] + [health-check.http-config.method] + [health-check.http-config.code] + [health-check.https-config.uri] + [health-check.https-config.method] + [health-check.https-config.code] + [health-check.port] + [health-check.check-timeout] + [health-check.check-delay] + [health-check.check-send-proxy] It defines whether the healthcheck should be done considering the proxy protocol + lb-id Load balancer ID + server-ip.{index} Backend server IP addresses list (IPv4 or IPv6) + [timeout-server] Maximum server connection inactivity time + [timeout-connect] Maximum initical server connection establishment time + [timeout-tunnel] Maximum tunnel inactivity time + [on-marked-down-action] Modify what occurs when a backend server is marked down (on_marked_down_action_none | shutdown_sessions) + [proxy-protocol] PROXY protocol, forward client's address (must be supported by backend servers software) (proxy_protocol_unknown | proxy_protocol_none | proxy_protocol_v1 | proxy_protocol_v2 | proxy_protocol_v2_ssl | proxy_protocol_v2_ssl_cn) + [failover-host] Scaleway S3 bucket website to be served in case all backend servers are down + [ssl-bridging] Enable SSL between load balancer and backend servers + [ignore-ssl-server-verify] Set to true to ignore server certificate verification + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) DEPRECATED ARGS: [send-proxy-v2] Deprecated in favor of proxy_protocol field ! diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-delete-usage.golden index d26236e0b6..14225fd645 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: backend-id ID of the backend to delete - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-get-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-get-usage.golden index 76faa9f8bc..95fa39db79 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: backend-id Backend ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-list-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-list-usage.golden index c267dfe581..9603d10fdb 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-list-usage.golden @@ -9,7 +9,7 @@ ARGS: lb-id Load balancer ID [name] Use this to search by name [order-by] Choose order of response (created_at_asc | created_at_desc | name_asc | name_desc) - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-remove-servers-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-remove-servers-usage.golden index bda3fe6f56..6c69371570 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-remove-servers-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-remove-servers-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: backend-id Backend ID server-ip.{index} Set all IPs to remove of your backend - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for remove-servers diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-set-servers-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-set-servers-usage.golden index 54739c8bae..e81cdac8a7 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-set-servers-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-set-servers-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: backend-id Backend ID server-ip.{index} Set all IPs to add on your backend and remove all other - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for set-servers diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-update-healthcheck-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-update-healthcheck-usage.golden index 7cbbd725c0..ede1098f43 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-update-healthcheck-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-update-healthcheck-usage.golden @@ -6,24 +6,21 @@ USAGE: scw lb backend update-healthcheck [arg=value ...] ARGS: - port Specify the port used to health check - check-delay Time between two consecutive health checks - check-timeout Additional check timeout, after the connection has been already established - check-max-retries Number of consecutive unsuccessful health checks, after wich the server will be considered dead - backend-id Backend ID - [mysql-config.user] - [pgsql-config.user] - [http-config.uri] HTTP uri used with the request - [http-config.method] HTTP method used with the request - [http-config.code] A health check response will be considered as valid if the response's status code match - [http-config.host-header] HTTP host header used with the request - [https-config.uri] HTTP uri used with the request - [https-config.method] HTTP method used with the request - [https-config.code] A health check response will be considered as valid if the response's status code match - [https-config.host-header] HTTP host header used with the request - [https-config.sni] Specifies the SNI to use to do health checks over SSL - [check-send-proxy] It defines whether the healthcheck should be done considering the proxy protocol - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + port Specify the port used to health check + check-delay Time between two consecutive health checks + check-timeout Additional check timeout, after the connection has been already established + check-max-retries Number of consecutive unsuccessful health checks, after wich the server will be considered dead + backend-id Backend ID + [mysql-config.user] + [pgsql-config.user] + [http-config.uri] + [http-config.method] + [http-config.code] + [https-config.uri] + [https-config.method] + [https-config.code] + [check-send-proxy] It defines whether the healthcheck should be done considering the proxy protocol + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for update-healthcheck diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden index dd71734baf..0e30dccf2a 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden @@ -21,7 +21,7 @@ ARGS: [failover-host] Scaleway S3 bucket website to be served in case all backend servers are down [ssl-bridging] Enable SSL between load balancer and backend servers [ignore-ssl-server-verify] Set to true to ignore server certificate verification - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) DEPRECATED ARGS: [send-proxy-v2] Deprecated in favor of proxy_protocol field! diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-create-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-create-usage.golden index 5cc20d0428..5223087dce 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-create-usage.golden @@ -11,7 +11,7 @@ ARGS: [letsencrypt-common-name] Main domain name of certificate (make sure this domain exists and resolves to your load balancer HA IP) [letsencrypt-alternative-name.{index}] Alternative domain names (make sure all domain names exists and resolves to your load balancer HA IP) [custom-certificate-chain] The full PEM-formatted include an entire certificate chain including public key, private key, and optionally certificate authorities. - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-delete-usage.golden index a8f7a7ea65..213c1b4140 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: certificate-id Certificate ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-get-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-get-usage.golden index 49997c749f..45f12ffb6c 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: certificate-id Certificate ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-list-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-list-usage.golden index 90fc86d3b4..c4c72b5a05 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-list-usage.golden @@ -9,7 +9,7 @@ ARGS: lb-id Load balancer ID [order-by] You can order the response by created_at asc/desc or name asc/desc (created_at_asc | created_at_desc | name_asc | name_desc) [name] Use this to search by name - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-update-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-update-usage.golden index d3fa49e3eb..71d8bd288d 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-update-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: certificate-id Certificate ID name Certificate name - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-create-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-create-usage.golden index 0887c38afc..8d9cf08f3d 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-create-usage.golden @@ -12,8 +12,7 @@ ARGS: backend-id Backend ID [timeout-client] Set the maximum inactivity time on the client side [certificate-ids.{index}] List of certificate IDs to bind on the frontend - [enable-http3] Activate HTTP 3 protocol (beta) - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) DEPRECATED ARGS: [certificate-id] Certificate ID, deprecated in favor of certificate_ids array ! diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-delete-usage.golden index 18c84818a0..999cb7019a 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: frontend-id Frontend ID to delete - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-get-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-get-usage.golden index 8ef041303e..93bf957819 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: frontend-id Frontend ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-list-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-list-usage.golden index 9447436ee7..72bd994be0 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-list-usage.golden @@ -9,7 +9,7 @@ ARGS: lb-id Load balancer ID [name] Use this to search by name [order-by] Response order (created_at_asc | created_at_desc | name_asc | name_desc) - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-update-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-update-usage.golden index cfbdcca6e1..b47eef0e74 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-update-usage.golden @@ -12,8 +12,7 @@ ARGS: backend-id Backend ID [timeout-client] Client session maximum inactivity time [certificate-ids.{index}] List of certificate IDs to bind on the frontend - [enable-http3] Activate HTTP 3 protocol (beta) - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) DEPRECATED ARGS: [certificate-id] Certificate ID, deprecated in favor of `certificate_ids` array! diff --git a/cmd/scw/testdata/test-all-usage-lbacl-create-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-create-usage.golden index bd6d58b8d6..1e569dd6d8 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-create-usage.golden @@ -15,7 +15,7 @@ ARGS: [match.http-filter-option] A exra parameter. You can use this field with http_header_match acl type to set the header name to filter [match.invert] If set to `true`, the ACL matching condition will be of type "UNLESS" index Order between your Acls (ascending order, 0 is first acl executed) - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-lbacl-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-delete-usage.golden index 9bc33a6478..a98219b1e8 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: acl-id ID of your ACL ressource - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lbacl-get-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-get-usage.golden index 6d3eee69ca..25042d8d02 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: acl-id ID of your ACL ressource - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lbacl-list-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-list-usage.golden index fe828d7c3c..4b5cd80c09 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-list-usage.golden @@ -9,7 +9,7 @@ ARGS: frontend-id ID of your frontend [order-by] You can order the response by created_at asc/desc or name asc/desc (created_at_asc | created_at_desc | name_asc | name_desc) [name] Filter acl per name - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lbacl-set-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-set-usage.golden index dee155980e..585721a7a4 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-set-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-set-usage.golden @@ -15,7 +15,7 @@ ARGS: [acls.{index}.match.invert] If set to `true`, the ACL matching condition will be of type "UNLESS" acls.{index}.index Order between your Acls (ascending order, 0 is first acl executed) frontend-id The Frontend to change ACL to - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for set diff --git a/cmd/scw/testdata/test-all-usage-lbacl-update-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-update-usage.golden index 43b8a3be6b..d5fd696cee 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-update-usage.golden @@ -15,7 +15,7 @@ ARGS: [match.http-filter-option] A exra parameter. You can use this field with http_header_match acl type to set the header name to filter [match.invert] If set to `true`, the ACL matching condition will be of type "UNLESS" index Order between your Acls (ascending order, 0 is first acl executed) - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-lbip-create-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-create-usage.golden index f661955587..c737e4deda 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-create-usage.golden @@ -9,7 +9,7 @@ ARGS: [project-id] Project ID to use. If none is passed the default project ID will be used [reverse] Reverse domain name [organization-id] Organization ID to use. If none is passed the default organization ID will be used - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-lbip-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-delete-usage.golden index 2e07e865d2..a5c8ab64e7 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: ip-id IP address ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lbip-get-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-get-usage.golden index fcd2a0ca90..4daa3e6ae4 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: ip-id IP address ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lbip-list-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-list-usage.golden index e1c945323c..54115dbb88 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-list-usage.golden @@ -9,7 +9,7 @@ ARGS: [ip-address] Use this to search by IP address [project-id] Filter IPs by project ID [organization-id] Filter IPs by organization id - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lbip-update-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-update-usage.golden index b4baa3ee7a..5186685167 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-update-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: ip-id IP address ID [reverse] Reverse DNS - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-lblb-create-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-create-usage.golden index 7a3a81ed02..497616b261 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-create-usage.golden @@ -14,7 +14,7 @@ ARGS: [type=LB-S] Load balancer offer type (LB-S | LB-GP-M | LB-GP-L) [ssl-compatibility-level] (ssl_compatibility_level_unknown | ssl_compatibility_level_intermediate | ssl_compatibility_level_modern | ssl_compatibility_level_old) [organization-id] Organization ID to use. If none is passed the default organization ID will be used - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden index 6971bdd8bd..996c4b5e59 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: lb-id Load balancer ID [release-ip] Set true if you don't want to keep this IP address - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lblb-get-stats-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-get-stats-usage.golden index 1c7fadd78f..7ed31d4baf 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-get-stats-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-get-stats-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: lb-id Load balancer ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for get-stats diff --git a/cmd/scw/testdata/test-all-usage-lblb-get-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-get-usage.golden index 05f96797d3..955f039841 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: lb-id Load balancer ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lblb-list-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-list-usage.golden index f60418135d..cf47933054 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-list-usage.golden @@ -10,7 +10,7 @@ ARGS: [order-by] (created_at_asc | created_at_desc | name_asc | name_desc) [project-id] Filter LBs by project ID [organization-id] Filter LBs by organization ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lblb-migrate-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-migrate-usage.golden index 58bdcf40ae..b611b9858e 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-migrate-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-migrate-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: lb-id Load balancer ID type Load balancer type (check /lb-types to list all type) (LB-S | LB-GP-M | LB-GP-L) - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for migrate diff --git a/cmd/scw/testdata/test-all-usage-lblb-types-list-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-types-list-usage.golden index 80db07eefd..b03dce4eb2 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-types-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-types-list-usage.golden @@ -6,7 +6,7 @@ USAGE: scw lb lb-types list [arg=value ...] ARGS: - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lblb-update-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-update-usage.golden index a6d32bb7cf..0dd2e2bcbb 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-update-usage.golden @@ -11,7 +11,7 @@ ARGS: description Resource description [tags.{index}] List of keywords [ssl-compatibility-level] (ssl_compatibility_level_unknown | ssl_compatibility_level_intermediate | ssl_compatibility_level_modern | ssl_compatibility_level_old) - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1 | pl-waw-2) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | pl-waw-1) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-tem-email-list-usage.golden b/cmd/scw/testdata/test-all-usage-tem-email-list-usage.golden index 17502cdd87..1a75c607fa 100644 --- a/cmd/scw/testdata/test-all-usage-tem-email-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-tem-email-list-usage.golden @@ -8,7 +8,6 @@ USAGE: ARGS: [project-id] Optional ID of the project in which to list the emails [domain-id] Optional ID of the domain for which to list the emails - [message-id] Optional ID of the message for which to list the emails [since] Optional, list emails created after this date [until] Optional, list emails created before this date [mail-from] Optional, list emails sent with this `mail_from` sender's address diff --git a/docs/commands/container.md b/docs/commands/container.md index 62c39d8066..ffba036ead 100644 --- a/docs/commands/container.md +++ b/docs/commands/container.md @@ -67,7 +67,7 @@ scw container container create [arg=value ...] | port | | | | secret-environment-variables.{index}.key | | | | secret-environment-variables.{index}.value | | | -| http-option | One of: `unknown_http_option`, `enabled`, `redirected` | Configure how HTTP and HTTPS requests are handled | +| ~~http-option~~ | Deprecated | Configure how HTTP and HTTPS requests are handled | | region | Default: `fr-par`
One of: `fr-par` | Region to target. If none is passed will use default region from the config | @@ -187,7 +187,7 @@ scw container container update [arg=value ...] | port | | | | secret-environment-variables.{index}.key | | | | secret-environment-variables.{index}.value | | | -| http-option | One of: `unknown_http_option`, `enabled`, `redirected` | Configure how HTTP and HTTPS requests are handled | +| ~~http-option~~ | Deprecated | Configure how HTTP and HTTPS requests are handled | | region | Default: `fr-par`
One of: `fr-par` | Region to target. If none is passed will use default region from the config | diff --git a/docs/commands/function.md b/docs/commands/function.md index 22225e9b9f..1dddb3cedc 100644 --- a/docs/commands/function.md +++ b/docs/commands/function.md @@ -224,7 +224,7 @@ scw function function create [arg=value ...] | description | | | | secret-environment-variables.{index}.key | | | | secret-environment-variables.{index}.value | | | -| http-option | One of: `unknown_http_option`, `enabled`, `redirected` | Configure how HTTP and HTTPS requests are handled | +| ~~http-option~~ | Deprecated | Configure how HTTP and HTTPS requests are handled | | region | Default: `fr-par`
One of: `fr-par` | Region to target. If none is passed will use default region from the config | @@ -383,7 +383,7 @@ scw function function update [arg=value ...] | description | | | | secret-environment-variables.{index}.key | | | | secret-environment-variables.{index}.value | | | -| http-option | One of: `unknown_http_option`, `enabled`, `redirected` | Configure how HTTP and HTTPS requests are handled | +| ~~http-option~~ | Deprecated | Configure how HTTP and HTTPS requests are handled | | region | Default: `fr-par`
One of: `fr-par` | Region to target. If none is passed will use default region from the config | diff --git a/docs/commands/lb.md b/docs/commands/lb.md index efc6bad670..c32401a6d3 100644 --- a/docs/commands/lb.md +++ b/docs/commands/lb.md @@ -79,7 +79,7 @@ scw lb acl create [arg=value ...] | match.http-filter-option | | A exra parameter. You can use this field with http_header_match acl type to set the header name to filter | | match.invert | | If set to `true`, the ACL matching condition will be of type "UNLESS" | | index | Required | Order between your Acls (ascending order, 0 is first acl executed) | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -99,7 +99,7 @@ scw lb acl delete [arg=value ...] | Name | | Description | |------|---|-------------| | acl-id | Required | ID of your ACL ressource | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -119,7 +119,7 @@ scw lb acl get [arg=value ...] | Name | | Description | |------|---|-------------| | acl-id | Required | ID of your ACL ressource | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -141,7 +141,7 @@ scw lb acl list [arg=value ...] | frontend-id | Required | ID of your frontend | | order-by | One of: `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc` | You can order the response by created_at asc/desc or name asc/desc | | name | | Filter acl per name | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -169,7 +169,7 @@ scw lb acl set [arg=value ...] | acls.{index}.match.invert | | If set to `true`, the ACL matching condition will be of type "UNLESS" | | acls.{index}.index | Required | Order between your Acls (ascending order, 0 is first acl executed) | | frontend-id | Required | The Frontend to change ACL to | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -197,7 +197,7 @@ scw lb acl update [arg=value ...] | match.http-filter-option | | A exra parameter. You can use this field with http_header_match acl type to set the header name to filter | | match.invert | | If set to `true`, the ACL matching condition will be of type "UNLESS" | | index | Required | Order between your Acls (ascending order, 0 is first acl executed) | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -223,7 +223,7 @@ scw lb backend add-servers [arg=value ...] |------|---|-------------| | backend-id | Required | Backend ID | | server-ip.{index} | Required | Set all IPs to add on your backend | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -251,15 +251,12 @@ scw lb backend create [arg=value ...] | health-check.mysql-config.user | | | | health-check.check-max-retries | | | | health-check.pgsql-config.user | | | -| health-check.http-config.uri | | HTTP uri used with the request | -| health-check.http-config.method | | HTTP method used with the request | -| health-check.http-config.code | | A health check response will be considered as valid if the response's status code match | -| health-check.http-config.host-header | | HTTP host header used with the request | -| health-check.https-config.uri | | HTTP uri used with the request | -| health-check.https-config.method | | HTTP method used with the request | -| health-check.https-config.code | | A health check response will be considered as valid if the response's status code match | -| health-check.https-config.host-header | | HTTP host header used with the request | -| health-check.https-config.sni | | Specifies the SNI to use to do health checks over SSL | +| health-check.http-config.uri | | | +| health-check.http-config.method | | | +| health-check.http-config.code | | | +| health-check.https-config.uri | | | +| health-check.https-config.method | | | +| health-check.https-config.code | | | | health-check.port | | | | health-check.check-timeout | | | | health-check.check-delay | | | @@ -275,7 +272,7 @@ scw lb backend create [arg=value ...] | failover-host | | Scaleway S3 bucket website to be served in case all backend servers are down | | ssl-bridging | | Enable SSL between load balancer and backend servers | | ignore-ssl-server-verify | | Set to true to ignore server certificate verification | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -295,7 +292,7 @@ scw lb backend delete [arg=value ...] | Name | | Description | |------|---|-------------| | backend-id | Required | ID of the backend to delete | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -315,7 +312,7 @@ scw lb backend get [arg=value ...] | Name | | Description | |------|---|-------------| | backend-id | Required | Backend ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -337,7 +334,7 @@ scw lb backend list [arg=value ...] | lb-id | Required | Load balancer ID | | name | | Use this to search by name | | order-by | One of: `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc` | Choose order of response | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -358,7 +355,7 @@ scw lb backend remove-servers [arg=value ...] |------|---|-------------| | backend-id | Required | Backend ID | | server-ip.{index} | Required | Set all IPs to remove of your backend | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -379,7 +376,7 @@ scw lb backend set-servers [arg=value ...] |------|---|-------------| | backend-id | Required | Backend ID | | server-ip.{index} | Required | Set all IPs to add on your backend and remove all other | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -414,7 +411,7 @@ scw lb backend update [arg=value ...] | failover-host | | Scaleway S3 bucket website to be served in case all backend servers are down | | ssl-bridging | | Enable SSL between load balancer and backend servers | | ignore-ssl-server-verify | | Set to true to ignore server certificate verification | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -440,17 +437,14 @@ scw lb backend update-healthcheck [arg=value ...] | backend-id | Required | Backend ID | | mysql-config.user | | | | pgsql-config.user | | | -| http-config.uri | | HTTP uri used with the request | -| http-config.method | | HTTP method used with the request | -| http-config.code | | A health check response will be considered as valid if the response's status code match | -| http-config.host-header | | HTTP host header used with the request | -| https-config.uri | | HTTP uri used with the request | -| https-config.method | | HTTP method used with the request | -| https-config.code | | A health check response will be considered as valid if the response's status code match | -| https-config.host-header | | HTTP host header used with the request | -| https-config.sni | | Specifies the SNI to use to do health checks over SSL | +| http-config.uri | | | +| http-config.method | | | +| http-config.code | | | +| https-config.uri | | | +| https-config.method | | | +| https-config.code | | | | check-send-proxy | | It defines whether the healthcheck should be done considering the proxy protocol | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -479,7 +473,7 @@ scw lb certificate create [arg=value ...] | letsencrypt-common-name | | Main domain name of certificate (make sure this domain exists and resolves to your load balancer HA IP) | | letsencrypt-alternative-name.{index} | | Alternative domain names (make sure all domain names exists and resolves to your load balancer HA IP) | | custom-certificate-chain | | The full PEM-formatted include an entire certificate chain including public key, private key, and optionally certificate authorities. | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -499,7 +493,7 @@ scw lb certificate delete [arg=value ...] | Name | | Description | |------|---|-------------| | certificate-id | Required | Certificate ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -519,7 +513,7 @@ scw lb certificate get [arg=value ...] | Name | | Description | |------|---|-------------| | certificate-id | Required | Certificate ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -541,7 +535,7 @@ scw lb certificate list [arg=value ...] | lb-id | Required | Load balancer ID | | order-by | One of: `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc` | You can order the response by created_at asc/desc or name asc/desc | | name | | Use this to search by name | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -562,7 +556,7 @@ scw lb certificate update [arg=value ...] |------|---|-------------| | certificate-id | Required | Certificate ID | | name | Required | Certificate name | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -593,8 +587,7 @@ scw lb frontend create [arg=value ...] | timeout-client | | Set the maximum inactivity time on the client side | | ~~certificate-id~~ | Deprecated | Certificate ID, deprecated in favor of certificate_ids array ! | | certificate-ids.{index} | | List of certificate IDs to bind on the frontend | -| enable-http3 | | Activate HTTP 3 protocol (beta) | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -614,7 +607,7 @@ scw lb frontend delete [arg=value ...] | Name | | Description | |------|---|-------------| | frontend-id | Required | Frontend ID to delete | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -634,7 +627,7 @@ scw lb frontend get [arg=value ...] | Name | | Description | |------|---|-------------| | frontend-id | Required | Frontend ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -656,7 +649,7 @@ scw lb frontend list [arg=value ...] | lb-id | Required | Load balancer ID | | name | | Use this to search by name | | order-by | One of: `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc` | Response order | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -682,8 +675,7 @@ scw lb frontend update [arg=value ...] | timeout-client | | Client session maximum inactivity time | | ~~certificate-id~~ | Deprecated | Certificate ID, deprecated in favor of `certificate_ids` array! | | certificate-ids.{index} | | List of certificate IDs to bind on the frontend | -| enable-http3 | | Activate HTTP 3 protocol (beta) | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -710,7 +702,7 @@ scw lb ip create [arg=value ...] | project-id | | Project ID to use. If none is passed the default project ID will be used | | reverse | | Reverse domain name | | organization-id | | Organization ID to use. If none is passed the default organization ID will be used | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -730,7 +722,7 @@ scw lb ip delete [arg=value ...] | Name | | Description | |------|---|-------------| | ip-id | Required | IP address ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -750,7 +742,7 @@ scw lb ip get [arg=value ...] | Name | | Description | |------|---|-------------| | ip-id | Required | IP address ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -772,7 +764,7 @@ scw lb ip list [arg=value ...] | ip-address | | Use this to search by IP address | | project-id | | Filter IPs by project ID | | organization-id | | Filter IPs by organization id | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -793,7 +785,7 @@ scw lb ip update [arg=value ...] |------|---|-------------| | ip-id | Required | IP address ID | | reverse | | Reverse DNS | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -825,7 +817,7 @@ scw lb lb create [arg=value ...] | type | Default: `LB-S`
One of: `LB-S`, `LB-GP-M`, `LB-GP-L` | Load balancer offer type | | ssl-compatibility-level | One of: `ssl_compatibility_level_unknown`, `ssl_compatibility_level_intermediate`, `ssl_compatibility_level_modern`, `ssl_compatibility_level_old` | | | organization-id | | Organization ID to use. If none is passed the default organization ID will be used | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -846,7 +838,7 @@ scw lb lb delete [arg=value ...] |------|---|-------------| | lb-id | Required | Load balancer ID | | release-ip | | Set true if you don't want to keep this IP address | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -866,7 +858,7 @@ scw lb lb get [arg=value ...] | Name | | Description | |------|---|-------------| | lb-id | Required | Load balancer ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -886,7 +878,7 @@ scw lb lb get-stats [arg=value ...] | Name | | Description | |------|---|-------------| | lb-id | Required | Load balancer ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -909,7 +901,7 @@ scw lb lb list [arg=value ...] | order-by | One of: `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc` | | | project-id | | Filter LBs by project ID | | organization-id | | Filter LBs by organization ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -930,7 +922,7 @@ scw lb lb migrate [arg=value ...] |------|---|-------------| | lb-id | Required | Load balancer ID | | type | Required
One of: `LB-S`, `LB-GP-M`, `LB-GP-L` | Load balancer type (check /lb-types to list all type) | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -954,7 +946,7 @@ scw lb lb update [arg=value ...] | description | Required | Resource description | | tags.{index} | | List of keywords | | ssl-compatibility-level | One of: `ssl_compatibility_level_unknown`, `ssl_compatibility_level_intermediate`, `ssl_compatibility_level_modern`, `ssl_compatibility_level_old` | | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | @@ -1008,7 +1000,7 @@ scw lb lb-types list [arg=value ...] | Name | | Description | |------|---|-------------| -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config | diff --git a/docs/commands/tem.md b/docs/commands/tem.md index b062192447..1cce8178f6 100644 --- a/docs/commands/tem.md +++ b/docs/commands/tem.md @@ -246,7 +246,6 @@ scw tem email list [arg=value ...] |------|---|-------------| | project-id | | Optional ID of the project in which to list the emails | | domain-id | | Optional ID of the domain for which to list the emails | -| message-id | | Optional ID of the message for which to list the emails | | since | | Optional, list emails created after this date | | until | | Optional, list emails created before this date | | mail-from | | Optional, list emails sent with this `mail_from` sender's address |