Table of Contents

OBIPS - Patch Management

About

Webcat Patch Management with the runcat command.

Patch Management

Tag

runcat -cmd tag -appVersion "7.9.6" -patchVersion "1" -offline $CAT_PATH

where:

Diff

runcat -cmd diff -baseline c:\temp\custom7961 -latest c:\temp\custom7962 -outputFile c:\temp\diffcust.out

where:

CreatePatch

runcat -cmd createPatch -inputFile C:\temp\diff.out -production c:\temp\custom7961 -outputFile c:\temp\patch.out

ApplyPatch

runcat -cmd applyPatch -inputFile C:\temp\patch.out