Skip to content

Commit a5c3a56

Browse files
authored
Merge pull request #5888 from rancher-sandbox/5887-rdctl-snapshot
Expose the 'snapshot rdctl' command.
2 parents a20019f + b871d23 commit a5c3a56

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/go/rdctl/cmd/snapshot.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ var snapshotErrors []error
2424
const backendLockName = "backend.lock"
2525

2626
var snapshotCmd = &cobra.Command{
27-
Use: "snapshot",
28-
Short: "Manage Rancher Desktop snapshots",
29-
Hidden: true,
27+
Use: "snapshot",
28+
Short: "Manage Rancher Desktop snapshots",
3029
}
3130

3231
func init() {

0 commit comments

Comments
 (0)