pyegeria 0.8.4.46__tar.gz → 0.8.4.49__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/PKG-INFO +1 -1
  2. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cli/egeria.py +17 -0
  3. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cli/egeria_ops.py +16 -0
  4. pyegeria-0.8.4.49/commands/ops/monitor_server_startup.py +117 -0
  5. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_related_elements.py +6 -4
  6. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/automated_curation_omvs.py +3 -3
  7. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/runtime_manager_omvs.py +4 -2
  8. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyproject.toml +2 -1
  9. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/LICENSE +0 -0
  10. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/README.md +0 -0
  11. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/README.md +0 -0
  12. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/__init__.py +0 -0
  13. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/get_asset_graph.py +0 -0
  14. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/get_collection.py +0 -0
  15. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/get_project_dependencies.py +0 -0
  16. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/get_project_structure.py +0 -0
  17. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/get_tech_type_elements.py +0 -0
  18. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/get_tech_type_template.py +0 -0
  19. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_archives.py +0 -0
  20. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_assets.py +0 -0
  21. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_cert_types.py +0 -0
  22. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_glossary.py +0 -0
  23. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_projects.py +0 -0
  24. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_relationships.py +0 -0
  25. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_tech_types.py +0 -0
  26. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_todos.py +0 -0
  27. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cat/list_user_ids.py +0 -0
  28. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cli/__init__.py +0 -0
  29. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cli/egeria_cat.py +0 -0
  30. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cli/egeria_my.py +0 -0
  31. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cli/egeria_tech.py +0 -0
  32. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/cli/ops_config.py +0 -0
  33. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/my/README.md +0 -0
  34. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/my/__init__.py +0 -0
  35. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/my/list_my_profile.py +0 -0
  36. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/my/list_my_roles.py +0 -0
  37. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/my/monitor_my_todos.py +0 -0
  38. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/my/monitor_open_todos.py +0 -0
  39. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/my/todo_actions.py +0 -0
  40. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/README.md +0 -0
  41. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/__init__.py +0 -0
  42. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/engine_actions.py +0 -0
  43. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/gov_server_actions.py +0 -0
  44. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/list_catalog_targets.py +0 -0
  45. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/load_archive.py +0 -0
  46. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/monitor_asset_events.py +0 -0
  47. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/monitor_engine_activity.py +0 -0
  48. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/monitor_engine_activity_c.py +0 -0
  49. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/monitor_gov_eng_status.py +0 -0
  50. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/monitor_integ_daemon_status.py +0 -0
  51. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/monitor_platform_status.py +0 -0
  52. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/monitor_server_status.py +0 -0
  53. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/orig_monitor_server_list.py +0 -0
  54. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/orig_monitor_server_status.py +0 -0
  55. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/refresh_integration_daemon.py +0 -0
  56. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/ops/restart_integration_daemon.py +0 -0
  57. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/README.md +0 -0
  58. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/__init__.py +0 -0
  59. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/get_element_info.py +0 -0
  60. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/get_guid_info.py +0 -0
  61. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/get_tech_details.py +0 -0
  62. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_asset_types.py +0 -0
  63. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_elements.py +0 -0
  64. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_elements_for_classification.py +0 -0
  65. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_elements_x.py +0 -0
  66. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_registered_services.py +0 -0
  67. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_related_specification.py +0 -0
  68. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_relationship_types.py +0 -0
  69. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_tech_templates.py +0 -0
  70. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/list_valid_metadata_values.py +0 -0
  71. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/commands/tech/x_list_related_elements.py +0 -0
  72. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/__init__.py +0 -0
  73. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/_client.py +0 -0
  74. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/_deprecated_gov_engine.py +0 -0
  75. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/_exceptions.py +0 -0
  76. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/_globals.py +0 -0
  77. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/_validators.py +0 -0
  78. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/asset_catalog_omvs.py +0 -0
  79. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/classification_manager_omvs.py +0 -0
  80. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/collection_manager_omvs.py +0 -0
  81. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/core_omag_server_config.py +0 -0
  82. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/create_tech_guid_lists.py +0 -0
  83. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/egeria_cat_client.py +0 -0
  84. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/egeria_client.py +0 -0
  85. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/egeria_config_client.py +0 -0
  86. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/egeria_my_client.py +0 -0
  87. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/egeria_tech_client.py +0 -0
  88. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/feedback_manager_omvs.py +0 -0
  89. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/full_omag_server_config.py +0 -0
  90. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/glossary_browser_omvs.py +0 -0
  91. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/glossary_manager_omvs.py +0 -0
  92. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/mermaid_utilities.py +0 -0
  93. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/my_profile_omvs.py +0 -0
  94. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/platform_services.py +0 -0
  95. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/project_manager_omvs.py +0 -0
  96. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/registered_info.py +0 -0
  97. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/server_operations.py +0 -0
  98. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/tech_guids_26-09-2024 09:30.py +0 -0
  99. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/utils.py +0 -0
  100. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/valid_metadata_omvs.py +0 -0
  101. {pyegeria-0.8.4.46 → pyegeria-0.8.4.49}/pyegeria/x_action_author_omvs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.8.4.46
