Cut: Cut an ISX File with Multiple Assets into Multiple ISX Files each with a Single Asset
Code Block |
---|
|
isx cut
Usage: cut [options]
Options:
* -dir
output directory
* -isx
isx package to cut
eg:
$> mettleci isx cut -dir output_dir -isx cut_test.isx
Page Properties |
---|
|
Namespace | isx |
---|
Command | cut |
---|
Plugin Name | isx |
---|
Plugin File | dm-isxexport-plugin.jar |
---|
Credentials | - |
---|
Windows Client | - |
---|
|
This command cuts a single ISX File, containing the definition of multiple DataStage assets, into multiple ISX files, each containing the definition of a single DataStage asset. This is used when committing DataStage assets into a Git repository where each asset is managed (and deployed) individually.
Syntax
...
Include Page |
---|
| isx cut command syntax |
---|
| isx cut command syntax |
---|
|
Example
Code Block |
---|
|
$> mettleci isx cut \
-dir output_dir \
-isx cut_test.isx |