@@ -176,7 +176,7 @@ scw function deploy [arg=value ...]
176176| ------| ---| -------------|
177177| namespace-id | | Function Namespace ID to deploy to |
178178| 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 ` , ` rust178 ` | |
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 ` | |
180180| zip-file | Required | Path of the zip file that contains your code |
181181| 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 |
182182
@@ -294,7 +294,7 @@ scw function function create [arg=value ...]
294294| environment-variables.{key} | | Environment variables of the function |
295295| min-scale | | Minumum number of instances to scale the function to |
296296| 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 ` , ` rust178 ` | 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 ` | Runtime to use with the function |
298298| memory-limit | | Memory limit of the function in MB |
299299| timeout | | Request processing time limit for the function |
300300| handler | | Handler to use with the function |
@@ -451,7 +451,7 @@ scw function function update <function-id ...> [arg=value ...]
451451| environment-variables.{key} | | Environment variables of the function to update |
452452| min-scale | | Minumum number of instances to scale the function to |
453453| max-scale | | Maximum number of instances to scale the function to |
454- | 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 ` , ` rust178 ` | Runtime to use with the function |
454+ | 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 ` | Runtime to use with the function |
455455| memory-limit | | Memory limit of the function in MB |
456456| timeout | | Processing time limit for the function |
457457| redeploy | | Redeploy failed function |
0 commit comments