Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eileenmcnaughton/adbb175ee8ae44e4dce917373dcb795e to your computer and use it in GitHub Desktop.
Save eileenmcnaughton/adbb175ee8ae44e4dce917373dcb795e to your computer and use it in GitHub Desktop.
civibuild create wmff
drush @wmff cvapi Contact.create first_name=Bob last_name=Robertson [email protected] contact_type=Individual
drush @wmff cvapi Contact.create first_name=Bob last_name=Robertson [email protected] contact_type=Individual
drush @wmff cvapi Email.create contact_id=207 [email protected] location_type_id=Billing
drush @wmff cvapi Email.create contact_id=207 [email protected] location_type_id=Other
drush @wmff cvapi Email.create contact_id=208 [email protected] location_type_id=Billing
@eileenmcnaughton
Copy link
Author

image
image

@eileenmcnaughton
Copy link
Author

After

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment