Skip to content

Commit e1b8661

Browse files
authored
feat: Update failover command (#1221)
### Summary Update failover command example to use latest new command that works with user auth. Old command used to depend on domain update that works in only available for admins. ### Testing Checked locally <img width="1053" height="622" alt="Screenshot 2026-03-24 at 11 32 28" src="https://github.com/user-attachments/assets/cc018103-b43e-4253-a7a1-5e5bc93af409" />
1 parent 581ead2 commit e1b8661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/workflow-page/config/workflow-page-cli-commands.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const workflowPageCliCommandsConfig: CliCommandConfig[] = [
1515
{
1616
label: 'Update domain active cluster',
1717
command:
18-
'cadence --domain {domain-name} domain update -active_cluster {cluster-name}',
18+
'cadence --domain {domain-name} domain failover --active_cluster {cluster-name}',
19+
description: '(Available on CLI version: 1.1.21 or higher)',
1920
group: 'domain',
2021
},
2122
{

0 commit comments

Comments
 (0)