Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Helper application that allows you to convert Interlok xml and variables into a project zip

Notifications You must be signed in to change notification settings

adaptris-labs/interlok-project-migrator

Repository files navigation

interlok-project-migrator Build Status codecov

Helper application that allows you to convert Interlok xml and variables into config-project.json.

Build

$ ./gradlew clean assemble
:clean
:compileJava
:processResources NO-SOURCE
:classes
:jar
:startScripts
:distTar SKIPPED
:distZip SKIPPED
:installDist
:assemble

BUILD SUCCESSFUL in 11s
5 actionable tasks: 5 executed

Execute

./build/staged/bin/interlok-project-migrator -p MyInterlokInstance -a /c/interlok/config/adapter.xml -v /c/interlok/config/variables.properties

Help

$ ./build/staged/bin/interlok-project-migrator
Parsing failed.  Reason: Missing required options: a, v
usage: interlok-project-conveter
 -a,--adapter <arg>     (required) The adapter xml
 -h,--help              Displays this..
 -p,--project <arg>     The project name
 -v,--variables <arg>   (required) The variables (can be added multiple times)

About

Helper application that allows you to convert Interlok xml and variables into a project zip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages