cli-bdd could be used with behave.

Steps

In your behave steps module import all the steps from cli-bdd:

from cli_bdd.behave.steps import *

That's it. Now you can use all the steps in your scenarios.