I'm using features+drush for development, staging, production deployment.

It seems I must create a feature on the development site first, and use drush fu to udpate it.

But drush fu can't update the feature's version, it would be an nice UX improvement if it does.

thanks,

Comments

hefox’s picture

So, an argument to features-update to update information in the .info?

rogical’s picture

drush fu can update features files, so that we can publish them to remote.

it would be nice if have a drush features-update-version to do the versioning instead manually to find the file in the project and edit.

hefox’s picture

My idea: drush features-update --info-file[version]=6.x-beta1 (not sure syntex)

so when updating a feature, could specify information to add to the info file.

rogical’s picture

That's nice if possible!

longwave’s picture

hefox’s picture

Status: Active » Closed (duplicate)