Drupal client for Drush

Categories

Component ID

2393219

Component name

Drupal client for Drush

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

548

Component created

Component changed

Component body

Simple module to provide Drush command to execute GET/POST request to Drupal instance.

drush dget node/1 --uid=123
drush dpost 
    admin/config/system/site-information 
    '{"site_name": "Drupal"}'

Intsall

The project just provides drush command, there's no module to be enabled

drush dl drupal_client_drush