Developing New Processors
You will probably want to test your processors in isolation when developing them, as this will be quicker in most all cases.
Open the processor config environment editor:
ldp process --config
Set the desired values to be sent to the processor:
COMMAND=pull
LOCAL_ENV_ID=dev
#REMOTE_ENV_ID=
DATABASE_ID=drupal
#DATABASE_NAME=
#FILES_GROUP_ID=
#FILEPATH=
#SHORTPATH=
IS_WRITEABLE_ENVIRONMENT=true
Now run the processor. Using -v will allow you to see the variables that are being sent.
ldp process -v delete_users.sh