public function ApigeeEdgeCommands::sync in Apigee Edge 8
Developer synchronization.
@command apigee-edge:sync
@usage drush apigee-edge:sync Starts the developer synchronization between the Developer Portal and the Apigee Edge Management Server.
File
- src/
Commands/ ApigeeEdgeCommands.php, line 58
Class
- ApigeeEdgeCommands
- Drush 9 command file.
Namespace
Drupal\apigee_edge\CommandsCode
public function sync() {
$this->cliService
->sync($this
->io(), 'dt');
}