func managedImagesCmd(ctx context.Context) *cobra.Command {
    cmd := common.SetCommandContext(ctx, &cobra.Command{
        Use:   "managed-images",
        Short: "Work with managed images which will be preserved during cleanup procedure",
    })