@@ -176,7 +176,7 @@ scw function deploy [arg=value ...]
176
176
| ------| ---| -------------|
177
177
| namespace-id | | Function Namespace ID to deploy to |
178
178
| name | Required | Name of the function to deploy, will be used in namespace's name if no ID is provided |
179
- | 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 ` , ` node22 ` , ` python312 ` , ` php83 ` , ` go122 ` , ` rust179 ` , ` go123 ` , ` go124 ` | |
179
+ | 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 ` , ` node22 ` , ` python312 ` , ` php83 ` , ` go122 ` , ` rust179 ` , ` go123 ` , ` go124 ` , ` python313 ` , ` rust185 ` , ` php84 ` | |
180
180
| zip-file | Required | Path of the zip file that contains your code |
181
181
| 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 |
182
182
@@ -294,7 +294,7 @@ scw function function create [arg=value ...]
294
294
| environment-variables.{key} | | Environment variables of the function |
295
295
| min-scale | | Minumum number of instances to scale the function to |
296
296
| max-scale | | Maximum number of instances to scale the function to |
297
- | 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 ` , ` node22 ` , ` python312 ` , ` php83 ` , ` go122 ` , ` rust179 ` , ` go123 ` , ` go124 ` | Runtime to use with the function |
297
+ | 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 ` , ` node22 ` , ` python312 ` , ` php83 ` , ` go122 ` , ` rust179 ` , ` go123 ` , ` go124 ` , ` python313 ` , ` rust185 ` , ` php84 ` | Runtime to use with the function |
298
298
| memory-limit | | Memory limit of the function in MB |
299
299
| timeout | | Request processing time limit for the function |
300
300
| handler | | Handler to use with the function |
@@ -452,7 +452,7 @@ scw function function update <function-id ...> [arg=value ...]
452
452
| environment-variables.{key} | | Environment variables of the function to update |
453
453
| min-scale | | Minumum number of instances to scale the function to |
454
454
| max-scale | | Maximum number of instances to scale the function to |
455
- | 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 ` , ` node22 ` , ` python312 ` , ` php83 ` , ` go122 ` , ` rust179 ` , ` go123 ` , ` go124 ` | Runtime to use with the function |
455
+ | 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 ` , ` node22 ` , ` python312 ` , ` php83 ` , ` go122 ` , ` rust179 ` , ` go123 ` , ` go124 ` , ` python313 ` , ` rust185 ` , ` php84 ` | Runtime to use with the function |
456
456
| memory-limit | | Memory limit of the function in MB |
457
457
| timeout | | Processing time limit for the function |
458
458
| redeploy | | Redeploy failed function |
0 commit comments