-----
* Add ``invoke_cli`` option for the ``cli`` function.
If set to ``False``, it only returns the cli for further extending. (`45`_)
* Don't remove the remote tracking branch when ``--no-push`` is used (fixes `41`_)
* Improve handling of ``FrozenFlaskWarning`` (`37`_)
* Add the ``--show-git-push-stderr`` option to make deploy more verbose,
this can help debug problems, but is potentially dangerous, hence the output
of ``git push`` is hidden by default. (`37`_)
.. _37: https://github.com/pyvec/elsa/pull/37
.. _41: https://github.com/pyvec/elsa/issues/41
.. _45: https://github.com/pyvec/elsa/pull/45