@@ -177,7 +177,7 @@ scw function deploy [arg=value ...]
177
177
| ------| ---| -------------|
178
178
| namespace-id | | Function Namespace ID to deploy to |
179
179
| name | Required | Name of the function to deploy, will be used in namespace's name if no ID is provided |
180
- | runtime | Required<br />One of: ` unknown_runtime ` , ` golang ` , ` python ` , ` python3 ` , ` node8 ` , ` node10 ` , ` node14 ` , ` node16 ` , ` node17 ` , ` python37 ` , ` python38 ` , ` python39 ` , ` python310 ` , ` go113 ` , ` go117 ` , ` go118 ` , ` node18 ` , ` rust165 ` , ` go119 ` , ` python311 ` , ` php82 ` , ` node19 ` , ` go120 ` , ` node20 ` | |
180
+ | runtime | Required<br />One of: ` unknown_runtime ` , ` golang ` , ` python ` , ` python3 ` , ` node8 ` , ` node10 ` , ` node14 ` , ` node16 ` , ` node17 ` , ` python37 ` , ` python38 ` , ` python39 ` , ` python310 ` , ` go113 ` , ` go117 ` , ` go118 ` , ` node18 ` , ` rust165 ` , ` go119 ` , ` python311 ` , ` php82 ` , ` node19 ` , ` go120 ` , ` node20 ` , ` go121 ` | |
181
181
| zip-file | Required | Path of the zip file that contains your code |
182
182
| 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 |
183
183
@@ -295,7 +295,7 @@ scw function function create [arg=value ...]
295
295
| environment-variables.{key} | | Environment variables of the function |
296
296
| min-scale | | Minumum number of instances to scale the function to |
297
297
| max-scale | | Maximum number of instances to scale the function to |
298
- | runtime | One of: ` unknown_runtime ` , ` golang ` , ` python ` , ` python3 ` , ` node8 ` , ` node10 ` , ` node14 ` , ` node16 ` , ` node17 ` , ` python37 ` , ` python38 ` , ` python39 ` , ` python310 ` , ` go113 ` , ` go117 ` , ` go118 ` , ` node18 ` , ` rust165 ` , ` go119 ` , ` python311 ` , ` php82 ` , ` node19 ` , ` go120 ` , ` node20 ` | Runtime to use with the function |
298
+ | runtime | One of: ` unknown_runtime ` , ` golang ` , ` python ` , ` python3 ` , ` node8 ` , ` node10 ` , ` node14 ` , ` node16 ` , ` node17 ` , ` python37 ` , ` python38 ` , ` python39 ` , ` python310 ` , ` go113 ` , ` go117 ` , ` go118 ` , ` node18 ` , ` rust165 ` , ` go119 ` , ` python311 ` , ` php82 ` , ` node19 ` , ` go120 ` , ` node20 ` , ` go121 ` | Runtime to use with the function |
299
299
| memory-limit | | Memory limit of the function in MB |
300
300
| timeout.seconds | | |
301
301
| timeout.nanos | | |
@@ -474,7 +474,7 @@ scw function function update <function-id ...> [arg=value ...]
474
474
| environment-variables.{key} | | Environment variables of the function to update |
475
475
| min-scale | | Minumum number of instances to scale the function to |
476
476
| max-scale | | Maximum number of instances to scale the function to |
477
- | runtime | One of: ` unknown_runtime ` , ` golang ` , ` python ` , ` python3 ` , ` node8 ` , ` node10 ` , ` node14 ` , ` node16 ` , ` node17 ` , ` python37 ` , ` python38 ` , ` python39 ` , ` python310 ` , ` go113 ` , ` go117 ` , ` go118 ` , ` node18 ` , ` rust165 ` , ` go119 ` , ` python311 ` , ` php82 ` , ` node19 ` , ` go120 ` , ` node20 ` | Runtime to use with the function |
477
+ | runtime | One of: ` unknown_runtime ` , ` golang ` , ` python ` , ` python3 ` , ` node8 ` , ` node10 ` , ` node14 ` , ` node16 ` , ` node17 ` , ` python37 ` , ` python38 ` , ` python39 ` , ` python310 ` , ` go113 ` , ` go117 ` , ` go118 ` , ` node18 ` , ` rust165 ` , ` go119 ` , ` python311 ` , ` php82 ` , ` node19 ` , ` go120 ` , ` node20 ` , ` go121 ` | Runtime to use with the function |
478
478
| memory-limit | | Memory limit of the function in MB |
479
479
| timeout.seconds | | |
480
480
| timeout.nanos | | |
0 commit comments