From a8994964fc9bf859130acdfb43c852ffe8c9251d Mon Sep 17 00:00:00 2001 From: ruihongzhou Date: Fri, 27 Dec 2024 18:32:54 +0800 Subject: [PATCH] update --- pip/pip-399.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pip/pip-399.md b/pip/pip-399.md index ff33907d4b67dc..bb10468b6a20de 100644 --- a/pip/pip-399.md +++ b/pip/pip-399.md @@ -68,6 +68,9 @@ Add a new API: ### CLI Modify the `update-migration-state` command to add an option for configuring the `ClusterUrl` information. +```shell +update-migration-state --migrated --service-url serviceUrl --service-url-secure serviceUrlTls --broker-url brokerServiceUrl --broker-url-secure brokerServiceUrlTls tenant/namespace +``` ### Metrics