Skip to content

fractal template

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

Template commands.

options:
  -h, --help            show this help message and exit

Valid sub-commands:
  {show,new,delete,export}

fractal template show

usage: fractal template show [-h] template_id

Show single template.

positional arguments:
  template_id  ID of the template to show.

options:
  -h, --help   show this help message and exit

fractal template new

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

Create new template.

options:
  -h, --help            show this help message and exit
  --workflow-id WORKFLOW_ID
                        ID of the workflow from which the new template will be
                        built.
  --json-file JSON_FILE
                        Path to a JSON file with the template to be imported.
  --name NAME           New template name.
  --version VERSION     New template version.
  --user-group-id USER_GROUP_ID
                        ID of user group which should be granted access to the
                        new template.

fractal template delete

usage: fractal template delete [-h] template_id

Delete single template.

positional arguments:
  template_id  ID of the template to delete.

options:
  -h, --help   show this help message and exit

fractal template export

usage: fractal template export [-h] template_id json_file

Export single template.

positional arguments:
  template_id  ID of the template to export.
  json_file    Path where to export the template.

options:
  -h, --help   show this help message and exit