adding latest

This commit is contained in:
2021-10-24 21:56:04 +01:00
parent 6b2b0a3b5e
commit b1fda1fa8b
3 changed files with 96 additions and 75 deletions

View File

@@ -2,6 +2,10 @@ Functionality:
☐ Handle case where there are no scopes in the config and command is invoked.
☐ Have an `--example` flag to `new` that prints an example given in the `config.yml`
☐ Should be a `tembo new --list` to list all possible names.
☐ When template not found, raise a Tembo error
currently raises jinja2.exceptions.TemplateNotFound on line 62, in _load_template
☐ Add update notification?
check pypi for latest version and compare to current
✔ `TEMBO_CONFIG` should follow same pattern as other env vars and be a python string when read in @done(21-10-24 05:31)
VSCode: