Skip to content
  • Adrian Rossouw's avatar
    Change how the named-context-save command works. · f775b1f6
    Adrian Rossouw authored
    Because the alias does not exist when it is first called, we need to
    specify it as the first argument.
    
    So:
    drush provision-context-save @myalias --option=123 --option=321
    
    What we are actually doing is saving the alias to the local server,
    which is implied by not having a named context before the command
    f775b1f6