pyegeria 1.5.1.1.35__py3-none-any.whl → 1.5.1.1.36__py3-none-any.whl
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.
- pyegeria/commands/cli/egeria_ops.py +1 -1
- pyegeria/commands/ops/engine_actions.py +1 -1
- pyegeria/commands/ops/gov_server_actions.py +1 -1
- {pyegeria-1.5.1.1.35.dist-info → pyegeria-1.5.1.1.36.dist-info}/METADATA +1 -1
- {pyegeria-1.5.1.1.35.dist-info → pyegeria-1.5.1.1.36.dist-info}/RECORD +8 -8
- {pyegeria-1.5.1.1.35.dist-info → pyegeria-1.5.1.1.36.dist-info}/LICENSE +0 -0
- {pyegeria-1.5.1.1.35.dist-info → pyegeria-1.5.1.1.36.dist-info}/WHEEL +0 -0
- {pyegeria-1.5.1.1.35.dist-info → pyegeria-1.5.1.1.36.dist-info}/entry_points.txt +0 -0
@@ -453,7 +453,7 @@ def refresh_connectors(ctx, server, connector):
|
|
453
453
|
@click.option(
|
454
454
|
"--server",
|
455
455
|
default="integration-daemon",
|
456
|
-
help="Name of the integration server to
|
456
|
+
help="Name of the integration server to restart",
|
457
457
|
)
|
458
458
|
def restart_connectors(ctx, server, connector):
|
459
459
|
"""Restart the specified integration connector or ALL connectors if not specified"""
|
@@ -116,7 +116,7 @@ def start_server(ctx, server):
|
|
116
116
|
# envvar="EGERIA_PASSWORD",
|
117
117
|
# help="Egeria user password",
|
118
118
|
# )
|
119
|
-
def
|
119
|
+
def refresh(ctx):
|
120
120
|
"""Start or restart an engine-host from its known configuration"""
|
121
121
|
c = ctx.obj
|
122
122
|
p_client = EgeriaTech(c.view_server, c.view_server_url, c.userid, c.password)
|
@@ -104,7 +104,7 @@ def update_catalog_target(ctx, relationship_guid: str, catalog_target_name: str)
|
|
104
104
|
print_exception_response(e)
|
105
105
|
|
106
106
|
|
107
|
-
@click.command("refresh
|
107
|
+
@click.command("refresh")
|
108
108
|
@click.pass_context
|
109
109
|
def refresh_gov_eng_config(ctx):
|
110
110
|
"""Start or restart an engine-host from its known configuration"""
|
@@ -38,7 +38,7 @@ pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNW
|
|
38
38
|
pyegeria/commands/cli/egeria.py,sha256=SrdH4XUXTaTOqYh-_oKo97jKJXTkyhPowaSQHOkYhOw,32763
|
39
39
|
pyegeria/commands/cli/egeria_cat.py,sha256=o6RfCYRhykXfFegd47-Z2fsXLzcREViGkqts1fOnrAs,15763
|
40
40
|
pyegeria/commands/cli/egeria_my.py,sha256=Memyxzhrn_i3nMNRor-5N40_SKJJMzylA4iQgBW3T4g,6235
|
41
|
-
pyegeria/commands/cli/egeria_ops.py,sha256=
|
41
|
+
pyegeria/commands/cli/egeria_ops.py,sha256=vpQ5kqzIw53OXgjTfV7ciQ50DduzAIqPsyl6uzB86sk,11997
|
42
42
|
pyegeria/commands/cli/egeria_tech.py,sha256=o6g_xwP8S-ehwgpkl-0BD_-FyGfyr90bEiKWNvHj9xk,13303
|
43
43
|
pyegeria/commands/cli/ops_config.py,sha256=m4AfPjf-fR4EBTx8Dc2mcgrfWwAxb30YGeV-v79bg4U,1450
|
44
44
|
pyegeria/commands/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
|
@@ -50,8 +50,8 @@ pyegeria/commands/my/monitor_open_todos.py,sha256=KDrAjdLPP3j0K9Y3G95BIgr51ktTx3
|
|
50
50
|
pyegeria/commands/my/todo_actions.py,sha256=iazoRhsQ9aecCwJk6r4lWRP-mPD2t-YGU_GmPrFtR-Q,8372
|
51
51
|
pyegeria/commands/ops/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
|
52
52
|
pyegeria/commands/ops/__init__.py,sha256=GyDGBYodxuJ-7k87z2farDs9vhR__RNrYeAe94HWGPM,764
|
53
|
-
pyegeria/commands/ops/engine_actions.py,sha256=
|
54
|
-
pyegeria/commands/ops/gov_server_actions.py,sha256=
|
53
|
+
pyegeria/commands/ops/engine_actions.py,sha256=hX6MRiVsX3tRJfQLaA83NnqlvaF1Bv-SlDwACzr3nME,4500
|
54
|
+
pyegeria/commands/ops/gov_server_actions.py,sha256=VPVWbwRXrLTuQEOE324ZAl5PB20Ox86FRy9XvWOOQ2E,5500
|
55
55
|
pyegeria/commands/ops/list_catalog_targets.py,sha256=0FIZqZu7DSh7tnrme6EOhNiVvK8wyvN1iTZKEDuwTmw,6620
|
56
56
|
pyegeria/commands/ops/load_archive.py,sha256=ZsJmQ-2cywsiO5RYHQXFF72wrlBK18jvAkyQ8N-nSp4,2744
|
57
57
|
pyegeria/commands/ops/monitor_asset_events.py,sha256=cjdlVqE0XYnoRW3aorNbsVkjByDXefPBnllaZLelGls,3838
|
@@ -108,8 +108,8 @@ pyegeria/template_manager_omvs.py,sha256=heqbKeum5hPCHap4r1RUZU8YB3QaQlxVNbq4GZi
|
|
108
108
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
109
109
|
pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
|
110
110
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
111
|
-
pyegeria-1.5.1.1.
|
112
|
-
pyegeria-1.5.1.1.
|
113
|
-
pyegeria-1.5.1.1.
|
114
|
-
pyegeria-1.5.1.1.
|
115
|
-
pyegeria-1.5.1.1.
|
111
|
+
pyegeria-1.5.1.1.36.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
112
|
+
pyegeria-1.5.1.1.36.dist-info/METADATA,sha256=yqJhWoRLAx5GdrCV2ygtZPIuXWz8bkmbgJKIwrV1v4E,2998
|
113
|
+
pyegeria-1.5.1.1.36.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
114
|
+
pyegeria-1.5.1.1.36.dist-info/entry_points.txt,sha256=YxEUUWKTrK3YStEbBqM6TD_UetgVKy5LYGWBnxnyNz0,4886
|
115
|
+
pyegeria-1.5.1.1.36.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|