overlay namespace¶
The overlay
namespace contains commands for …
overlay apply¶
This command …
Parameters¶
- -assets (Required)
- Path to DataStage export zip file or directory
- -output (Required)
- Zip file or directory to write updated assets
- -overlay (Required, repeatable)
- Directory containing asset overlays. Each overlay will be applied in specified order when providing multiple (e.g.,
-overlay dir1 -overlay dir2
)
- Directory containing asset overlays. Each overlay will be applied in specified order when providing multiple (e.g.,
- -properties
- Properties file with replacement values
Example¶
$> mcix overlay apply \
-assets /path/to/datastage-export.zip \
-overlay /path/to/overlay-directory \
-output /path/to/updated-assets.zip \
-properties /path/to/properties-file.properties
MettleCI Command Line (build 1.0-SNAPSHOT)
(C) 2018-2025 Data Migrators Pty Ltd
overlay apply (1.0-SNAPSHOT)
.....