The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add Known Issues to the docs
1.0.1
- 2021-08-12
- Optional arguments:
deta-project-dir
: The name of the directory where the Deta code is located, in cases where the project is not located in the root directory. Default.
(the root). PR #2
1.0.0
- 2020-12-08
- Deployment to Deta Micro
- Required arguments:
deta-access-token
: The access token generated by Deta. Used fordeta clone
anddeta deploy
commands.deta-name
: The name of the existing Deta Micro you are deploying to. Used fordeta clone
command in order to retrieve the latest information about the targeted Micro.
- Optional arguments:
deta-project
: The name of the Deta project your Micro is part of. Used fordeta clone
command in order to retrieve the latest information about the targeted Micro. Default"default"
.