Registry Exporter Tool
This tool is designed to export an existing shipping service provider or order sources metadata to a format that is usable by the @shipengine/connect apps.
Commands
Installing the tool
npm install -g registry-exporter
Get Help
registry-exporter --help
Get Version
registry-exporter --version
Exporting From Registry Reader Service
registry-exporter export --type=shippingprovider --apicode=star_track --env=production
Exporting From A File
registry-exporter export --type=shippingprovider --apicode=star_track --file=./provider.current.json
Exporting An OrderSource From A File
registry-exporter export --type=ordersource --apicode=rakuten --file=./provider.current.json