v0.3.10
cdf
Fixed
cdf auth verify
no longer asks to update missing capabilities if there are no missing capabilities.run function local
now works with functions that are importing adjacent modules.- Environment variables were not replaced in Functions. This is now fixed.
Improved
-
run function local
give a more informative error message if the function code cannot be imported. -
run function local
now automatically loads environment variables from.env
file. This is useful if you want to
run therun_check.py
script manually, for example, in debug mode with your IDE.templates
No changes