Skip to main content
Skip table of contents

ISX Set-Params Command

Purpose

Update Job Parameter values within an ISX file.

File paths supplied to the -patterns parameter must follow Ant-style syntax.

Syntax

Syntax : isx set-params [options]

Description

  • -P

    parameter replacement (can be used multiple times)
    Syntax: -Pkey=value

    Required

  • -pattern

    input isx pattern

    Required

Example

The following command recursively finds all EX_*.isx and LD_*.isx files relative to the current working directory and modifies those files to set …

  • the $APT_CONFIG_FILE parameter to the value /app/IBM/InformationServer/Server/Configs/default.apt, and

  • the MyParameterName parameter to the value MyParameterValue.

CODE
$> mettleci isx set-params \
    -pattern "**/EX_*.isx" \
    -pattern "**/LD_*.isx" \
    -P "$APT_CONFIG_FILE=/app/IBM/InformationServer/Server/Configs/default.apt" \
    -P "MyParameterName=MyParameterValue"    


JavaScript errors detected

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

If this problem persists, please contact our support.