pyegeria 0.7.28__py3-none-any.whl → 0.7.29__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.
- examples/widgets/cli/egeria.py +3 -1
- {pyegeria-0.7.28.dist-info → pyegeria-0.7.29.dist-info}/METADATA +1 -1
- {pyegeria-0.7.28.dist-info → pyegeria-0.7.29.dist-info}/RECORD +6 -6
- {pyegeria-0.7.28.dist-info → pyegeria-0.7.29.dist-info}/LICENSE +0 -0
- {pyegeria-0.7.28.dist-info → pyegeria-0.7.29.dist-info}/WHEEL +0 -0
- {pyegeria-0.7.28.dist-info → pyegeria-0.7.29.dist-info}/entry_points.txt +0 -0
examples/widgets/cli/egeria.py
CHANGED
@@ -1014,7 +1014,9 @@ def integrations(ctx):
|
|
1014
1014
|
@click.option(
|
1015
1015
|
"--list", is_flag=True, default=False, help="If True, a paged list will be shown"
|
1016
1016
|
)
|
1017
|
-
@click.option(
|
1017
|
+
@click.option(
|
1018
|
+
"--sorted", type=bool, default=True, help="If True, the table will be sorted"
|
1019
|
+
)
|
1018
1020
|
@click.pass_context
|
1019
1021
|
def integrations_status(ctx, list, sorted):
|
1020
1022
|
"""Display integration-daemon status information"""
|
@@ -17,7 +17,7 @@ examples/widgets/cat/list_tech_types.py,sha256=20T4v6L5qeebSsaL1nGkFMDAIsy2W3A3S
|
|
17
17
|
examples/widgets/cat/list_todos.py,sha256=_Pe3h74doX_cOoe0Z5_FvZtETBk3tkw2evfRpRgai5E,6283
|
18
18
|
examples/widgets/cat/list_user_ids.py,sha256=7JinL7rknPbGusIb8ikXKEaV1vvbuvx_WWtbmlfS_DY,5093
|
19
19
|
examples/widgets/cli/__init__.py,sha256=6d_R0KZBNnJy9EBz9J2xvGFlx-3j_ZPqPCxKgdvYeDQ,291
|
20
|
-
examples/widgets/cli/egeria.py,sha256=
|
20
|
+
examples/widgets/cli/egeria.py,sha256=LbF6ZsjhAsr-DBJCewdrBiVmD9D0tkn7KuaCXZFRP78,27490
|
21
21
|
examples/widgets/cli/egeria_cat.py,sha256=h029HG863NFocEYiy6hCmIBGdOiLEJQx6WACNXNLUBE,11964
|
22
22
|
examples/widgets/cli/egeria_my.py,sha256=cGehUFrJKwNQ49CQ-rEX0M-6yjviRSb9KQjAcKD7Mq4,5993
|
23
23
|
examples/widgets/cli/egeria_ops.py,sha256=az3P2GkHc-DfkFdD92ulw7TZ0XjwWPWP0pGBMc2RYQY,10139
|
@@ -88,8 +88,8 @@ pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce8
|
|
88
88
|
pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU,16605
|
89
89
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
90
90
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
91
|
-
pyegeria-0.7.
|
92
|
-
pyegeria-0.7.
|
93
|
-
pyegeria-0.7.
|
94
|
-
pyegeria-0.7.
|
95
|
-
pyegeria-0.7.
|
91
|
+
pyegeria-0.7.29.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
92
|
+
pyegeria-0.7.29.dist-info/METADATA,sha256=OxtFFPY5YsJetc3--FO-SFeHZlDsuhq-jdAphAcTvP4,2818
|
93
|
+
pyegeria-0.7.29.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
94
|
+
pyegeria-0.7.29.dist-info/entry_points.txt,sha256=22oy5-EM37ldb_-MPtiJygwXU217h8vb2_zT-7vn-yc,3571
|
95
|
+
pyegeria-0.7.29.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|