We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b0327 commit 5ace8f5Copy full SHA for 5ace8f5
bin/index.js
@@ -13,6 +13,7 @@ program
13
.description('Interactive utility to analyze Kafka clusters health and configuration')
14
.version('1.0.0')
15
.option('-c, --config <path>', 'Path to configuration file')
16
+ .option('--nats-config <path>', 'Path to NATS configuration file (uploads to NATS instead of generating files)')
17
.option('-b, --bootstrap-servers <servers>', 'Comma-separated list of Kafka bootstrap servers')
18
.option('-v, --verbose', 'Enable verbose logging')
19
.option('-t, --timeout <seconds>', 'Connection timeout in seconds', '30')
0 commit comments