Skip to content

Commit

Permalink
add release base disk cmd to admin tool (#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarkovBG authored Aug 16, 2024
1 parent 49885e9 commit fbdebde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/disk_manager/pkg/admin/private.go
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ func newPrivateCmd(
}

cmd.AddCommand(
newReleaseBaseDiskCmd(clientConfig),
newRebaseOverlayDiskCmd(clientConfig),
newRetireBaseDiskCmd(clientConfig),
newRetireBaseDisksCmd(clientConfig),
Expand Down

0 comments on commit fbdebde

Please sign in to comment.