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
Copy file name to clipboardExpand all lines: cmd/sops/main.go
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,14 @@ func main() {
78
78
79
79
keyserviceFlags:= []cli.Flag{
80
80
cli.BoolTFlag{
81
-
Name: "enable-local-keyservice",
82
-
Usage: "use local key service",
81
+
Name: "enable-local-keyservice",
82
+
Usage: "use local key service",
83
+
EnvVar: "SOPS_ENABLE_LOCAL_KEYSERVICE",
83
84
},
84
85
cli.StringSliceFlag{
85
-
Name: "keyservice",
86
-
Usage: "Specify the key services to use in addition to the local one. Can be specified more than once. Syntax: protocol://address. Example: tcp://myserver.com:5000",
86
+
Name: "keyservice",
87
+
Usage: "Specify the key services to use in addition to the local one. Can be specified more than once. Syntax: protocol://address. Example: tcp://myserver.com:5000",
0 commit comments