Releases: accordproject/concerto-cli
v3.16.7
What's Changed
- chore(actions): publish v3.16.6 to npm by @github-actions in #64
- chore(version_update): update the version of concerto projects to create latest cli by @sridhar086 in #66
New Contributors
- @sridhar086 made their first contribution in #66
Full Changelog: v3.16.6...v3.16.7
v3.16.6
What's Changed
- feat(*): update concerto deps by @muhabdulkadir in #63
- chore(actions): publish v3.16.5 to npm by @github-actions in #62
Full Changelog: v3.16.5...v3.16.6
v3.16.5
What's Changed
- chore(actions): publish v3.16.4 to npm by @github-actions in #59
- feat(concerto): update concerto dependencies by @muhabdulkadir in #61
New Contributors
- @muhabdulkadir made their first contribution in #61
Full Changelog: v3.16.4...v3.16.5
v3.16.4
What's Changed
- chore(actions): publish v3.16.3 to npm by @github-actions in #57
- chore(deps): update concerto deps by @ekarademir in #58
Full Changelog: v3.16.3...v3.16.4
v3.16.3
What's Changed
- chore(actions): publish v3.16.2 to npm by @github-actions in #54
- chore(deps): update concerto packages by @sanketshevkar in #56
New Contributors
- @sanketshevkar made their first contribution in #56
Full Changelog: v3.16.2...v3.16.3
v3.16.2
What's Changed
- chore(actions): publish v3.16.1 to npm by @github-actions in #51
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #52
- feat(generate): add option to disable output validation by @dselman in #53
New Contributors
Full Changelog: v3.16.1...v3.16.2
v3.16.1
What's Changed
- chore(deps): bump follow-redirects from 1.15.3 to 1.15.6 by @dependabot in #49
- chore(actions): publish v3.16.0 to npm by @github-actions in #47
- chore(deps): update concerto versions by @ekarademir in #50
New Contributors
- @ekarademir made their first contribution in #50
Full Changelog: v3.16.0...v3.16.1
v3.16.0
What's Changed
- chore(actions): publish v3.15.0 to npm by @github-actions in #45
- feat(deps): update to latest concerto package versions by @stefanblaginov in #46
Full Changelog: v3.15.0...v3.16.0
v3.15.0
What's Changed
decorate
Command
Users can now pass a list of model files, decorator files, and vocabulary files to generate decorated models. Additionally, the command supports an optional parameter to specify the output path for the decorated models.
Usage:
$ concerto decorate --models <model_files> \
--decorators <decorator_files> \
--vocabularies <vocabulary_files> \
[--output <output_path>]
extract-decorators
Command
We have introduced the extract-decorator command to facilitate the extraction of decorators and vocabularies from existing models. Users can specify a list of model files and choose whether to remove the extracted decorators and vocabularies from the source models. The command also supports an optional parameter to set the output path for the extracted decorators and vocabularies.
Usage:
$ concerto extract-decorators --models <model_files> \
[--locale <locale_string>] \
[--output <output_path>] \
[--removeDecoratorsFromSource]
Changelog
- fix(readme): Updated readme to support single source for documentation by @muskanbararia in #42
- chore(actions): publish v3.14.0 to npm by @github-actions in #40
- feat(apply): added cli support for decorators and vocab by @muskanbararia in #37
- feat(decorator): Added support for extracting decorators from model files by @muskanbararia in #44
New Contributors
- @muskanbararia made their first contribution in #42
Full Changelog: v3.14.0...v3.15.0
v3.14.0
What's Changed
- chore(*): upgrade concerto-metamodel by @jonathan-casey in #39
Full Changelog: v3.13.3...v3.14.0