Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions temporalcli/commands.operator_namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ func printNamespaceDescriptions(cctx *CommandContext, responses ...*workflowserv
"FailoverHistory": resp.FailoverHistory,
"Config.HistoryArchivalUri": resp.Config.HistoryArchivalUri,
"Config.VisibilityArchivalUri": resp.Config.VisibilityArchivalUri,
"Config.CustomSearchAttributeAliases": resp.Config.CustomSearchAttributeAliases,
}
}

Expand All @@ -336,6 +337,7 @@ func printNamespaceDescriptions(cctx *CommandContext, responses ...*workflowserv
"ReplicationConfig.Clusters", "Config.HistoryArchivalState", "Config.VisibilityArchivalState",
"IsGlobalNamespace", "FailoverVersion", "FailoverHistory", "Config.HistoryArchivalUri",
"Config.VisibilityArchivalUri",
"Config.CustomSearchAttributeAliases",
Copy link
Contributor Author

@hehaifengcn hehaifengcn May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will show CustomSearchAttributeAliases by default. Can put it behind of flag if ppl really want to.

},
},
)
Expand Down