Plastico ~/Sites/hbosscs.test> drush fa hboss_cs
features_add is DEPRECATED.
Calling features_export instead.
No feature name given. [error]
Plastico ~/Sites/hbosscs.test/www> drush features_export hboss_cs
The drush command 'features_export hboss_cs' could not be found. Run `drush cache-clear drush` to clear the commandfile[error]
cache if you have installed new extensions.
Plastico ~/Sites/hbosscs.test/www> drush cc drush
'drush' cache was cleared [success]
Plastico ~/Sites/hbosscs.test/www> drush features_export hboss_cs
The drush command 'features_export hboss_cs' could not be found. Run `drush cache-clear drush` to clear the commandfile[error]
cache if you have installed new extensions.
Plastico ~/Sites/hbosscs.test/www> drush features_export
The drush command 'features_export' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if[error]
you have installed new extensions.
Plastico ~/Sites/hbosscs.test/www> drush help features_export
Invalid command features_export. [error]
The takeaway is that I was confused when told to use "features_export" instead of "features_add", when what I actually should have been told was to use "features-export" instead of "features-add". The old "features-add" also seems to be lying about not specifying a feature name.
Comments
Comment #1
hefox commentedSo... trying out the features-add patch?
features-add hasn't been committed to 6.x yet. u.u
Comment #2
Garrett Albright commentedDerp, sorry. Selected the wrong version. I'm working with D7, actually.
I guess it's like how you still write 2011 on your checks even though we're now in the fifth month of 2012. Or so I'm told; I haven't written a check in years.
Comment #3
mpotter commentedThis easy one got lost in the backlog. Changed message to feature-add and feature-export. Committed to e57effa.
Comment #4.0
(not verified) commentedMake it sound less rude