pyegeria 1.5.1.1.54__py3-none-any.whl → 1.5.1.1.55__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.py +4 -4
- pyegeria/commands/cli/egeria_ops.py +1 -1
- {pyegeria-1.5.1.1.54.dist-info → pyegeria-1.5.1.1.55.dist-info}/METADATA +1 -1
- {pyegeria-1.5.1.1.54.dist-info → pyegeria-1.5.1.1.55.dist-info}/RECORD +7 -7
- {pyegeria-1.5.1.1.54.dist-info → pyegeria-1.5.1.1.55.dist-info}/LICENSE +0 -0
- {pyegeria-1.5.1.1.54.dist-info → pyegeria-1.5.1.1.55.dist-info}/WHEEL +0 -0
- {pyegeria-1.5.1.1.54.dist-info → pyegeria-1.5.1.1.55.dist-info}/entry_points.txt +0 -0
pyegeria/commands/cli/egeria.py
CHANGED
@@ -1580,7 +1580,7 @@ def engine_host(ctx):
|
|
1580
1580
|
@engine_host.command("status")
|
1581
1581
|
@click.option(
|
1582
1582
|
"--engine-list",
|
1583
|
-
default=
|
1583
|
+
default="*",
|
1584
1584
|
help="Enter the list of connectors you are interested in or ['*'] for all",
|
1585
1585
|
)
|
1586
1586
|
@click.option(
|
@@ -1596,7 +1596,7 @@ def gov_eng_status(ctx, engine_list, engine_host, list):
|
|
1596
1596
|
"""Display engine-host status information"""
|
1597
1597
|
c = ctx.obj
|
1598
1598
|
display_gov_eng_status(
|
1599
|
-
engine_list,
|
1599
|
+
[engine_list],
|
1600
1600
|
engine_host,
|
1601
1601
|
c.view_server,
|
1602
1602
|
c.view_server_url,
|
@@ -1664,7 +1664,7 @@ def integrations(ctx):
|
|
1664
1664
|
@integrations.command("status")
|
1665
1665
|
@click.option(
|
1666
1666
|
"--connector-list",
|
1667
|
-
default=
|
1667
|
+
default="*",
|
1668
1668
|
help="Enter the list of connectors you are interested in or ['*'] for all",
|
1669
1669
|
)
|
1670
1670
|
@click.option(
|
@@ -1678,7 +1678,7 @@ def integrations_status(ctx, connector_list, list, sorted):
|
|
1678
1678
|
"""Display integration-daemon status information"""
|
1679
1679
|
c = ctx.obj
|
1680
1680
|
display_integration_daemon_status(
|
1681
|
-
connector_list,
|
1681
|
+
[connector_list],
|
1682
1682
|
c.integration_daemon,
|
1683
1683
|
c.integration_daemon_url,
|
1684
1684
|
c.view_server,
|
@@ -34,10 +34,10 @@ pyegeria/commands/cat/list_terms.py,sha256=1xHNMgB03OVxskj63vDS7-p1OEhMNyxvlTmg8
|
|
34
34
|
pyegeria/commands/cat/list_todos.py,sha256=iPxHRyW3X5tiREio4TUOwRPvNPjU0gxm3pVnUI79ir4,6542
|
35
35
|
pyegeria/commands/cat/list_user_ids.py,sha256=7JinL7rknPbGusIb8ikXKEaV1vvbuvx_WWtbmlfS_DY,5093
|
36
36
|
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
37
|
-
pyegeria/commands/cli/egeria.py,sha256=
|
37
|
+
pyegeria/commands/cli/egeria.py,sha256=0QXBohT-OGtwAIPDKoYzWa56jtqGNTSPHSrBGK9jX00,44635
|
38
38
|
pyegeria/commands/cli/egeria_cat.py,sha256=IyK9GuyxDN5LhXRz7t74Kbj6CZhlVIe4H8R7fKFB110,16214
|
39
39
|
pyegeria/commands/cli/egeria_my.py,sha256=Memyxzhrn_i3nMNRor-5N40_SKJJMzylA4iQgBW3T4g,6235
|
40
|
-
pyegeria/commands/cli/egeria_ops.py,sha256=
|
40
|
+
pyegeria/commands/cli/egeria_ops.py,sha256=A75wSDydYsVwV657q-jn1ri3MJv_3de1DSAj26ebwIc,12612
|
41
41
|
pyegeria/commands/cli/egeria_tech.py,sha256=c2ek0hp7vG_omFQ3snfXPRc3tI0fGgty4_C9teaeEXE,14315
|
42
42
|
pyegeria/commands/cli/ops_config.py,sha256=m4AfPjf-fR4EBTx8Dc2mcgrfWwAxb30YGeV-v79bg4U,1450
|
43
43
|
pyegeria/commands/doc/.DS_Store,sha256=8NYo_wnhWZfLpkPld7Y2BV4ZsmywSTUkalhulBRf3qY,10244
|
@@ -157,8 +157,8 @@ pyegeria/template_manager_omvs.py,sha256=heqbKeum5hPCHap4r1RUZU8YB3QaQlxVNbq4GZi
|
|
157
157
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
158
158
|
pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
|
159
159
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
160
|
-
pyegeria-1.5.1.1.
|
161
|
-
pyegeria-1.5.1.1.
|
162
|
-
pyegeria-1.5.1.1.
|
163
|
-
pyegeria-1.5.1.1.
|
164
|
-
pyegeria-1.5.1.1.
|
160
|
+
pyegeria-1.5.1.1.55.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
161
|
+
pyegeria-1.5.1.1.55.dist-info/METADATA,sha256=kYE4kCB9p0cl2_5CBuvYePDllixJlPiZSnJpa9mw7fg,2998
|
162
|
+
pyegeria-1.5.1.1.55.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
163
|
+
pyegeria-1.5.1.1.55.dist-info/entry_points.txt,sha256=w9RxNxRMM8fmX_DFKDFRPTWTqeujjbEuGHfqORT7law,5170
|
164
|
+
pyegeria-1.5.1.1.55.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|