@@ -177,7 +177,7 @@ scw function deploy [arg=value ...]
177177| ------| ---| -------------|
178178| namespace-id | | Function Namespace ID to deploy to |
179179| 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 ` | |
181181| zip-file | Required | Path of the zip file that contains your code |
182182| 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 |
183183
@@ -295,7 +295,7 @@ scw function function create [arg=value ...]
295295| environment-variables.{key} | | Environment variables of the function |
296296| min-scale | | Minumum number of instances to scale the function to |
297297| 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 |
299299| memory-limit | | Memory limit of the function in MB |
300300| timeout.seconds | | |
301301| timeout.nanos | | |
@@ -474,7 +474,7 @@ scw function function update <function-id ...> [arg=value ...]
474474| environment-variables.{key} | | Environment variables of the function to update |
475475| min-scale | | Minumum number of instances to scale the function to |
476476| 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 |
478478| memory-limit | | Memory limit of the function in MB |
479479| timeout.seconds | | |
480480| timeout.nanos | | |
0 commit comments