Run a Plain Component from another Component's Commit

When a component stores Git commits in a plain folder, it can use another component's commit history, allowing for template creation and shared code execution — an alternative to collections, which require self-contained repositories.

  • Start typing in a component name or use the list to choose the Component ID to use to run the component from.

  • Open the Select a Commit window to view the available commits to choose from.

For Plain Folder components, the commit window will display:

  1. Full Commits: This contains a full list of commits across the entire Iguana instance and all of its components.

  2. Relevant Commits: This contains a list of all of the current component commits.

  • Choose a commit and click confirm.

  • Click the green arrow to save your commit selection.

Use View Commit to verify the selected commit in read-only mode. For example, the commit for a “CSV-to-JSON” component is being used to run the “Custom - Plain” component.

The component's project is not overwritten. Iguana uses the run directory to store the selected commit and execute the component.