v0.2.2
cdf-tk
Improved
- The command line messages have been improved to be more informative and user-friendly when running
cdf-tk auth verify
. - The
variables
section inconfig.[env].yaml
is now optional. - In
cdf-tk build
, more informative error message when a variable is unresolved in a resource file.
Fixed
- In the
cdf-tk auth verify
command, if the flag--interactive
was set, the--update-group
andcreate-group
flags were not ignored. This is now fixed. - In the
cdf-tk auth verify
command, if there was no.env
or--cluster
and--project
flags, the toolkit
would raise anAuthentciationError
, instead of prompting the user for cluster and project. This is now fixed. - In the
cdf-tk auth verify
command, the if function service was not activated, the toolkit will
now activate it. - When running
cdf-tk build
, and a resource file was missing its identifier, for example,externalId
for a
dataset, an error such asAttributeError: 'NoneType' object has no attribute 'split'
was raised. This is now fixed.
Templates
No changes
Details
What's Changed
- [CDF-21790] 🚣 Fix auth verify by @doctrino in #661
- [CDF-21822] 🪛Fix attribute error by @doctrino in #663
- [CDF-21819] 🤫feat; make variables optional by @doctrino in #664
- [CDF-21824] 😊Removed obsolete warning by @doctrino in #665
- Modules alignment by @ronpal in #657
- 🤠Prepare for 0.2.2 by @doctrino in #667
Full Changelog: v0.2.1...v0.2.2