Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
brian-polling-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
brian
brian-polling-manager
Commits
2173d1b7
Commit
2173d1b7
authored
4 years ago
by
Erik Reid
Browse files
Options
Downloads
Patches
Plain Diff
renamed cli console script
parent
0eabd59f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
brian_polling_manager/cli.py
+2
-3
2 additions, 3 deletions
brian_polling_manager/cli.py
docs/source/cli.rst
+1
-1
1 addition, 1 deletion
docs/source/cli.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
5 deletions
brian_polling_manager/cli.py
+
2
−
3
View file @
2173d1b7
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
docs/source/cli.rst
+
1
−
1
View file @
2173d1b7
cli
brian-polling-manager
===================================================
===================================================
.. automodule:: brian_polling_manager.cli
.. automodule:: brian_polling_manager.cli
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
2173d1b7
...
@@ -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
'
]
]
},
},
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment