A place to test vs exchange feature changes.
An exchange item should include three things:
- a
README.md
file to explain what the item is and how it is used, - a
src/
directory containing the Continuum assets as json. It can contain one or more of the following:- a
catalog/
directory that matches the directory structure from thectm-export-catalog
command. It can contain any of the types exported by that command (packages, pipelines, projects, tasks) - a
canvas/
directory that matches the directory structure of the ctm-export-canvas command. I can contain any number of canvas items. - a file named
registry
that contains a global registry document as json.
- a
- a
.tgz
file that is the result oftar -czf {tar name} src/