v0.4.0
Changelog
v0.4.0 (2024-04-23)
New validate
CLI command
A new CLI command (validate
) has been added to make it possible to validate entities.
This is convenient both as a split of the bloated upload
command implementation, but also as a separate functionality for data documentation repositories to ensure any changes to entities will still result in valid entities.
Furthermore, a new --auto-confirm/-y
option has been added to the upload
command as an extension on the --quiet/-q
option. It will still ensure print statements occur, but will use defaults and "Yes" responses whenever it is needed.
Implemented enhancements:
- ✨ Add an option to the
upload
command to auto-confirm the summary #119 - ✨ Add a new
validate
command #118
Merged pull requests:
- New
--auto-confirm/-y
option forupload
cmd #121 (@CasperWA) - Add a new 'validate' CLI command #120 (@CasperWA)
* This Changelog was automatically generated by github_changelog_generator