import - PredixDev/predix-mobile-cli GitHub Wiki
Description: Import Command
Imports an initial dataset.
COMMAND: index-import [path/to/initial/data.json] [options]
*the initial/data.json is optional. It will use Sample data as a default.
Options:
-h, --help output usage information
-D, --debug Set logging level to debug (more traces than "verbose")
-v, --verbose Set logging level to verbose.
-d, --data [value] Specifies the data.json file to import.
-a, --app [value] Specifies the app.json file to consider. It is read to determine the channel for imported docs
--skip-ssl-validation Ignore TLS certificate validation errors.