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

hefox’s picture

Status: Active » Postponed

So... trying out the features-add patch?

features-add hasn't been committed to 6.x yet. u.u

Garrett Albright’s picture

Version: 6.x-1.2 » 7.x-1.0-rc2
Status: Postponed » Active

Derp, 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.

mpotter’s picture

Version: 7.x-1.0-rc2 » 7.x-2.x-dev
Status: Active » Fixed

This easy one got lost in the backlog. Changed message to feature-add and feature-export. Committed to e57effa.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Make it sound less rude