Created
August 21, 2024 00:16
-
-
Save eileenmcnaughton/adbb175ee8ae44e4dce917373dcb795e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment