the commands should take an optional session name parameter and the phpcr helper should support multiple sessions. this would help a lot for example in symfony if you have more than one session.
configure would get
->addOption('session', null, InputOption::VALUE_OPTIONAL, 'The session to use for this command')
the commands should take an optional session name parameter and the phpcr helper should support multiple sessions. this would help a lot for example in symfony if you have more than one session.
configure would get
and the execute