Metaschema Command line Tool v1.1.0

Overview:
---------

This open-source, tool offers a convenient way to manipulate Metaschema based
content supporting the following operations:

- Validating a Metaschema model definition to ensure it is well-formed and valid.
- Generating XML and JSON Schemas from a Metaschema model definition.

More information can be found at: https://github.com/metaschema-framework/metaschema-java

Requirements:
-------------

Requires installation of a Java runtime environment version 11 or newer

Use:
----

The tool has an integrated help feature that explains the various command line options and commands.

The tool can be run as follows:

metaschema-cli --help

Feedback:
---------

Please post issues about tool defects, enhancement requests, and any other related
comments in the tool's GitHub repository at https://github.com/metaschema-framework/metaschema-java/issues.

Change Log:
----------

For change logs, please goto https://github.com/metaschema-framework/metaschema-java/releases.
