Skip to content

Commit

Permalink
added two new ops
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen committed Dec 20, 2024
1 parent 2c923d9 commit 7b95659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions br/cmd/br/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func newMigrateToCommand() *cobra.Command {

func newChecksumCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "checksum-as",
Short: "calculate the checksum with rewrite rules",
Long: "Calculate the checksum of the current cluster (specified by `-u`) " +
"with applying the rewrite rules generated from a backup (specified by `-s`). " +
Expand All @@ -135,6 +136,7 @@ func newChecksumCommand() *cobra.Command {

func newForceFlushCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "force-flush",
Short: "force a log backup task to flush",
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 7b95659

Please sign in to comment.