IPaaS Connect Tool
This tool is designed to help make the process of moving ShipEngine Connect Applications into the monopipeline easier.
Commands
Installing the tool
npm install -g ipaas-connect
Get Help
ipaas-connect --help
Get Version
ipaas-connect --version
Finding ShipeEngine Connect Applications
ipaas-connect ls --type ordersource
ipaas-connect ls --type shippingprovider
Importing A New ShipEngine Connect Application
(Ran from integrations-repository root)
ipaas-connect import --type shippingprovider --name chronopost --sentry http://sentrydsn.com
(Ran from anywhere else)
ipaas-connect import --type ordersource --name alibaba --sentry http://sentrydsn.com --directory c/dev/whatever
Updating An Existing ShipEngine Connect Application
(Ran from integrations-repository root)
ipaas-connect update --type shippingprovider --name chronopost
(Ran from anywhere else)
ipaas-connect update --type ordersource --name alibaba --directory c/dev/whatever