drush drush-recipe-recorderfor drush 7x


Toggle recording drush commands for a new recipe

drush drush-recipe-recorder

drush-recipe-recorder is a Drush command from the drush_recipes project.

drush_recipes
  • Aliases


    drush-recipe-recorder has 1 alias/es:


    drush dvr

  • Arguments


    drush-recipe-recorder accepts 1 argument/s:


    state : State of recording, whether to start, save, watch, pause, delete or stop

  • Options


    drush-recipe-recorder accepts 2 option/s:


    --test-run : Use this to test run recipe saving

    --command : Used with dvr delete; either the command to delete or an array position

  • Examples


    Start recording drush commands to cache

    drush dvr start

    Save recording but don't stop recording after the fact

    drush dvr save

    Simulate saving recipe, this will be get printed to the screen

    drush dvr save --test-run

    See what's currently been recorded

    drush dvr watch

    Save recording but don't stop recording after the fact

    drush dvr pause

    Delete the current recordings, this doesn't stop recording though

    drush dvr delete

    Delete the recorded command in the 12th array slot, if confirmed.

    drush dvr delete --command=12

    Delete sql-sync commands from the current recording, if confirmed.

    drush dvr delete --command=sql-sync

    Stop recording to save a recipe then delete commandlist

    drush dvr stop

    Simulate stop/ saving recipe, this will be get printed to the screen

    drush dvr stop --test-run

  • Comments


    comments powered by Disqus