pyegeria 0.7.8__py3-none-any.whl → 0.7.9__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 +7 -1
- examples/widgets/cli/egeria_ops.py +8 -1
- examples/widgets/cli/egeria_tech.py +2 -2
- {pyegeria-0.7.8.dist-info → pyegeria-0.7.9.dist-info}/METADATA +1 -1
- {pyegeria-0.7.8.dist-info → pyegeria-0.7.9.dist-info}/RECORD +8 -8
- {pyegeria-0.7.8.dist-info → pyegeria-0.7.9.dist-info}/LICENSE +0 -0
- {pyegeria-0.7.8.dist-info → pyegeria-0.7.9.dist-info}/WHEEL +0 -0
- {pyegeria-0.7.8.dist-info → pyegeria-0.7.9.dist-info}/entry_points.txt +0 -0
examples/widgets/cli/egeria.py
CHANGED
@@ -672,7 +672,13 @@ def engine_host(ctx):
|
|
672
672
|
engine_host.add_command(start_engine_host)
|
673
673
|
engine_host.add_command(stop_engine_host)
|
674
674
|
|
675
|
-
tell.
|
675
|
+
@tell.group('repository')
|
676
|
+
@click.pass_context
|
677
|
+
def repository(ctx):
|
678
|
+
"""Group of commands to a repository"""
|
679
|
+
pass
|
680
|
+
|
681
|
+
repository.add_command(load_archive)
|
676
682
|
|
677
683
|
if __name__ == '__main__':
|
678
684
|
cli()
|
@@ -245,7 +245,14 @@ def engine_host(ctx):
|
|
245
245
|
engine_host.add_command(start_engine_host)
|
246
246
|
engine_host.add_command(stop_engine_host)
|
247
247
|
|
248
|
-
tell.
|
248
|
+
@tell.group('repository')
|
249
|
+
@click.pass_context
|
250
|
+
def repository(ctx):
|
251
|
+
"""Group of commands to a repository"""
|
252
|
+
pass
|
253
|
+
|
254
|
+
repository.add_command(load_archive)
|
255
|
+
|
249
256
|
|
250
257
|
if __name__ == '__main__':
|
251
258
|
cli()
|
@@ -207,9 +207,9 @@ def valid_metadata_values(ctx, property, type_name):
|
|
207
207
|
c.userid, c.password, False, c.jupyter, c.width)
|
208
208
|
|
209
209
|
|
210
|
-
@show.command(
|
210
|
+
@show.command('list-elements')
|
211
211
|
@click.pass_context
|
212
|
-
@click.option('--om_type', default='
|
212
|
+
@click.option('--om_type', default='Organization', help='Metadata type to query')
|
213
213
|
def get_element_info(ctx, om_type):
|
214
214
|
"""Display the valid metadata values for a property and type"""
|
215
215
|
c = ctx.obj
|
@@ -14,11 +14,11 @@ examples/widgets/cat/list_projects.py,sha256=jP6HoVqGi-w4R1itgdAW1zamPLsgkvjvh8r
|
|
14
14
|
examples/widgets/cat/list_tech_types.py,sha256=20T4v6L5qeebSsaL1nGkFMDAIsy2W3A3SMm1RcgFoh0,4609
|
15
15
|
examples/widgets/cat/list_todos.py,sha256=wD9HevGcc4G_bxV25VUz1rRssdZHE33mF5zmJ6Lprt8,5522
|
16
16
|
examples/widgets/cli/__init__.py,sha256=6d_R0KZBNnJy9EBz9J2xvGFlx-3j_ZPqPCxKgdvYeDQ,291
|
17
|
-
examples/widgets/cli/egeria.py,sha256=
|
17
|
+
examples/widgets/cli/egeria.py,sha256=WTGHf1tJHq3IPiGada2QH1mMWggNrEIlXPFxjDR6Lew,23450
|
18
18
|
examples/widgets/cli/egeria_cat.py,sha256=f9KxOPAEFbeEtSAdk_czcBDLqCKsHkrpdiBuDDo-iUw,10301
|
19
19
|
examples/widgets/cli/egeria_my.py,sha256=xi2j1hzNnjDruJeR1qa8K9JPDgzaL_COsMkcieT4Vo8,5653
|
20
|
-
examples/widgets/cli/egeria_ops.py,sha256=
|
21
|
-
examples/widgets/cli/egeria_tech.py,sha256=
|
20
|
+
examples/widgets/cli/egeria_ops.py,sha256=Y2fNDFnaaMjt8vjOeUXneh4_WEyxp0ucMvIfdLn8Bik,10139
|
21
|
+
examples/widgets/cli/egeria_tech.py,sha256=EgerEUaaFOzIixYRhI79IKfVMEVQZ37RjX62aVbNPXc,9352
|
22
22
|
examples/widgets/cli/ops_config.py,sha256=m4AfPjf-fR4EBTx8Dc2mcgrfWwAxb30YGeV-v79bg4U,1450
|
23
23
|
examples/widgets/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
|
24
24
|
examples/widgets/my/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -79,8 +79,8 @@ pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce8
|
|
79
79
|
pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU,16605
|
80
80
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
81
81
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
82
|
-
pyegeria-0.7.
|
83
|
-
pyegeria-0.7.
|
84
|
-
pyegeria-0.7.
|
85
|
-
pyegeria-0.7.
|
86
|
-
pyegeria-0.7.
|
82
|
+
pyegeria-0.7.9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
83
|
+
pyegeria-0.7.9.dist-info/METADATA,sha256=6y1EkUkw5PUG_EARfoPX1FW30rAG1ykLdptDHjsvIqo,2774
|
84
|
+
pyegeria-0.7.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
85
|
+
pyegeria-0.7.9.dist-info/entry_points.txt,sha256=UJ9j8ILCKryCUhbEIktWwLvJf0Isbuvpxv4TExaHJiA,2859
|
86
|
+
pyegeria-0.7.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|