Daco CLI Changelog: v0.2.1
By Daco Team
Daco CLI v0.2.1 brings product version management, two new schema translators, and important bug fixes for schema translation reliability.
Upgrade
Homebrew:
brew upgrade dacoScoop:
scoop update dacoGo:
go install github.com/dacolabs/cli/cmd/daco@v0.2.1What's New in v0.2.1
Product Version & Upgrade Commands
You can now manage product versions and keep your CLI up to date directly from the command line with the new version and upgrade commands.
New Translators
Two new schema translation formats have been added:
- DQX YAML - Translate your OpenDPI port schemas to DQX YAML format
- Markdown - Generate human-readable Markdown documentation from your port schemas
daco ports translate --format dqx-yaml my-port
daco ports translate --format markdown my-portBug Fixes
- Fixed column order not being preserved when translating JSON schemas
- Fixed external schema references in
opendpi.yamlbeing lost when adding ports
Contributors
Thank you to everyone who contributed to this release:
Visit dacolabs.com to explore the OpenDPI specification, try the Daco CLI, and join our community.