I have project which is used daily by people who are highly technically educated. In short programmers. Most of them are using mac or unix systems for work so they are familiar with terminal commands.
So it got me thinking that maybe I could let my users use command line to input, update or search for some information. Since I am already using drush to manage some of website why couldn't they be allowed to be freed from form based communication?
I know this may be out of drush scope and to accomplish this a custom command set may need to be created but since you have been working on Drupal command line management I thought you could give me some advice and info from what to start.
Comments
Comment #1
owen barton commentedCheck the examples directory for an example command (the other core commands too!). http://drupal.org/project/drush_entity may be a useful starting point for what you describe also.
Comment #2
greg.1.anderson commentedNote that if you give users the right to write to the SQL database of your site (e.g. to post messages), then you have also given them the right to modify their own user roles, reset the admin password, etc.; drush bypasses all access control checks.
Comment #3
POVYLAZZZ commentedI know and that is the most troubling part in this integration...
Comment #4.0
(not verified) commentedSpelling fixed