3
+ Version: 0.8.4.49
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -57,6 +57,8 @@ from commands.ops.monitor_server_status import (
57
57
  )
58
58
  from commands.ops.refresh_integration_daemon import refresh_connector
59
59
  from commands.ops.restart_integration_daemon import restart_connector
60
+ from commands.ops.monitor_server_startup import display_startup_status
61
+
60
62
  from commands.tech.get_element_info import display_elements
61
63
  from commands.tech.get_guid_info import display_guid
62
64
  from commands.tech.get_tech_details import tech_details_viewer
@@ -986,6 +988,21 @@ def show_server_status(ctx, full):
986
988
  )
987
989
 
988
990
 
991
+ @show_server.command("startup")
992
+ @click.pass_context
993
+ def show_startup_status(ctx):
994
+ """Display a live status view of Egeria servers for the specified Egeria platform"""
995
+ c = ctx.obj
996
+ display_startup_status(
997
+ c.server,
998
+ c.url,
999
+ c.userid,
1000
+ c.password,
1001
+ c.jupyter,
1002
+ c.width,
1003
+ )
1004
+
1005
+
989
1006
  @show.group("engines")
990
1007
  @click.pass_context
991
1008
  def engine_host(ctx):
@@ -39,6 +39,7 @@ from commands.ops.monitor_server_status import (
39
39
  )
40
40
  from commands.ops.refresh_integration_daemon import refresh_connector
41
41
  from commands.ops.restart_integration_daemon import restart_connector
42
+ from commands.ops.monitor_server_startup import display_startup_status
42
43
 
43
44
 
44
45
  # class Config(object):
@@ -247,6 +248,21 @@ def show_server_status(ctx, full):
247
248
  )
248
249
 
249
250
 
251
+ @show_server.command("startup")
252
+ @click.pass_context
253
+ def show_startup_status(ctx):
254
+ """Display a live status view of Egeria servers for the specified Egeria platform"""
255
+ c = ctx.obj
256
+ display_startup_status(
257
+ c.server,
258
+ c.url,
259
+ c.userid,
260
+ c.password,
261
+ c.jupyter,
262
+ c.width,
263
+ )
264
+
265
+
250
266
  @show.group("engines")
251
267
  @click.pass_context
252
268
  def engine_host(ctx):
@@ -0,0 +1,117 @@
1
+ #!/usr/bin/env python3
2
+ """
3
+ SPDX-License-Identifier: Apache-2.0
4
+ Copyright Contributors to the ODPi Egeria project.
5
+
6
+ Unit tests for the Utils helper functions using the Pytest framework.
7
+
8
+
9
+ A simple server status display using the OMAS services.
10
+ """
11
+ import os
12
+ import time
13
+ import argparse
14
+
15
+ from pyegeria import (
16
+ InvalidParameterException,
17
+ PropertyServerException,
18
+ UserNotAuthorizedException,
19
+ print_exception_response,
20
+ ServerOps,
21
+ )
22
+ from rich.table import Table
23
+ from rich.live import Live
24
+
25
+
26
+ EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
27
+ EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
28
+ EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
29
+ EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
30
+ EGERIA_VIEW_SERVER_URL = os.environ.get(
31
+ "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
32
+ )
33
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
34
+ EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
35
+ EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
36
+ EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
37
+ EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
38
+ EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
39
+ EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "220"))
40
+
41
+
42
+ def display_startup_status(
43
+ server: str,
44
+ url: str,
45
+ username: str,
46
+ password: str = EGERIA_USER_PASSWORD,
47
+ jupyter: bool = EGERIA_JUPYTER,
48
+ width: int = EGERIA_WIDTH,
49
+ ):
50
+ p_client = ServerOps(server, url, username)
51
+
52
+ def generate_table() -> Table:
53
+ """Make a new table."""
54
+ table = Table(
55
+ title=f"Server Status for Platform - {time.asctime()}",
56
+ # style = "black on grey66",
57
+ header_style="white on dark_blue",
58
+ caption=f"Server Status for Platform - '{url}'",
59
+ # show_lines=True,
60
+ )
61
+
62
+ table.add_column("Known Server")
63
+ table.add_column("Status")
64
+
65
+ known_server_list = p_client.get_known_servers()
66
+ active_server_list = p_client.get_active_server_list()
67
+ if len(known_server_list) == 0:
68
+ return table
69
+
70
+ for server in known_server_list:
71
+ if server in active_server_list:
72
+ status = "Active"
73
+ else:
74
+ status = "Inactive"
75
+
76
+ table.add_row(
77
+ server,
78
+ "[red]Inactive" if status == "Inactive" else "[green]Active",
79
+ )
80
+ # p_client.close_session()
81
+ return table
82
+
83
+ try:
84
+ with Live(generate_table(), refresh_per_second=4, screen=True) as live:
85
+ while True:
86
+ time.sleep(2)
87
+ live.update(generate_table())
88
+ # services = p_client.get_server_status(server)['serverStatus']['services']
89
+ # for service in services:
90
+ # service_name = service['serviceName']
91
+ # service_status = service['serviceStatus']
92
+
93
+ except (
94
+ InvalidParameterException,
95
+ PropertyServerException,
96
+ UserNotAuthorizedException,
97
+ ) as e:
98
+ print_exception_response(e)
99
+ assert e.related_http_code != "200", "Invalid parameters"
100
+
101
+
102
+ def main():
103
+ parser = argparse.ArgumentParser()
104
+ parser.add_argument("--server", help="Name of the server to display status for")
105
+ parser.add_argument("--url", help="URL Platform to connect to")
106
+ parser.add_argument("--userid", help="User Id")
107
+ args = parser.parse_args()
108
+
109
+ server = args.server if args.server is not None else "active-metadata-store"
110
+ url = args.url if args.url is not None else "https://localhost:9443"
111
+ userid = args.userid if args.userid is not None else "garygeeke"
112
+
113
+ display_startup_status(server, url, userid)
114
+
115
+
116
+ if __name__ == "__main__":
117
+ main()
@@ -97,12 +97,14 @@ def list_related_elements(
97
97
  f"* Created: {el_create_time}\n"
98
98
  )
99
99
  rel_header_out = Markdown(rel_header_md)
100
+ rel_props = element.get("relationshipProperties", "---")
100
101
 
101
102
  rel_props_md = ""
102
- for prop in element["relationshipProperties"].keys():
103
- rel_props_md += (
104
- f"* **{prop}**: {element['relationshipProperties'][prop]}\n"
105
- )
103
+ if type(rel_props) is list:
104
+ for prop in rel_props.keys():
105
+ rel_props_md += (
106
+ f"* **{prop}**: {element['relationshipProperties'][prop]}\n"
107
+ )
106
108
  rel_props_out = Markdown(rel_props_md)
