Skip to content

template

Template commands.

fractal template [-h] {show,new,delete,export} ...

Sub-commands

template show

Show single template.

fractal template show [-h] template_id

Positional Arguments

  • template_id: ID of the template to show.

template new

Create new template.

fractal template new [-h]  (--workflow-id WORKFLOW_ID | --json-file JSON_FILE)
        [--name NAME] [--version VERSION]  [--user-group-id USER_GROUP_ID]

Named Arguments

  • --workflow-id: ID of the workflow from which the new template will be built.

  • --json-file: Path to a JSON file with the template to be imported.

  • --name: New template name.

  • --version: New template version.

  • --user-group-id: ID of user group which should be granted access to the new template.

template delete

Delete single template.

fractal template delete [-h] template_id

Positional Arguments

  • template_id: ID of the template to delete.

template export

Export single template.

fractal template export [-h] template_id json_file

Positional Arguments

  • template_id: ID of the template to export.

  • json_file: Path where to export the template.