Skip to content

Commit a5ef6d7

Browse files
authored
PML-152: Expose reset cli command (#91)
1 parent 4ef0523 commit a5ef6d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,8 @@ var resumeCmd = &cobra.Command{
235235

236236
//nolint:gochecknoglobals
237237
var resetCmd = &cobra.Command{
238-
Use: "reset",
239-
Short: "Reset MongoLink state",
240-
Hidden: true,
238+
Use: "reset",
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)