diff --git a/docs/MatrixOne/Reference/mo-tools/mo_ctl.md b/docs/MatrixOne/Reference/mo-tools/mo_ctl.md index bba695e387..4b37ac46d0 100644 --- a/docs/MatrixOne/Reference/mo-tools/mo_ctl.md +++ b/docs/MatrixOne/Reference/mo-tools/mo_ctl.md @@ -143,17 +143,22 @@ Flags: 使用 `mo_ctl register` 操作集群中创建的高可用镜像仓库,例如:增删改查镜像。 ``` -./mo_ctl destroy --help -destroy k8s cluster and apps on it - + mo_ctl registry --help Usage: - mo_ctl destroy [flags] + mo_ctl registry [flags] + mo_ctl registry [command] + +Aliases: + registry, reg + +Available Commands: + delete delete (image) + list list (image | chart) + push push (image | chart) Flags: - --configmap get clusterfile from k8s configmap - --dry-run dry run - --force force destroy, no notice - -h, --help help for destroy + -h, --help help for registry + --type string registry type (image | chart) (default "image") ``` ### backup @@ -300,4 +305,4 @@ Flags: -h, --help help for matrixone --name string Specify matrixorigin cluster name --type string Specify a type (cluster | operator) (default "cluster") -``` \ No newline at end of file +```