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: pkg/conduit/config.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ type Config struct {
119
119
120
120
Previewstruct {
121
121
// PipelineArchV2 enables the new pipeline architecture.
122
-
PipelineArchV2bool`long:"preview.pipeline-arch-v2" usage:"enables experimental pipeline architecture v2 (note that the new architecture currently supports only 1 source and 1 destination per pipeline)"`
122
+
PipelineArchV2bool`long:"preview.pipeline-arch-v2" mapstructure:"pipeline-arch-v2" usage:"enables experimental pipeline architecture v2 (note that the new architecture currently supports only 1 source and 1 destination per pipeline)"`
0 commit comments