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 037bcac commit 3648171Copy full SHA for 3648171
1 file changed
cmd/lk/agent.go
@@ -129,6 +129,7 @@ var (
129
Flags: []cli.Flag{
130
secretsFlag,
131
secretsFileFlag,
132
+ skipSDKCheckFlag,
133
},
134
// NOTE: since secrets may contain commas, or indeed any special character we might want to treat as a flag separator,
135
// we disable it entirely here and require multiple --secrets flags to be used.
0 commit comments