107
109
 
108
110
  c_md = ""
@@ -366,10 +366,10 @@ class AutomatedCuration(Client):
366
366
  Returns
367
367
  -------
368
368
  str
369
- The GUID of the Postgres server element.
369
+ The GUID of the File Folder element.
370
370
  """
371
371
  body = {
372
- "templateGUID": TEMPLATE_GUIDS["FileFolder"],
372
+ "templateGUID": TEMPLATE_GUIDS["File System Directory"],
373
373
  "isOwnAnchor": "true",
374
374
  "placeholderPropertyValues": {
375
375
  "directoryPathName": path_name,
@@ -416,7 +416,7 @@ class AutomatedCuration(Client):
416
416
  Returns
417
417
  -------
418
418
  str
419
- The GUID of the Postgres server element.
419
+ The GUID of the File Folder element.
420
420
  """
421
421
  loop = asyncio.get_event_loop()
422
422
  response = loop.run_until_complete(
@@ -1247,7 +1247,7 @@ class RuntimeManager(Client):
1247
1247
  return
1248
1248
 
1249
1249
  async def _async_activate_server_with_stored_config(
1250
- self, server_guid: str = None, server_name: str = None, timeout: int = 120
1250
+ self, server_guid: str = None, server_name: str = None, timeout: int = 240
1251
1251
  ) -> None:
1252
1252
  """Activate the named OMAG server using the appropriate configuration document found in the
1253
1253
  configuration store. Async version.
@@ -1260,6 +1260,7 @@ class RuntimeManager(Client):
1260
1260
  Identity of the server to act on. If not specified, server_name must be.
1261
1261
  server_name: str, default = None
1262
1262
  Name of server to act on. If not specified, server_guid must be.
1263
+ timeout: int, optional, default = 240 seconds
1263
1264
 
1264
1265
  Returns
1265
1266
  -------
@@ -1279,7 +1280,7 @@ class RuntimeManager(Client):
1279
1280
  return
1280
1281
 
1281
1282
  def activate_server_with_stored_config(
1282
- self, server_guid: str = None, server_name: str = None, timeout: int = 120
1283
+ self, server_guid: str = None, server_name: str = None, timeout: int = 240
1283
1284
  ) -> None:
1284
1285
  """Activate the named OMAG server using the appropriate configuration document found in the
1285
1286
  configuration store.
@@ -1292,6 +1293,7 @@ class RuntimeManager(Client):
1292
1293
  Identity of the server to act on. If not specified, server_name must be.
1293
1294
  server_name: str, default = None
1294
1295
  Name of server to act on. If not specified, server_guid must be.
1296
+ timeout: int, optional, default = 240 seconds
1295
1297
 
1296
1298
  Returns
1297
1299
  -------
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyegeria"
3
- version = "0.8.4.46"
3
+ version = "0.8.4.49"
4
4
  license = 'Apache 2.0'
5
5
  authors = ["Dan Wolfson <dan.wolfson@pdr-associates.com>"]
6
6
  readme = "README.md"
@@ -81,6 +81,7 @@ pytest = "^8.2.2"
81
81
  list_integ_daemon_status = "commands.ops.monitor_integ_daemon_status:main_paging"
82
82
  monitor_platform_status = "commands.ops.monitor_platform_status:main"
83
83
  monitor_server_list = "commands.ops.orig_monitor_server_list:main"
84
+ monitor_server_startup = "commands.ops.monitor_server_startup:main"
84
85
  monitor_server_status = "commands.ops.monitor_server_status:main"
85
86
  refresh_integration_daemon = "commands.ops.refresh_integration_daemon:main"
86
87
  restart_integration_daemon = "commands.ops.restart_integration_daemon:main"
File without changes
File without changes