Skip to content

Commit

Permalink
Merge pull request #5888 from rancher-sandbox/5887-rdctl-snapshot
Browse files Browse the repository at this point in the history
Expose the 'snapshot rdctl' command.
  • Loading branch information
jandubois committed Oct 31, 2023
2 parents a20019f + b871d23 commit a5c3a56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/go/rdctl/cmd/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ var snapshotErrors []error
const backendLockName = "backend.lock"

var snapshotCmd = &cobra.Command{
Use: "snapshot",
Short: "Manage Rancher Desktop snapshots",
Hidden: true,
Use: "snapshot",
Short: "Manage Rancher Desktop snapshots",
}

func init() {
Expand Down

0 comments on commit a5c3a56

Please sign in to comment.