python -m simaticai
usage: python -m simaticai [-h] {convert_package,create_delta_package,run_pipeline,telemetry} ...
AI SDK command line interface.
positional arguments:
{convert_package,create_delta_package,run_pipeline,telemetry}
convert_package Convert a Pipeline Configuration Package to an Edge Configuration Package that can be directly deployed.
create_delta_package
Create a Delta Configuration Package that can be deployed onto the original pipeline on AI Inference Server.
run_pipeline Run an edge pipeline package locally.
telemetry Manage your consent for telemetry data collection.
options:
-h, --help show this help message and exit
python -m simaticai convert_package
usage: python -m simaticai convert_package [-h] package_zip
positional arguments:
package_zip Path to the input package file. For "{path}/{name}_{version}.zip", the output file will be created as "{path}/{name}-edge_{version}.zip". If a file with
such a name already exists, it is overwritten.
options:
-h, --help show this help message and exit
python -m simaticai create_delta_package
usage: python -m simaticai create_delta_package [-h] origin_package new_package
positional arguments:
origin_package Path to Origin Edge Package file.
new_package Path to New Edge Package file.
options:
-h, --help show this help message and exit
python -m simaticai run_pipeline
usage: python -m simaticai run_pipeline [-h] [-c CONFIG_JSON] [--data DATA] [--test_dir TEST_DIR] package
positional arguments:
package Path to an Edge Package file.
options:
-h, --help show this help message and exit
-c CONFIG_JSON, --config_json CONFIG_JSON
A JSON configuration file that contains additional configuration for the data source.
--data DATA Input data source
--test_dir TEST_DIR Directory for the test environment
python -m simaticai telemetry
usage: python -m simaticai telemetry [--help] [--status] [--allow] [--deny]
options:
--help, -h Show information about telemetry data collection.
--status, -s Show your consent statement about telemetry data collection.
--allow Allow telemetry data collection.
--deny Deny telemetry data collection.