Skip to content

Commit ea71d58

Browse files
committed
Expose reset cli command.
1 parent e20c005 commit ea71d58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ var resumeCmd = &cobra.Command{
236236
//nolint:gochecknoglobals
237237
var resetCmd = &cobra.Command{
238238
Use: "reset",
239-
Short: "Reset MongoLink state",
240-
Hidden: true,
239+
Short: "Reset PML state (heartbeat and recovery data)",
241240
RunE: func(cmd *cobra.Command, _ []string) error {
242241
targetURI, _ := cmd.Flags().GetString("target")
243242
if targetURI == "" {

0 commit comments

Comments
 (0)