ConnectorCommandLinePropertySource
class ConnectorCommandLinePropertySource(commandLine: CommandLine, allLongOptions: List<String>) : MapPropertySource
Custom Micronaut MapPropertySource that reads the command line arguments provided via the connector CLI and turns them into configuration properties. This allows the arguments to be injected into code that depends on them via Micronaut.