Does anyone have recommendations/documentation for going about creating executable files with the ignition sdk (which can be used as a CLI). All the examples (other than kindling) I’ve seen online are only for creating modules.
No such thing. The SDK is only intended for making add-on modules. Other uses are unsupported. Though you might take inspiration from the Kindling open source project, which leverages IA's public API repo to provide an external utility UI.
Take care not redistribute anything from Ignition that is not released openly. (And you might need to make your own code open source if any of the jars you package are GPL or similarly copy-left libraries.)
1 Like