|
6 | 6 | scw edge-services backend-stage update <backend-stage-id ...> [arg=value ...] |
7 | 7 |
|
8 | 8 | ARGS: |
9 | | - backend-stage-id ID of the backend stage to update |
10 | | - [scaleway-s3.bucket-name] Name of the Bucket |
11 | | - [scaleway-s3.bucket-region] Region of the Bucket |
12 | | - [scaleway-s3.is-website] Defines whether the bucket website feature is enabled |
13 | | - [scaleway-lb.lbs.{index}.id] ID of the Load Balancer |
14 | | - [scaleway-lb.lbs.{index}.zone] Zone of the Load Balancer |
15 | | - [scaleway-lb.lbs.{index}.frontend-id] ID of the frontend linked to the Load Balancer |
16 | | - [scaleway-lb.lbs.{index}.is-ssl] Defines whether the Load Balancer's frontend handles SSL connections |
17 | | - [scaleway-lb.lbs.{index}.domain-name] Fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer |
18 | | - [scaleway-lb.lbs.{index}.has-websocket] Defines whether to forward websocket requests to the load balancer |
19 | | - [pipeline-id] Pipeline ID the Backend stage belongs to |
20 | | - [scaleway-serverless-container.region] |
21 | | - [scaleway-serverless-container.container-id] |
22 | | - [scaleway-serverless-function.region] |
23 | | - [scaleway-serverless-function.function-id] |
| 9 | + backend-stage-id ID of the backend stage to update |
| 10 | + [scaleway-s3.bucket-name] Name of the Bucket |
| 11 | + [scaleway-s3.bucket-region] Region of the Bucket |
| 12 | + [scaleway-s3.is-website] Defines whether the bucket website feature is enabled |
| 13 | + [scaleway-lb.lbs.{index}.id] ID of the Load Balancer |
| 14 | + [scaleway-lb.lbs.{index}.zone] Zone of the Load Balancer |
| 15 | + [scaleway-lb.lbs.{index}.frontend-id] ID of the frontend linked to the Load Balancer |
| 16 | + [scaleway-lb.lbs.{index}.is-ssl] Defines whether the Load Balancer's frontend handles SSL connections |
| 17 | + [scaleway-lb.lbs.{index}.domain-name] Fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer |
| 18 | + [scaleway-lb.lbs.{index}.has-websocket] Defines whether to forward websocket requests to the load balancer |
| 19 | + [pipeline-id] Pipeline ID the Backend stage belongs to |
24 | 20 |
|
25 | 21 | FLAGS: |
26 | 22 | -h, --help help for update |
|
0 commit comments