Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# List the templates installed
canopy-manage templatedocument
--list
# Export a specific template
canopy-manage templatedocument --export $id $template.json
# Import a specific template
canopy-manage templatedocument --import $template.json

...