Creating a Manifest from an Existing Manifest
Negroni allows you to duplicate an existing manifest as a starting point for a new one. This is useful when a new data model shares significant structure with an existing one and you want to avoid recreating it from scratch.
Overview
Duplicating a manifest copies its entity structure to a new manifest. You can then modify entities, add or remove items, and configure the new manifest independently.
Duplicating a Manifest
- Click the New Manifest icon in the toolbar.
- Enter the new manifest name and click Next.
- Select Duplicate Existing Manifest and click Next.
- Choose the manifest you want to duplicate and click Next.
- Optionally, manage the entity list: exclude entities or add new ones.
- Select whether to create only the manifest or also trigger a Martini Package build.
- Click Finish.
Notes
- The duplicated manifest is independent of its source. Changes to one do not affect the other.
- Sub-manifest references are included in the duplication.
- Build configurations from the source manifest are also copied and can be modified after creation.