You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The draft command was recently removed from the latest unstable version during the removal of Ergo. As discussed at Tech Working Group meeting on Wed 18 Oct, we'd like to reimplement the draft command back into template-archive until such time as it can be implemented in a future accord CLI app.
Use Case
Allow users to merge a template with data in order to produce a draft agreement/contract. This is, most likely, for testing purposes only.
Possible Solution
Reimplement the CLI code.
Add template-engine code to perform draft functionality, as the cicero-core package no longer contains this capability.
The text was updated successfully, but these errors were encountered:
However, I get the error ERROR: TemplateMarkInterpreter is not a constructor when I try to.... const engine = new TemplateMarkInterpreter(modelManager, {});
Feature Request 🛍️
The
draft
command was recently removed from the latest unstable version during the removal of Ergo. As discussed at Tech Working Group meeting on Wed 18 Oct, we'd like to reimplement thedraft
command back intotemplate-archive
until such time as it can be implemented in a futureaccord
CLI app.Use Case
Possible Solution
template-engine
code to performdraft
functionality, as thecicero-core
package no longer contains this capability.The text was updated successfully, but these errors were encountered: