Fuzzball Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Copying and Editing Existing Templates

You can create your own templates in the workflow catalog. The simplest way to do this is to copy an existing template and edit it.

Please select either the web UI or CLI tab to see the appropriate instructions for your environment.

Navigate to the workflow catalog, find an official CIQ template, and select “View details”.

Hello World example in Workflow Catalog

Scroll to the page bottom and select “Copy & Edit Application”.

Copy and Edit Application

In the resulting window, you can manually edit the template YAML file, rename inputs, change their type, description, and default values, create new inputs, and delete existing ones.

Edit copied template

For more information about editing templates in the Workflow Catalog, see the section on creating new templates.

To copy an existing template, use the fuzzball application copy command. You can specify the template by its ID. For example:

# fuzzball application copy 560223ea-dcfd-5b21-83eb-eeb8836d3174

To confirm it was successfully copied and to see it listed with other templates, use the fuzzball application list command:

# fuzzball application list

Support for editing templates from the Workflow Catalog using the CLI is currently in development and coming soon.