Skip to main content
Skip table of contents

ISX Cut Command

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

Syntax : isx cut [options]

Description

  • -dir

    output directory

    Required

  • -isx

    isx package to cut

    Required

Example

BASH
$> mettleci isx cut \ 
   -dir output_dir \
   -isx cut_test.isx 



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.