You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IgnoreExpirybool`long:"keyvault.expiry.ignore" env:"AZURETPL_KEYVAULT_EXPIRY_IGNORE" description:"ignore expiry date of Azure KeyVault entries and don't fail'"`
51
-
}
52
-
53
-
ValuesFiles []string`long:"values" env:"AZURETPL_VALUES" env-delim:":" description:"path to yaml files for .Values"`
54
-
JSONValues []string`long:"set-json" description:"set JSON values on the command line (can specify multiple or separate values with commas: key1=jsonval1,key2=jsonval2)"`
55
-
Values []string`long:"set" description:"set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)"`
56
-
StringValues []string`long:"set-string" description:"set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)"`
57
-
FileValues []string`long:"set-file" description:"set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)"`
IgnoreExpirybool`long:"keyvault.expiry.ignore" env:"AZURETPL_KEYVAULT_EXPIRY_IGNORE" description:"ignore expiry date of Azure KeyVault entries and don't fail'"`
12
+
}
13
+
14
+
ValuesFiles []string`long:"values" env:"AZURETPL_VALUES" env-delim:":" description:"path to yaml files for .Values"`
15
+
JSONValues []string`long:"set-json" description:"set JSON values on the command line (can specify multiple or separate values with commas: key1=jsonval1,key2=jsonval2)"`
16
+
Values []string`long:"set" description:"set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)"`
17
+
StringValues []string`long:"set-string" description:"set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)"`
18
+
FileValues []string`long:"set-file" description:"set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)"`
FileExt*string`long:"target.fileext" env:"AZURETPL_TARGET_FILEEXT" description:"replaces file extension (or adds if empty) with this value (eg. '.yaml')"`
35
35
}
36
36
37
-
AzureTplazuretpl.Opts
37
+
AzureTplmodels.Opts
38
38
39
39
Argsstruct {
40
40
Commandstring`positional-arg-name:"command" description:"specifies what to do (help, version, lint, apply)" choice:"help" choice:"version" choice:"lint" choice:"apply" required:"yes"`// nolint:staticcheck
0 commit comments