Skip to content

Commit 384052e

Browse files
author
aleks
committed
Add version flag to vigil-log-relay
Signed-off-by: aleks <al-virgilrs@none.at>
1 parent 7c57043 commit 384052e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/vigil-log-relay/src

crates/vigil-log-relay/src/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use clap::Parser;
77
#[derive(Parser, Debug)]
88
#[command(
99
name = "vigil-log-relay",
10+
version,
1011
about = "Read ndjson log streams from Kubernetes pods, HTTP endpoints, or Unix sockets and forward them to a TCP sink",
1112
next_help_heading = "Source"
1213
)]

0 commit comments

Comments
 (0)