Use the dev tools to make the development easier - Phyks/konnectors GitHub Wiki
⚠️ This section is still being written
To run the dev tool just launch the dev_tools.coffee
script with the Coffeescript runtime:
coffee dev_tools.coffee
Usage: dev_tools.coffee [options]
Options:
-h, --help output usage information
-a, --status [connector] Show given connector data
-i, --import <connector> Run import for given konnector.
-k, --change <connector> Change field values for given konnector.
-f, --fields <fieldValues> New value to set as fields.
-n, --init Init connectors metadata.
-s, --show <docType> Show documents for given model.
-d, --delete <docType> Delete documents for given model.
-c, --columns <columns> Set column names for data table.
-w, --widths <widths> Set widths for data table columns.