Skip to content

Commit 3648171

Browse files
authored
allow skipping sdk version check on deploy (#637)
1 parent 037bcac commit 3648171

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/lk/agent.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ var (
129129
Flags: []cli.Flag{
130130
secretsFlag,
131131
secretsFileFlag,
132+
skipSDKCheckFlag,
132133
},
133134
// NOTE: since secrets may contain commas, or indeed any special character we might want to treat as a flag separator,
134135
// we disable it entirely here and require multiple --secrets flags to be used.

0 commit comments

Comments
 (0)