Skip to content

Commit 5ace8f5

Browse files
fix
1 parent b0b0327 commit 5ace8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ program
1313
.description('Interactive utility to analyze Kafka clusters health and configuration')
1414
.version('1.0.0')
1515
.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)')
1617
.option('-b, --bootstrap-servers <servers>', 'Comma-separated list of Kafka bootstrap servers')
1718
.option('-v, --verbose', 'Enable verbose logging')
1819
.option('-t, --timeout <seconds>', 'Connection timeout in seconds', '30')

0 commit comments

Comments
 (0)