Rename "bonobo graph" to "bonobo inspect". For now, graphviz is default but there will probably be a humand default in the future, with graphviz source generation set if --graph (or -g) flag is passed.

This commit is contained in:
Romain Dorgueil
2017-09-30 11:01:53 +02:00
parent 0b1b052c54
commit 7ca3369f71
8 changed files with 48 additions and 51 deletions

View File

@ -67,7 +67,7 @@ setup(
},
entry_points={
'bonobo.commands': [
'init = bonobo.commands.init:register', 'graph = bonobo.commands.graph:register',
'init = bonobo.commands.init:register', 'inspect = bonobo.commands.inspect:register',
'run = bonobo.commands.run:register', 'version = bonobo.commands.version:register'
],
'console_scripts': ['bonobo = bonobo.commands:entrypoint']