Skip to content

Commit

Permalink
Broken cmd line topology broken with custom credential #508
Browse files Browse the repository at this point in the history
  • Loading branch information
svaroqui committed Sep 18, 2023
1 parent 4fca5a3 commit 9dbc0a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clients/client_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,15 @@ func init() {
rootClientCmd.AddCommand(switchoverCmd)
initSwitchoverFlags(switchoverCmd)
initClusterFlags(switchoverCmd)

rootClientCmd.AddCommand(failoverCmd)
initFailoverFlags(failoverCmd)
initClusterFlags(failoverCmd)

rootClientCmd.AddCommand(topologyCmd)
initClusterFlags(topologyCmd)
initServerApiFlags(topologyCmd)

rootClientCmd.AddCommand(apiCmd)
initApiFlags(apiCmd)
initClusterFlags(apiCmd)
Expand Down

0 comments on commit 9dbc0a6

Please sign in to comment.