----------------------
Added
+++++
- Support for formatting with operation function arguments for ``FlowCmdOperation`` (666, 630).
- The CLI ``status`` command can show document parameters by using flag ``-p doc.PARAM`` (667).
- ``FlowProject.operation`` now has ``cmd``, ``with_job``, and ``directives`` keyword only arguments (679, 655, 669).
Changed
+++++++
- Deprecated formatting the output of a ``FlowCmdOperation`` (666, 630).
- ``flow.cmd`` and ``flow.with_job`` are deprecated (679, 669, 665).
- ``FlowProject.operation.with_directives`` is deprecated (679, 665).
- Deprecated the ``--show-traceback`` for ``flow``'s CLI ``run`` and ``submit`` commands (674, 169).
- ``flow`` CLI ``run`` and ``submit`` show tracebacks by default (674, 169).
- Broke ``TestBidict`` and ``TestTemplateFilters`` into smaller and simpler functions (626).