Skip to content

Instantly share code, notes, and snippets.

View vinmassaro's full-sized avatar

Vincent Massaro vinmassaro

  • Yale University
View GitHub Profile
<?php
// YOUR LOGIN INFO HERE:
$email = '';
$password = '';
// RUNNING IT FOR A PANTHEON ONE "ORGANIZATION": UNCOMMENT AND ADD YOUR UUID HERE
// $organiztion_uuid = 'some-org-uuid-here';
// helper function
function terminus_json($command) {