We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7197736 commit 20c4b99Copy full SHA for 20c4b99
1 file changed
internal/config/viper.go
@@ -22,7 +22,7 @@ func Bind(cmd *cobra.Command, vp *viper.Viper) *ViperConfig {
22
vp.BindEnv("context", "STS_CLI_CONTEXT")
23
vp.BindEnv("skip-ssl", "STS_SKIP_SSL")
24
vp.BindEnv("ca-cert-path", "STS_CA_CERT_PATH")
25
- vp.BindEnv("ca-cert-base64-data", "STS_CA_CERT_BASE64_PATH")
+ vp.BindEnv("ca-cert-base64-data", "STS_CA_CERT_BASE64_DATA")
26
27
// bind flags
28
vp.BindPFlag("url", cmd.Flags().Lookup("url"))
0 commit comments