List components to locate the one you want to add, it will also list the components already tied to a feature, pass --exported to list only these.
drush fc
Next, drush fe feature_name variable:foo_var views_view:foo_view. You can pass as many as you like
will update, or create, a module named foo_feature. The output from drush fc can be used to populate the required component:name syntax.