Skip to content
Snippets Groups Projects
Commit 2173d1b7 authored by Erik Reid's avatar Erik Reid
Browse files

renamed cli console script

parent 0eabd59f
Branches
Tags
No related merge requests found
...@@ -5,8 +5,8 @@ required by BRIAN. ...@@ -5,8 +5,8 @@ required by BRIAN.
.. code-block:: console .. code-block:: console
% python brian_polling_manager/cli.py --help % brian-polling-manager --help
Usage: cli.py [OPTIONS] Usage: brian-polling-manager [OPTIONS]
Update BRIAN snmp checks based on Inventory Provider data. Update BRIAN snmp checks based on Inventory Provider data.
...@@ -15,7 +15,6 @@ required by BRIAN. ...@@ -15,7 +15,6 @@ required by BRIAN.
--force / --no-force update even if inventory hasn't been updated --force / --no-force update even if inventory hasn't been updated
--help Show this message and exit. --help Show this message and exit.
The required configuration file must be The required configuration file must be
formatted according to the following schema: formatted according to the following schema:
......
cli brian-polling-manager
=================================================== ===================================================
.. automodule:: brian_polling_manager.cli .. automodule:: brian_polling_manager.cli
......
...@@ -15,7 +15,7 @@ setup( ...@@ -15,7 +15,7 @@ setup(
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'cli=brian_polling_manager.cli:main' 'brian-polling-manager=brian_polling_manager.cli:main'
] ]
}, },
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment