@@ -304,6 +304,7 @@ scw function function create [arg=value ...]
304
304
| secret-environment-variables.{index}.value | | |
305
305
| http-option | Default: ` enabled ` <br />One of: ` unknown_http_option ` , ` enabled ` , ` redirected ` | Configure how HTTP and HTTPS requests are handled |
306
306
| sandbox | One of: ` unknown_sandbox ` , ` v1 ` , ` v2 ` | Execution environment of the function |
307
+ | tags.{index} | | Tags of the Serverless Function |
307
308
| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
308
309
309
310
@@ -463,6 +464,7 @@ scw function function update <function-id ...> [arg=value ...]
463
464
| secret-environment-variables.{index}.value | | |
464
465
| http-option | One of: ` unknown_http_option ` , ` enabled ` , ` redirected ` | Configure how HTTP and HTTPS requests are handled |
465
466
| sandbox | One of: ` unknown_sandbox ` , ` v1 ` , ` v2 ` | Execution environment of the function |
467
+ | tags.{index} | | Tags of the Serverless Function |
466
468
| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
467
469
468
470
@@ -493,7 +495,7 @@ scw function namespace create [arg=value ...]
493
495
| description | | Description of the namespace |
494
496
| secret-environment-variables.{index}.key | | |
495
497
| secret-environment-variables.{index}.value | | |
496
- | tags.{index} | | [ ALPHA ] Tags of the Serverless Function Namespace |
498
+ | tags.{index} | | Tags of the Serverless Function Namespace |
497
499
| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
498
500
499
501
@@ -581,7 +583,7 @@ scw function namespace update <namespace-id ...> [arg=value ...]
581
583
| description | | Description of the namespace |
582
584
| secret-environment-variables.{index}.key | | |
583
585
| secret-environment-variables.{index}.value | | |
584
- | tags.{index} | | [ ALPHA ] Tags of the Serverless Function Namespace |
586
+ | tags.{index} | | Tags of the Serverless Function Namespace |
585
587
| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
586
588
587
589
0 commit comments