@@ -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 ` , ` 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 ` | |
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 ` , ` 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 |
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 |
@@ -452,7 +452,7 @@ scw function function update <function-id ...> [arg=value ...]
452452| environment-variables.{key} | | Environment variables of the function to update |
453453| min-scale | | Minumum number of instances to scale the function to |
454454| 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 |
456456| memory-limit | | Memory limit of the function in MB |
457457| timeout | | Processing time limit for the function |
458458| redeploy | | Redeploy failed function |
0 commit comments