deta new [path]
Create a new Deta Micro
Arguments
Name | Description |
---|---|
path | Path to new directory for the micro |
Options
Name | Description |
---|---|
-h | Show help for new |
-n | Create a micro with Node (node14.x) runtime |
-p | Create a micro with Python (python 3.9) runtime |
--name <name> | Set the name of the new micro |
--project <project> | Set the project under which the micro is created |
--runtime <runtime> | Create a micro with a specified runtime |