pyegeria 1.5.1.1.60__py3-none-any.whl → 5.2__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/__init__.py +2 -0
- pyegeria/_client.py +7 -2
- pyegeria/asset_catalog_omvs.py +34 -0
- pyegeria/classification_manager_omvs.py +2 -3
- pyegeria/collection_manager_omvs.py +92 -45
- pyegeria/commands/README.md +2 -1
- pyegeria/commands/cat/__init__.py +1 -5
- pyegeria/commands/cat/exp_list_glossaries.py +156 -0
- pyegeria/commands/cat/get_collection.py +23 -14
- pyegeria/commands/cat/get_tech_type_elements.py +1 -1
- pyegeria/commands/cat/glossary_actions.py +28 -8
- pyegeria/commands/cat/list_assets.py +8 -17
- pyegeria/commands/cat/list_cert_types.py +1 -1
- pyegeria/commands/cat/list_collections.py +162 -0
- pyegeria/commands/cat/list_deployed_catalogs.py +6 -3
- pyegeria/commands/cat/list_deployed_database_schemas.py +8 -13
- pyegeria/commands/cat/list_deployed_databases.py +3 -3
- pyegeria/commands/cat/list_tech_type_elements.py +190 -0
- pyegeria/commands/cat/list_tech_types.py +36 -24
- pyegeria/commands/cat/list_terms.py +7 -2
- pyegeria/commands/cli/egeria.py +120 -129
- pyegeria/commands/cli/egeria_cat.py +63 -52
- pyegeria/commands/cli/egeria_login_tui.py +313 -0
- pyegeria/commands/cli/egeria_my.py +25 -33
- pyegeria/commands/cli/egeria_ops.py +38 -40
- pyegeria/commands/cli/egeria_tech.py +55 -41
- pyegeria/commands/cli/ops_config.py +3 -1
- pyegeria/commands/cli/txt_custom_v2.tcss +19 -0
- pyegeria/commands/doc/README.md +145 -0
- pyegeria/commands/doc/Visual Command Reference/README.md +511 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/engines/list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status full 2024-12-15 at 20.01.57@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_of_om_type_by_classification 2024-12-16 at 14.35.26@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/valid_metadata_values 2024-12-16 at 15.31.56@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/{hey_egeria: overview.md → README.md } +9 -1
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png +0 -0
- pyegeria/commands/my/monitor_my_todos.py +17 -5
- pyegeria/commands/my/monitor_open_todos.py +1 -1
- pyegeria/commands/my/todo_actions.py +7 -14
- pyegeria/commands/ops/monitor_asset_events.py +27 -22
- pyegeria/commands/ops/monitor_engine_activity_c.py +1 -1
- pyegeria/commands/ops/monitor_gov_eng_status.py +31 -4
- pyegeria/commands/ops/monitor_integ_daemon_status.py +17 -14
- pyegeria/commands/ops/monitor_platform_status.py +15 -3
- pyegeria/commands/ops/monitor_server_status.py +1 -1
- pyegeria/commands/ops/orig_monitor_server_status.py +36 -21
- pyegeria/commands/ops/refresh_integration_daemon.py +1 -1
- pyegeria/commands/ops/restart_integration_daemon.py +1 -1
- pyegeria/commands/ops/x_engine_actions.py +2 -59
- pyegeria/commands/tech/get_tech_details.py +79 -42
- pyegeria/commands/tech/get_tech_type_template.py +69 -53
- pyegeria/commands/tech/{list_element_graph.py → list_anchored_elements.py} +20 -17
- pyegeria/commands/tech/list_elements_x.py +7 -4
- pyegeria/commands/tech/list_registered_services.py +1 -1
- pyegeria/commands/tech/list_relationship_types.py +19 -21
- pyegeria/commands/tech/list_relationships.py +7 -3
- pyegeria/commands/tech/table_tech_templates.py +3 -1
- pyegeria/core_omag_server_config.py +36 -0
- pyegeria/create_tech_guid_lists.py +2 -2
- pyegeria/egeria_client.py +2 -0
- pyegeria/egeria_tech_client.py +5 -0
- pyegeria/glossary_manager_omvs.py +101 -7
- pyegeria/metadata_explorer_omvs.py +2371 -0
- pyegeria/server_operations.py +4 -4
- pyegeria/template_manager_omvs.py +1 -3
- pyegeria/valid_metadata_omvs.py +1 -1
- {pyegeria-1.5.1.1.60.dist-info → pyegeria-5.2.dist-info}/METADATA +7 -9
- pyegeria-5.2.dist-info/RECORD +232 -0
- {pyegeria-1.5.1.1.60.dist-info → pyegeria-5.2.dist-info}/entry_points.txt +4 -1
- pyegeria/commands/doc/command-overview.md +0 -99
- pyegeria-1.5.1.1.60.dist-info/RECORD +0 -167
- {pyegeria-1.5.1.1.60.dist-info → pyegeria-5.2.dist-info}/LICENSE +0 -0
- {pyegeria-1.5.1.1.60.dist-info → pyegeria-5.2.dist-info}/WHEEL +0 -0
pyegeria/server_operations.py
CHANGED
@@ -354,7 +354,7 @@ class ServerOps(Platform):
|
|
354
354
|
if server is None:
|
355
355
|
server = self.server_name
|
356
356
|
|
357
|
-
url = f"{self.platform_url}/servers/{server}/open-metadata/
|
357
|
+
url = f"{self.platform_url}/servers/{server}/open-metadata/integration_daemon/users/{self.user_id}/status"
|
358
358
|
response = await self._async_make_request("GET", url)
|
359
359
|
return response.json().get("integrationDaemonStatus", "No Integration Groups")
|
360
360
|
# return response.json()
|
@@ -377,7 +377,7 @@ class ServerOps(Platform):
|
|
377
377
|
validate_name(connector_name)
|
378
378
|
|
379
379
|
url = (
|
380
|
-
f"{self.platform_url}/servers/{server}/open-metadata/
|
380
|
+
f"{self.platform_url}/servers/{server}/open-metadata/integration_daemon/users/{self.user_id}/"
|
381
381
|
f"integration-connectors/{connector_name}/configuration-properties"
|
382
382
|
)
|
383
383
|
|
@@ -411,7 +411,7 @@ class ServerOps(Platform):
|
|
411
411
|
server = self.server_name
|
412
412
|
|
413
413
|
url = (
|
414
|
-
f"{self.platform_url}/servers/{server}/open-metadata/
|
414
|
+
f"{self.platform_url}/servers/{server}/open-metadata/integration_daemon/users/"
|
415
415
|
f"{self.user_id}/integration-connectors/restart"
|
416
416
|
)
|
417
417
|
body = {"class": "NameRequestBody", "name": connector_name}
|
@@ -439,7 +439,7 @@ class ServerOps(Platform):
|
|
439
439
|
connector_name = None
|
440
440
|
|
441
441
|
url = (
|
442
|
-
f"{self.platform_url}/servers/{server}/open-metadata/
|
442
|
+
f"{self.platform_url}/servers/{server}/open-metadata/integration_daemon/users/"
|
443
443
|
f"{self.user_id}/integration-connectors/refresh"
|
444
444
|
)
|
445
445
|
if connector_name:
|
@@ -665,9 +665,7 @@ class TemplateManager(Client):
|
|
665
665
|
await self._async_make_request("POST", url, body_slimmer(body))
|
666
666
|
return
|
667
667
|
|
668
|
-
def
|
669
|
-
self, element_guid: str, body: dict
|
670
|
-
) -> None:
|
668
|
+
def archive_metadata_element_in_store(self, element_guid: str, body: dict) -> None:
|
671
669
|
"""Archive a specific metadata element.
|
672
670
|
|
673
671
|
Parameters
|
pyegeria/valid_metadata_omvs.py
CHANGED
@@ -1421,7 +1421,7 @@ class ValidMetadataManager(Client):
|
|
1421
1421
|
url = f"{self.platform_url}/servers/{self.view_server}{self.valid_m_command_base}/open-metadata-types"
|
1422
1422
|
|
1423
1423
|
resp = await self._async_make_request("GET", url)
|
1424
|
-
return resp.json()
|
1424
|
+
return resp.json()
|
1425
1425
|
|
1426
1426
|
def get_all_entity_types(self) -> list | str:
|
1427
1427
|
"""Returns the list of different types of metadata organized into two groups. The first are the
|
@@ -1,31 +1,29 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyegeria
|
3
|
-
Version:
|
3
|
+
Version: 5.2
|
4
4
|
Summary: A python client for Egeria
|
5
5
|
Home-page: https://github.com/odpi/egeria-python
|
6
6
|
License: Apache 2.0
|
7
7
|
Keywords: egeria,metadata,governance
|
8
8
|
Author: Dan Wolfson
|
9
9
|
Author-email: dan.wolfson@pdr-associates.com
|
10
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.12.3,<4.0.0
|
11
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
12
12
|
Classifier: License :: Other/Proprietary License
|
13
13
|
Classifier: Programming Language :: Python
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
15
|
-
Classifier: Programming Language :: Python :: 3.11
|
16
|
-
Classifier: Programming Language :: Python :: 3.12
|
17
15
|
Requires-Dist: click (>=8.1.7,<9.0.0)
|
18
16
|
Requires-Dist: confluent-kafka (>=2.5.0,<3.0.0)
|
19
|
-
Requires-Dist: httpx (>=0.27
|
17
|
+
Requires-Dist: httpx (>=0.27,<0.28)
|
20
18
|
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
|
21
19
|
Requires-Dist: mermaid-py (>=0.5.3,<0.6.0)
|
22
20
|
Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
|
23
21
|
Requires-Dist: pytest (>=8.2.2,<9.0.0)
|
24
22
|
Requires-Dist: requests (>=2.32.3,<3.0.0)
|
25
|
-
Requires-Dist: rich (>=13
|
26
|
-
Requires-Dist:
|
27
|
-
Requires-Dist: textual
|
28
|
-
Requires-Dist: trogon (>=0.
|
23
|
+
Requires-Dist: rich (>=13,<14)
|
24
|
+
Requires-Dist: rich-pixels (>=3.0.1,<4.0.0)
|
25
|
+
Requires-Dist: textual (>=0.86,<0.87)
|
26
|
+
Requires-Dist: trogon (>=0.6.0,<0.7.0)
|
29
27
|
Requires-Dist: urllib3 (>=2.2.2,<3.0.0)
|
30
28
|
Requires-Dist: validators (>=0.32.0,<0.33.0)
|
31
29
|
Project-URL: Repository, https://github.com/odpi/egeria-python
|
@@ -0,0 +1,232 @@
|
|
1
|
+
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
2
|
+
pyegeria/__init__.py,sha256=CA9NbkkmpBlmkJWkVVKKHqIoGa9c3BMBeMHaM1ZXKe4,21947
|
3
|
+
pyegeria/_client.py,sha256=8nvw8_27mYHFcxvv6LVywRXN_rqJXS6ZxwHa74OOFZ4,30804
|
4
|
+
pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
|
5
|
+
pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
|
6
|
+
pyegeria/_globals.py,sha256=1Uc8392wjbiVN5L__RzxC1-U97RMXj77_iUsMSgeAjQ,638
|
7
|
+
pyegeria/_validators.py,sha256=rnZelHJnjHaLZ8UhUTDyB59MfIUJifhALtkYoHBaos4,12736
|
8
|
+
pyegeria/asset_catalog_omvs.py,sha256=OqZYjf5RBwuTbYvu43CL100VCNqYuXHDog2jc6sOBtA,25580
|
9
|
+
pyegeria/automated_curation_omvs.py,sha256=BwNuF7XQJAV-POvzaWwFh0TS5yRnHZZPhlayvtIMlwY,130243
|
10
|
+
pyegeria/classification_manager_omvs.py,sha256=LglNvCqzaQb83iLDCFhvfmcs5pqc-XtSYRWLriwCo-w,187079
|
11
|
+
pyegeria/collection_manager_omvs.py,sha256=Zl3clg29bORkfBDunklgna0cIceF278njqzDW9pUJwk,101697
|
12
|
+
pyegeria/commands/README.md,sha256=hJdOWhZ5eCfwTkY4Tx6De6Y1XVo7cbaddQEvjqppvls,2036
|
13
|
+
pyegeria/commands/__init__.py,sha256=IBYAvBbuGneZ06YSFjZsU-Zxx-b-Qo4ZV_Vd4zz4AI0,844
|
14
|
+
pyegeria/commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
15
|
+
pyegeria/commands/cat/__init__.py,sha256=etKDPDWE7UV6o3cK7JLJgaJZFAlmX29GXUG0wq08AZY,20
|
16
|
+
pyegeria/commands/cat/exp_list_glossaries.py,sha256=Gz_4XdwxhblIriuXajjwXueyRRGDwwyTXcfQiFjn1xY,5804
|
17
|
+
pyegeria/commands/cat/get_asset_graph.py,sha256=4AO4KlCgb7vbMihJK7W_GAnrd4J9sKwc4kXxa2ZrRW4,12447
|
18
|
+
pyegeria/commands/cat/get_collection.py,sha256=dzgRIlMkQo0su-ZBdWaZ2txkC_J-bvassw-QDPJCzT0,5352
|
19
|
+
pyegeria/commands/cat/get_project_dependencies.py,sha256=B0JaMSUi0hzVgos1sTY2uUPGy1DzKEJMIbbYfMUWvQA,5981
|
20
|
+
pyegeria/commands/cat/get_project_structure.py,sha256=n2GbNd07w1DTo7jTR8b2ewXRyNcat_2BcCBRyDMldwk,5969
|
21
|
+
pyegeria/commands/cat/get_tech_type_elements.py,sha256=fD45AEQZUpUkw30Rt7CjovRjtWDxsACBG9KD1Ok3Yx0,6178
|
22
|
+
pyegeria/commands/cat/glossary_actions.py,sha256=ijNciRjrhQbCrPBma3OrEQfvrzxm9z4Wj6fYRJQczhA,12745
|
23
|
+
pyegeria/commands/cat/list_assets.py,sha256=VyMp33T7oGpnIer9g6YaxraYJXtpmbZwn--MIrjRVT4,6270
|
24
|
+
pyegeria/commands/cat/list_cert_types.py,sha256=x3R7ydIgXQmQyObE2Ffvr3187acFlsN1fXD1vuznJrc,7123
|
25
|
+
pyegeria/commands/cat/list_collections.py,sha256=I-0h_zFfbAUzmbnr8T0fGZEzsw9FQsrgozdn3s_hr4Y,5982
|
26
|
+
pyegeria/commands/cat/list_deployed_catalogs.py,sha256=iSl6V3MX6-GFA_hDq2IspSnMoHuoxNlqzADwiQpuo2A,8243
|
27
|
+
pyegeria/commands/cat/list_deployed_database_schemas.py,sha256=tXzetBR3SI5dQAM6zpFjt2zB50JqYXeU7mZCK3DAzQI,9433
|
28
|
+
pyegeria/commands/cat/list_deployed_databases.py,sha256=rw5WGRmMh_1g9dh0A71cAloMVlsgafRm8j6eIZ3_a7U,7572
|
29
|
+
pyegeria/commands/cat/list_glossaries.py,sha256=t4p6DUd09MkIW07rCW0nc2K2ktD_YP0Qlw2z8zSayBI,5592
|
30
|
+
pyegeria/commands/cat/list_projects.py,sha256=Jzs-DtIpPhCH-gY4PYT6mnRBWnEf4m18TFfcw8UymNU,8011
|
31
|
+
pyegeria/commands/cat/list_servers_deployed_imp.py,sha256=gcfeDzf7QGwa5tU_WYJD4O-dZKQ7XYp_J1BXTnGy3xg,5705
|
32
|
+
pyegeria/commands/cat/list_tech_type_elements.py,sha256=VIi6DXnNl-5ngmM0mZ4IjSIY8SiD1MwYfJOuL4-UGvQ,6859
|
33
|
+
pyegeria/commands/cat/list_tech_types.py,sha256=P-157J72yvdmX538NBMzL54yORUSY9NGNv6r8DskcTs,4639
|
34
|
+
pyegeria/commands/cat/list_terms.py,sha256=P0kkOP5oA3sBveDqwIECqqyZYuaKRhV4INRhxXRTD5c,9473
|
35
|
+
pyegeria/commands/cat/list_todos.py,sha256=iPxHRyW3X5tiREio4TUOwRPvNPjU0gxm3pVnUI79ir4,6542
|
36
|
+
pyegeria/commands/cat/list_user_ids.py,sha256=7JinL7rknPbGusIb8ikXKEaV1vvbuvx_WWtbmlfS_DY,5093
|
37
|
+
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
38
|
+
pyegeria/commands/cli/egeria.py,sha256=HdYIpNW4NOzcln-8d8EZUlTe-rTeJmWGfxhdHJqhS7k,45605
|
39
|
+
pyegeria/commands/cli/egeria_cat.py,sha256=pmOYxiu3wU-SS_ueRwW9AbssfgI-VwQKGSKtYjofzEw,16453
|
40
|
+
pyegeria/commands/cli/egeria_login_tui.py,sha256=m7gUiiPdeu2vxjiyxy-6OhAekSa5kVQnOUur2qyvbUA,9480
|
41
|
+
pyegeria/commands/cli/egeria_my.py,sha256=XLd5ARwrVHZM7SGUKadJznb5KUULCmx2WIid3TKKmhY,6116
|
42
|
+
pyegeria/commands/cli/egeria_ops.py,sha256=gVdLv5CgIyccZAAGS-RjwaW3cFrQOJJYhgWuMWQcl60,12580
|
43
|
+
pyegeria/commands/cli/egeria_tech.py,sha256=DllmvtwPdYLnztyxEVg3fCcUT9XMlXAdIJyU8qAilb0,15709
|
44
|
+
pyegeria/commands/cli/ops_config.py,sha256=MqyJ-DzcC4BmKlJWcSGgVjvvcmJpo-M-Fgb11txDvVQ,1472
|
45
|
+
pyegeria/commands/cli/txt_custom_v2.tcss,sha256=ixkzpFyTZ5i3byFO9EmEAeJgzbEa7nZb_3iTgxNtVPk,232
|
46
|
+
pyegeria/commands/doc/README.md,sha256=3TDtLjanw5Sn5fhw0apsYv2HS2Hd7NSdjLu3qTwwXBg,13941
|
47
|
+
pyegeria/commands/doc/Visual Command Reference/README.md,sha256=StopwmMDYmJgfKeRC8nHOJMbXkz6n15zIDJBmHDPoxM,32445
|
48
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png,sha256=gL7LDmS0OUeDmmmz6ayZL7qbriaos6ryct-2T0D7CIM,769210
|
49
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png,sha256=Op6NHsqPfYVvpKX46Z-IX8G_Of8rrVtDK34C1MJIJdw,540605
|
50
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png,sha256=NCtzoZau5ANXjNh2IH57htfVvWAtMns87_M_5E9DSQ0,627528
|
51
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png,sha256=-QCu00HYhdkOJqclthiBSVKQuz1qHVothDwng53n_cw,271680
|
52
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png,sha256=tlL6FQsIYYC-TDeUZy5LqmVx5l5GJXbnTEag_iY11CQ,536963
|
53
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png,sha256=MUgoH6orUk9qUeCv8yEjuQ6sAao3eZyK3DOF4aXfqkw,525598
|
54
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png,sha256=W6_JDqWKBOqeEMTAteX7JJ_MIPOigc2ttD01UYBxNxg,443831
|
55
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png,sha256=aROiMLLwPkmbUecVjz4RnO_g1RsKf4nGWmq9Y2ZRIZU,715067
|
56
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png,sha256=f3SFaK7r_zYVqwFuFkrezU5TjnZX223TLEw8swpgiz8,345658
|
57
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png,sha256=al4XKgtRv3Giny2GR8o6snfF2Tl169HoyKf1GrXmVXk,701332
|
58
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png,sha256=7J79b46PthH-fT9c9_WY8THuxD9m3ayYn4X6F6uh07s,806883
|
59
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png,sha256=nXW8aXMTlgLpw_Qi0WRRpJSCvPtejsfhl3TBvXfrclk,149574
|
60
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png,sha256=ZXKfeUjT9b6eLJ4rNZHX90kZnJ2isBY7fYjKWPAySq4,388301
|
61
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png,sha256=VLLZx312kPPKeRExy-5cmTM2bWAiSZXGE5kBcfY48iQ,393665
|
62
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png,sha256=H4MFdNO28zomNaF9a00WDTyq09G86gnZc4MGl5nfWN4,417083
|
63
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png,sha256=8YOzAowFhcbKK4HWWLZPObDvNJfFjRhRP-vOOLQKcHc,354344
|
64
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png,sha256=DuzrBRGUpJ_11gwFM1AUN9g6hwm2-hy-x_mKccYqOYc,126772
|
65
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png,sha256=Xiscu_CUv8CRGnbos6s4tmag4m80CcxlTBTvZ2GrbqY,77112
|
66
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png,sha256=BGpUys-GvmaI8oc5G6FR5a19n20KyviyEWU5q_b_6ps,438268
|
67
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png,sha256=MZ-kGkrZ34htqJZQX15MI0Dl9vqFmqLO8jRToTkfnm8,474612
|
68
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png,sha256=nAEMlnWeleEnEDH51B_Nzflz00a9x21jqOvcnESRZfg,128733
|
69
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png,sha256=gce5mny6O_kCjgD6S7_8Io8SC5pFyKjG1FfyO4KxpPA,565664
|
70
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png,sha256=SbKw40jdcq_Ogb2iOCu-Zq3docQ5Sw3vjofNSQw9MLk,234660
|
71
|
+
pyegeria/commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png,sha256=0AL_Dkl8gwCHTimz9LCis3XzVHFjzVlvZZ62ef_Ea74,799427
|
72
|
+
pyegeria/commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png,sha256=y-Q-I5TPtPt89rTb2G2pyqUrwGzsigwGuToxhdvkQmg,332933
|
73
|
+
pyegeria/commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png,sha256=NfudmqOAgwvragvzi7nlSe6i3goG-n0QElzRI1P8MwQ,150499
|
74
|
+
pyegeria/commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png,sha256=A_m7rLQDaPbQcP7QGIiu7FU8NZ1Cvn49iDlk6f6s2h4,136259
|
75
|
+
pyegeria/commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png,sha256=aeWumVxGmbxw0j3TqBo2x6rQe0kjiCU7gymBSPHSIiM,113447
|
76
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/engines/list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png,sha256=w_8jltyi-_7Mvw-SdIMaVwr6vrMfXTZv26Yyo_s1Yuc,823782
|
77
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png,sha256=1VeF0L3OMTegLRTFQWXxr4pgUEK-xM9vF499dVcfa3g,500645
|
78
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png,sha256=inJHslIZ4ObGbs-IEM0i0mojYvYi0Wm-xIVqV71bp7I,929615
|
79
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg,sha256=uIcqFwrg8_HzgEdq0xrCsaaWiBZqC8lO6d08CPSiBqI,579039
|
80
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png,sha256=5AU0oMB1SQjLEgA1qYDnGTV3P857rLMZBCMFhPHybcM,531251
|
81
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png,sha256=9IpYB8E7u6wuMm2KATZpt6Yal8xX2_I-5OVVqppJCkg,285190
|
82
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png,sha256=_k_hrArbqcuiDZHZg5ZzR2YI4IVU8pXyx4-4_pLlTIg,198453
|
83
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png,sha256=bzz5SCIEfsBLdpGmlnxRXOZ5bu0EdeaREwS4I65MtuE,59576
|
84
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status full 2024-12-15 at 20.01.57@2x.png,sha256=oTxMu86I5gGnKB7FfljjPWVcASHGDvmgHeuuPx_VJNM,321705
|
85
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png,sha256=ZxOLjXfICp-2fCOK2jy_jYW6jWB2dQXOBsO2BGauf9U,77547
|
86
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png,sha256=iLZhRSyUttfzIdkViYnBu6LmR5c-Une8RpnuYCOS0Cs,745568
|
87
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png,sha256=uO0cH0IexxGRzECA7OI-M-16ZyIM-p4AJzcKyARQ1jk,617853
|
88
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png,sha256=9gXIhZJMVozotlp6UfA741pw0_XP481Rw8-EC5yWPD4,294868
|
89
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png,sha256=jOysTMGhAQ-rHEhVNQk8EaKoG5f-b3TTmkAq_grJZYw,652459
|
90
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png,sha256=lGfCLTzcVSTOjfdPkn_eCagLWS0sb0QDMB6I9rX9NRk,705108
|
91
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_of_om_type_by_classification 2024-12-16 at 14.35.26@2x.png,sha256=8yptNIDnDTQG-ACu6u_CwQASIvkVdUAMa9EUaYXAWcg,838013
|
92
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png,sha256=ePI2dmqjsbB_2TLNpyRcNbm89B0M9PM4_vNKcZaLICk,246168
|
93
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png,sha256=ViqgnSsOCqh1ExOHQEtFMvx1uIRaMmqKqYdZY_QtlDo,540164
|
94
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png,sha256=Z_LtpNFjy4Kz39xtZ19jj3od6X-yVjXaZy6GY0-TK3k,602546
|
95
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png,sha256=VOCfpOcLMm3dDusZOu6YMrnR4yZj-LNErcUwyjuU5Q8,656330
|
96
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png,sha256=govdPHzmVaJZAW5E_pspoKD4QIWzAQqv_x58wMgd0XI,691634
|
97
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png,sha256=T5wzQIqd4FAg0SgfW_NCZa8cIY2P8ikcczcC3PRFsYM,439001
|
98
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png,sha256=VrgwuSExV9HJdvRJdYhn5fHbuFViaMT_nTxqDmZPhSs,562029
|
99
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png,sha256=UxJi7leizp2J94pcWq67f1WigIDUiUe3TBQGL_x75gQ,272486
|
100
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/valid_metadata_values 2024-12-16 at 15.31.56@2x.png,sha256=Kzxlj3kwFuY05eWDYUFumgmKd9PNmPxSA10o9aoCrkQ,276881
|
101
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png,sha256=eIfYcN2c93HboIa5Y4nu2TLov81jktEnx4lQTxUhfZs,554804
|
102
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png,sha256=3fKSh5-IrrjVQezeSNgVfwU-nJ4qUTw7Vysv0Wzleyo,721136
|
103
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png,sha256=0kqptIlkbIb1jKoMZJsV3UbMYAD1tjkSwy9XauJQQx4,233574
|
104
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png,sha256=vvLzbGkyDMUxHqayN8cHq5B99FTLD0vzrMVZhF50K70,177993
|
105
|
+
pyegeria/commands/doc/glossary/basic-glossary-tui.md,sha256=2HoFDMCbIZuh4sBA1xRuu7qHQPyGwWS-JNUm5XNZ8JE,5880
|
106
|
+
pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png,sha256=rppVqEwN1ZrSMzyXnsYqDl7fnPs0zTlE7PMmX4VUbQI,203332
|
107
|
+
pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png,sha256=tV0h6i1eRAbvAzye8iuWt0eJ14y1Crk9DovaJLGJCSA,299425
|
108
|
+
pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png,sha256=i_SJAW_CeM0fNfZ3fLrZAKdrE9LHG1zHHui86pejlkg,22826
|
109
|
+
pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png,sha256=Tp3Obg86JmsKIijn4lE_NBjX9v_C1AXPU0w0Qr3cSak,169412
|
110
|
+
pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png,sha256=OH-Lsh2wOP-6XoFOHc3aAKIRZcY9usvTzNFbfjhdVzU,28900
|
111
|
+
pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png,sha256=C8VHV3Dynig-ACrezeCK-24WqbKkK45U8cBbN54RQRY,36189
|
112
|
+
pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png,sha256=eN4Py_yZpr_t-OJatHk19eaxRiG_zy4l8KyC6uVwSF8,33081
|
113
|
+
pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png,sha256=kRVjgOyNkjohd8QCbilCPTZsbHSxv336RB7VXHym5AQ,68878
|
114
|
+
pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png,sha256=ysdvz0ODsggAzfRs1mCHZS-jmdunQtzZ-Jz6zx9r7Ic,29097
|
115
|
+
pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png,sha256=3rMNGH0QhBYTX0OflYuYG2i2mO_nWrKcaYGzE3UxXNc,67935
|
116
|
+
pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png,sha256=YRFBwHEhPI_xK-Jupe2IL1nH6_5Kd0dUWIjiSbJE8eg,122877
|
117
|
+
pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png,sha256=HAIJJyLKTeLMeCSGvjJak9303O5piR5loVnk2p1JUKg,134129
|
118
|
+
pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png,sha256=z0c5uSoVBGEuImth-Os6IcaMhrBB9K3Zvw6RcOCcQGI,362370
|
119
|
+
pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png,sha256=7kB9zMI3pJrdDyPzGB6tv_DnJYQ9yAE_46o1qYeNdDY,119825
|
120
|
+
pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png,sha256=XFPeag87Lc64_51l8LBqPygfu9DkFIq3w74s17QORwA,69516
|
121
|
+
pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png,sha256=g3DS_M_-AroHsAhrv6q9QA2H12heMwBJSQKuakymNhs,572895
|
122
|
+
pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png,sha256=AetX8syXEcNgJU4KfswtszGgwa_ZqHuvr2OK7raQhvU,458878
|
123
|
+
pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png,sha256=jkiZXJdyLKVTIbE1DN6PYRXUxjWL2OhRRZCNvD-ERvI,152048
|
124
|
+
pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png,sha256=ErmStmLjAt7_P0pjTtTEcJG3jAJnl3T81hvLpn2Cqdk,148814
|
125
|
+
pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png,sha256=bMUrif2PzSf6-3kklxLYJHOv1XbUmvd1b3lFjS57yPU,1404089
|
126
|
+
pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png,sha256=LXjTC-78ZCNOOw6YqMVJgvObE7qhlGVlBjvCXemoFeg,392288
|
127
|
+
pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png,sha256=IyfiLC543yzV2iNQZUXmwmXLotG9YgyH5MnyzderD2U,350348
|
128
|
+
pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png,sha256=Ujq62Q8L21CJF_Qct9-IPqhD-XFJEk0vorIhC584LrM,356348
|
129
|
+
pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png,sha256=XWu-313nOY0Q7bGSX1ZXFFj8HVarrIUhBrvJx5fvm5g,377005
|
130
|
+
pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png,sha256=zcwlwoTJzzdxy7XXdUWlFOU3E5rhoGvZ7r9rXukhDSY,282894
|
131
|
+
pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png,sha256=-V-28otVg74c5WpX5b6y8WUJ5bRhDxjNSuYAvXjRK_k,1554408
|
132
|
+
pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png,sha256=jHNtvykq5bnEKp28lFEdHGzUGL6RCEVbZprd90DDFdw,277815
|
133
|
+
pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png,sha256=xUX6Wxd7si8ScLDI2-5FozYK3vkwU5_x-1LpuRdLEpo,300316
|
134
|
+
pyegeria/commands/doc/glossary/images/tui-load-archive.png,sha256=VqI0ELwROkRCWAbVqAPVAq1mFU_WPviG1r3ztMHZEMs,1415244
|
135
|
+
pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png,sha256=9V6zT5DmyAB7CdfLepo0_vV3wAUDOTQy5pnAhIlOKd4,1499530
|
136
|
+
pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png,sha256=Bzxbm8I624xRbKh7nph5GYGB9jZ3D4S2fDtYSHVVlgs,464916
|
137
|
+
pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png,sha256=AAq9De5X-Qf_KPKZlHgaBk0nlSsc7Y3wra72L7vzvjs,326972
|
138
|
+
pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png,sha256=tLM_fX53WHDL3bALqvTugOsq_v-CcwaLQpJ0325gewE,347024
|
139
|
+
pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png,sha256=h0VE0ybRygOToKYnRplTwXcQlK4H7AzCySO7YEfkKuc,174761
|
140
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md,sha256=neHM4S3NSr7S4Nzv008P6r5H0smHjGW4YcXCDCmQuWg,19545
|
141
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png,sha256=7twshXV74tnBr5RWugLZCgijyOl55_ETIraH_X6DLv8,961218
|
142
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png,sha256=8lfyO8prtahjTqqT4Uk3HSICipBpf1ly2bXp00csRb8,314990
|
143
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png,sha256=Ri4xBHuYzsMrOpoq48-3UkfQNLm9coJxLT_LJGNIU80,745535
|
144
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png,sha256=J9g754NN27AOk_OYUPI4o0A7cM5oHUqO-P5sjUmBsxM,387071
|
145
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png,sha256=unjegB4XMrKsunJ9fM7LDheId6eZ5NK5bbXTh1S8Acc,961408
|
146
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-list 2024-11-12 at 16.45.26.png,sha256=BJ1oK6Ds-Flyz5G2ve_OXUjwzyCjvUM6BrdP3wvFs7c,571445
|
147
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-live 2024-11-12 at 16.44.12@2x.png,sha256=M8qFds2-WSXLaaOeyNXPhpx0OWXwvfHCzZwYdKRvTMk,572140
|
148
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status 2024-11-10 at 18.15.42@2x.png,sha256=6lNUyaasNqKENohRu_Q_NFQ9sz77pOO0256IZTPDvj4,152025
|
149
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status-full 2024-11-10 at 18.25.14@2x.png,sha256=i5I7-eS6khcPTJ9Yao9vnge9qVMCJ-DyBM8TLNoNsNY,458855
|
150
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png,sha256=FUD-X-Txiim98G0xtenKhXsMDXwbztiWrid1h3br4IU,125890
|
151
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png,sha256=WP7FdqD_tZ7m0W-7eer-YhvUA_9T5pVPm46Av6yuqNw,1213272
|
152
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png,sha256=dp_u0abblSpe-osElW0m_2dP36meeOYI_AXCna66DRE,987553
|
153
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-load-archive 2024-11-10 at 19.19.09@2x.png,sha256=VqI0ELwROkRCWAbVqAPVAq1mFU_WPviG1r3ztMHZEMs,1415244
|
154
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status 2024-11-10 at 18.52.01@2x.png,sha256=DXho3lr45D7honmcWlG-3_diQTlADCiKxf0wizmwH84,1577495
|
155
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png,sha256=9V6zT5DmyAB7CdfLepo0_vV3wAUDOTQy5pnAhIlOKd4,1499530
|
156
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png,sha256=EzuCQpKK-udRwnBv0Gj5LlCGVa0zLMWPmH1_uWpgnHk,917561
|
157
|
+
pyegeria/commands/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
|
158
|
+
pyegeria/commands/my/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
159
|
+
pyegeria/commands/my/list_my_profile.py,sha256=7oZ-rT1WuRSatlthJP_Qlvlgf66z3PetdLYsiqrYSko,5788
|
160
|
+
pyegeria/commands/my/list_my_roles.py,sha256=ItwkKgweF4NIx_5AqkHFTiNHZlXejCgfd0eq5KaehHE,5176
|
161
|
+
pyegeria/commands/my/monitor_my_todos.py,sha256=3XiUebwgkaVvwWL1Pn8xHxiMqfbJJFbqYt5UFit10gk,7068
|
162
|
+
pyegeria/commands/my/monitor_open_todos.py,sha256=cXgynoPs1-IRCGgxmenszNhQSZTlf5nRuY2M9kFHKZY,5907
|
163
|
+
pyegeria/commands/my/todo_actions.py,sha256=_yBcXUJoPQZOTauQPcXfosX69V1RYCF9FmkSgcl6B5M,8138
|
164
|
+
pyegeria/commands/ops/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
|
165
|
+
pyegeria/commands/ops/__init__.py,sha256=GyDGBYodxuJ-7k87z2farDs9vhR__RNrYeAe94HWGPM,764
|
166
|
+
pyegeria/commands/ops/gov_server_actions.py,sha256=zdawX-yfPFakc3Xf5V6j7e-csMbRLzJ-tdt_FkIhG34,5689
|
167
|
+
pyegeria/commands/ops/list_archives.py,sha256=FEZ2XYnQIWo2PztWqnj6unn0pbblPU0-bMbTyI3csv4,5464
|
168
|
+
pyegeria/commands/ops/list_catalog_targets.py,sha256=9DgHbPmUInWPjdEp98aQjfcZbDjs40ml0NQt9PG94y0,7688
|
169
|
+
pyegeria/commands/ops/load_archive.py,sha256=QI7SqxlsHQc8cnyemQMMG0_8LsM-mTqkPo-Vqn-6A38,2692
|
170
|
+
pyegeria/commands/ops/monitor_asset_events.py,sha256=B5GKzsAeLUbn_uBKLDWKlnNpX5AgAWNsIhRag4JYt-A,3868
|
171
|
+
pyegeria/commands/ops/monitor_engine_activity.py,sha256=8RX-3znYx-4oWsI8nGFwODkWZ5Fc4qPttam_twymcjs,9856
|
172
|
+
pyegeria/commands/ops/monitor_engine_activity_c.py,sha256=kuSNeq0YaD9w8kjyijPxp5L4oa7_68IhsU6sFl16SAg,10747
|
173
|
+
pyegeria/commands/ops/monitor_gov_eng_status.py,sha256=MijZMxdSpzJAr3-d3PlDJaIkIYKmabiWqEpzpNu5vEo,9856
|
174
|
+
pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=NLvVG0j_tAc_HYrrtGdEyMl2t03shoHDIRbBkr3vRJk,11464
|
175
|
+
pyegeria/commands/ops/monitor_platform_status.py,sha256=fpv8rZxdkcmbQ5SXQpGpqoY_nyqpT7NmOWQSll0cq8Q,7173
|
176
|
+
pyegeria/commands/ops/monitor_server_startup.py,sha256=0pwnhv761uuFHGJXVANa5RhQQPPTXFldJ45TfeT7qfk,3901
|
177
|
+
pyegeria/commands/ops/monitor_server_status.py,sha256=O7iixd-6jzaDO7QrK1JuXLdrDF291YvxLbgLUk3BYQs,6870
|
178
|
+
pyegeria/commands/ops/orig_monitor_server_list.py,sha256=Uhtn8lv7QVXJBi9DSR3Nelmz8TB0vOsat10nFS6Nu20,4637
|
179
|
+
pyegeria/commands/ops/orig_monitor_server_status.py,sha256=45lS8flHhBAnP7sRzYIXy1iFXVlFERxNAj_nOeYwWU0,4019
|
180
|
+
pyegeria/commands/ops/refresh_integration_daemon.py,sha256=WncX_E45Gq6xZF6Z_NlUXXVlrvDh549wRLAclTdCH7s,2962
|
181
|
+
pyegeria/commands/ops/restart_integration_daemon.py,sha256=b1vePu3MRRm2Jpr-Bh6chtyzx8rtuBjSQGEbSalJ6mc,2901
|
182
|
+
pyegeria/commands/ops/table_integ_daemon_status.py,sha256=to93SVOF9tlaG5FpSHV4vZwZQgVoKmj5n-wc3oVQLGU,8414
|
183
|
+
pyegeria/commands/ops/x_engine_actions.py,sha256=sjoyDJD2_0xQkE2tSlFdBxD2d9C3Nzcy9qi69dWC4Rw,2284
|
184
|
+
pyegeria/commands/tech/README.md,sha256=nxDnfr3BCiGgW5G1VxWxiwUWJXIe5wreNuUeRyIt_hY,1343
|
185
|
+
pyegeria/commands/tech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
186
|
+
pyegeria/commands/tech/get_element_info.py,sha256=Rauespy7ZfyKtLh_H8XWgYTpPijsqlUGm-zeb7KrG7k,4749
|
187
|
+
pyegeria/commands/tech/get_guid_info.py,sha256=HfwcGAFALFIpy4AJAgQHU__Fv1fjprh1G1xB5AjlZ80,4282
|
188
|
+
pyegeria/commands/tech/get_tech_details.py,sha256=BfW9cY9PDcAc_mM0maKll4Ezv-fzvJkK1714fxjG-Gk,6372
|
189
|
+
pyegeria/commands/tech/get_tech_type_template.py,sha256=rAEXd7DyHACKtZjRMObhtp0FKVgDPcdurSzc00sWPD4,6232
|
190
|
+
pyegeria/commands/tech/list_anchored_elements.py,sha256=R69X1WInIxKSw6xjf1wku4IkDRC19YMC50H1oCjHQDM,7555
|
191
|
+
pyegeria/commands/tech/list_asset_types.py,sha256=LG7e8yjewQ_SX8SjzEiEii_-hDvmAJKyLN8iDjbch50,4162
|
192
|
+
pyegeria/commands/tech/list_elements.py,sha256=vO4SPEhcKm0L5rHVr6r8KYX3sPazGJ78oWsO2wLcf2o,5998
|
193
|
+
pyegeria/commands/tech/list_elements_for_classification.py,sha256=oAge8RFz4z9H-jCE0fBDhS4AbIHqhQWBvZ4Dp7BZbfM,6194
|
194
|
+
pyegeria/commands/tech/list_elements_x.py,sha256=EUHCTZ9HsRGdoUWwQx7mtjKi8JfIzhl7q8L7Qu-iFM4,6614
|
195
|
+
pyegeria/commands/tech/list_gov_action_processes.py,sha256=AeS4E-DWrS2etsM6nuYD1En1J-7KeB_ZjyLTO9sy6KU,4580
|
196
|
+
pyegeria/commands/tech/list_registered_services.py,sha256=rlgHPgZC8T9RNagzKh4doYQ4GDpLqYHWRTlOKsSiAsM,6534
|
197
|
+
pyegeria/commands/tech/list_related_elements.py,sha256=mcOy3RIGpIdshcT1o4Tr7Ck-c1dmAC8yBUOF5GAFYrM,7755
|
198
|
+
pyegeria/commands/tech/list_related_specification.py,sha256=mWrKenXOskL4cl0DHjH2Z8M9-FJzjkzK62W-tsx3WDU,5918
|
199
|
+
pyegeria/commands/tech/list_relationship_types.py,sha256=PYVvAVmf43_yaT5k1dQAKnU-EfD40O8nM4rs79IYmQA,5784
|
200
|
+
pyegeria/commands/tech/list_relationships.py,sha256=GU5F5zPbuUiaqM5pnLDw1rYvx3DPi5XjPz2omBIL7Kw,5926
|
201
|
+
pyegeria/commands/tech/list_tech_templates.py,sha256=FIeYWnJY2bVUrfDQBJX2bpkp5cU7uPak52eJtB4vVu4,14146
|
202
|
+
pyegeria/commands/tech/list_valid_metadata_values.py,sha256=N3D0_BmREPszgde3uvvYdfzq7DJ46uMOv2t1vtncGsw,6333
|
203
|
+
pyegeria/commands/tech/table_tech_templates.py,sha256=8WlY4OJ6pOzNnuiMJvK3yy03YkB5K9w45c8c6wO2dPY,9496
|
204
|
+
pyegeria/commands/tech/x_list_related_elements.py,sha256=qBsf1619cecaMCTzG0MG22fAT32WNH2Z3CXrjo9z-5Y,5853
|
205
|
+
pyegeria/core_omag_server_config.py,sha256=ej0oNpGelSTTm2oERS86LpgT9O9E5CZFbUm2Iek8f1E,97764
|
206
|
+
pyegeria/create_tech_guid_lists.py,sha256=mI__-i9U01emyqQMdPK2miealwQNiZfB23iiFGmrH0g,4640
|
207
|
+
pyegeria/egeria_cat_client.py,sha256=NzwDbdi5OBHOOA7JzIQC5LqJJ7xtEwHA5yaKrGkDFnc,2022
|
208
|
+
pyegeria/egeria_client.py,sha256=tLVUCFv1mb12aX4WJCTezH1trE0dF3Oj5_zRzdlhyWY,3410
|
209
|
+
pyegeria/egeria_config_client.py,sha256=Zm31u4e7o8mXTV93qD0IHluQuG73jYbArPFqypjaMso,1328
|
210
|
+
pyegeria/egeria_my_client.py,sha256=XHwbFmSZXJClKDBFV8_fyK9CWaap2FndurRjywKPQiU,1549
|
211
|
+
pyegeria/egeria_tech_client.py,sha256=KMxo7Er6DNjXWPG_CVpWbNTOSJYhUSG4Vu_2GaFgG0s,2599
|
212
|
+
pyegeria/feedback_manager_omvs.py,sha256=B66e3ZCaC_dirb0mcb2Nz3PYh2ZKsoMAYNOb3euNiro,152931
|
213
|
+
pyegeria/full_omag_server_config.py,sha256=k3fUfopAFAE3OKkFR7zZPiki_FYj6j2xQ4oD2SVaefQ,47350
|
214
|
+
pyegeria/glossary_browser_omvs.py,sha256=NcitYaZJqwVODBO5zBtWpXPNUJJ3DKzEbRaOFSAyUlg,93554
|
215
|
+
pyegeria/glossary_manager_omvs.py,sha256=tBjoHrrHJLasXoeQSpW-KpF3vEQdN_GR3jfcceTjt_c,132444
|
216
|
+
pyegeria/mermaid_utilities.py,sha256=GXiS-subb5nJcDqlThZWX2T8WspU1neFfhf4TxRoMh4,8344
|
217
|
+
pyegeria/metadata_explorer_omvs.py,sha256=WwkFvAnDzJTw8dPos7j3wCG6gpQ0BjcMmYXl-ckjn28,88723
|
218
|
+
pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,34666
|
219
|
+
pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
|
220
|
+
pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE1Uw,67499
|
221
|
+
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
222
|
+
pyegeria/runtime_manager_omvs.py,sha256=ygrY5I_oSoJQun05W7wSNbZT_nOtPp_BkIKKFCLFpf8,79539
|
223
|
+
pyegeria/server_operations.py,sha256=PfH0wvWCOr43ezJAAXj7VEUdT0x_oTrfr0dzzQvcQk4,16766
|
224
|
+
pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-PjPqM,42425
|
225
|
+
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
226
|
+
pyegeria/valid_metadata_omvs.py,sha256=kmcyXBsu99L25r16w9xVXqU_KwADsGuft4yPDZzyUds,65032
|
227
|
+
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
228
|
+
pyegeria-5.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
229
|
+
pyegeria-5.2.dist-info/METADATA,sha256=pHeaQn1dE8MinanbAPa2VN3VZLJ5k1phU5-EB0dvMxg,2875
|
230
|
+
pyegeria-5.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
231
|
+
pyegeria-5.2.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
|
232
|
+
pyegeria-5.2.dist-info/RECORD,,
|
@@ -6,6 +6,7 @@ create_todo=pyegeria.commands.my.todo_actions:create_todo
|
|
6
6
|
delete_glossary=pyegeria.commands.cat.glossary_actions:delete_glossary
|
7
7
|
delete_term=pyegeria.commands.cat.glossary_actions:delete_term
|
8
8
|
delete_todo=pyegeria.commands.my.todo_actions:delete_todo
|
9
|
+
egeria_login=pyegeria.commands.cli.egeria_login_tui:login
|
9
10
|
export_terms_to_file=pyegeria.commands.cat.glossary_actions:export_terms
|
10
11
|
get_asset_graph=pyegeria.commands.cat.get_asset_graph:main
|
11
12
|
get_collection=pyegeria.commands.cat.get_collection:main
|
@@ -21,16 +22,17 @@ hey_egeria_cat=pyegeria.commands.cli.egeria_cat:cli
|
|
21
22
|
hey_egeria_my=pyegeria.commands.cli.egeria_my:cli
|
22
23
|
hey_egeria_ops=pyegeria.commands.cli.egeria_ops:cli
|
23
24
|
hey_egeria_tech=pyegeria.commands.cli.egeria_tech:cli
|
25
|
+
list_anchored_elements=pyegeria.commands.tech.list_anchored_elements:main
|
24
26
|
list_archives=pyegeria.commands.ops.list_archives:main
|
25
27
|
list_asset_types=pyegeria.commands.tech.list_asset_types:main
|
26
28
|
list_assets=pyegeria.commands.cat.list_assets:main
|
27
29
|
list_catalog_targets=pyegeria.commands.ops.list_catalog_targets:main
|
28
30
|
list_cert_types=pyegeria.commands.cat.list_cert_types:main
|
31
|
+
list_collections=pyegeria.commands.cat.list_collections:main
|
29
32
|
list_deployed_catalogs=pyegeria.commands.cat.list_deployed_catalogs:main
|
30
33
|
list_deployed_databases=pyegeria.commands.cat.list_deployed_databases:main
|
31
34
|
list_deployed_schemas=pyegeria.commands.cat.list_deployed_database_schemas:main
|
32
35
|
list_deployed_servers=pyegeria.commands.cat.list_servers_deployed_imp.py:main
|
33
|
-
list_element_graph=pyegeria.commands.tech.list_element_graph:main
|
34
36
|
list_elements=pyegeria.commands.tech.list_elements:main
|
35
37
|
list_elements_for_classification=pyegeria.commands.tech.list_elements_for_classification:main
|
36
38
|
list_engine_activity=pyegeria.commands.ops.monitor_engine_activity:main_paging
|
@@ -48,6 +50,7 @@ list_related_specification=pyegeria.commands.tech.list_related_specification:mai
|
|
48
50
|
list_relationship_types=pyegeria.commands.tech.list_relationship_types:main
|
49
51
|
list_relationships=pyegeria.commands.tech.list_relationships:main
|
50
52
|
list_tech_templates=pyegeria.commands.tech.list_tech_templates:main
|
53
|
+
list_tech_type_elements=pyegeria.commands.cat.list_tech_type_elements:main
|
51
54
|
list_tech_types=pyegeria.commands.cat.list_tech_types:main
|
52
55
|
list_terms=pyegeria.commands.cat.list_terms:main
|
53
56
|
list_todos=pyegeria.commands.cat.list_todos:main
|
@@ -1,99 +0,0 @@
|
|
1
|
-
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
|
2
|
-
<!-- Copyright Contributors to the Egeria project. -->
|
3
|
-
# Overview
|
4
|
-
|
5
|
-
# Command Line Interfaces
|
6
|
-
|
7
|
-
## hey_egeria
|
8
|
-
|
9
|
-
## hey_egeria_cat
|
10
|
-
|
11
|
-
## hey_egeria_my
|
12
|
-
|
13
|
-
## hey_egeria_ops
|
14
|
-
|
15
|
-
## hey_egeria_tech
|
16
|
-
|
17
|
-
# Command Reference
|
18
|
-
|
19
|
-
| Command | Purpose | Cat | My | Ops | Tech | python |
|
20
|
-
|------------------------------------|-----------------------------------------------------|-----|----|-----|------|--------|
|
21
|
-
| change_todo_status | Update a ToDo item status | | ✓ | | | |
|
22
|
-
| create_glossary | Create a new glossary | ✓ | | | | |
|
23
|
-
| create_term | Create a new term | ✓ | | | | |
|
24
|
-
| create_todo | Create a new ToDo item | | ✓ | | | |
|
25
|
-
| delete_glossary | Delete the specified glossary | ✓ | | | | |
|
26
|
-
| delete_term | Delete the specified term | ✓ | | | | |
|
27
|
-
| export_terms_to_file | Export the specified glossary | ✓ | | | | |
|
28
|
-
| get_asset_graph | Display a tree graph of information about an asset | ✓ | | | | |
|
29
|
-
| get_collection | Display a information about a collection | ✓ | | | | |
|
30
|
-
| get_element_graph | Return a table of elements and matching elements | | | | ✓ | |
|
31
|
-
| get_element_info | Display elements of a specific Open Metadata Type | | | | ✓ | |
|
32
|
-
| get_guid_info | Display information about GUID specified object | | | | ✓ | |
|
33
|
-
| get_project_dependencies | Show the dependencies of a project from a root | ✓ | | | | |
|
34
|
-
| get_project_structure | Show the organization structure of a project | ✓ | | | | |
|
35
|
-
| get_tech_details | Show details about a particular technology type | | | | ✓ | |
|
36
|
-
| get_tech_type_elements | Display elements of a specific technology type | ✓ | | | | |
|
37
|
-
| get_tech_type_template | Display the templates defined for a technology type | ✓ | | | | |
|
38
|
-
| hey_egeria | Textual User Interface for the pyegeria commands | | | | | |
|
39
|
-
| hey_egeria_cat | Textual User Interface for catalog use | | | | | |
|
40
|
-
| hey_egeria_my | Textual User Interface for personal use | | | | | |
|
41
|
-
| hey_egeria_ops | Textual User Interface for operations use | | | | | |
|
42
|
-
| hey_egeria_tech | Textual User Interface for technical use | | | | | |
|
43
|
-
| list_archives | Display the available archives known to Egeria | ✓ | | | | |
|
44
|
-
| list_asset_types | List the types of assets known to Egeria | | | | ✓ | |
|
45
|
-
| list_assets | Find and display assets in a domain | ✓ | | | | |
|
46
|
-
| list_catalog_targets | List the catalog target details for a connection | | | ✓ | | ✓ |
|
47
|
-
| list_cert_types | List certification types | ✓ | | | | |
|
48
|
-
| list_deployed_catalogs | List deployed catalogs | ✓ | | | | ✓ |
|
49
|
-
| list_deployed_databases | List deployed databases | ✓ | | | | ✓ |
|
50
|
-
| list_deployed_schemas | List deployed schemas | ✓ | | | | ✓ |
|
51
|
-
| list_deployed_servers | List deployed servers | ✓ | | | | |
|
52
|
-
| list_elements | Display table of Elements of an Open Metadata type | | | | ✓ | |
|
53
|
-
| list_elements_for_classification | List the elements of a classification | | | | ✓ | |
|
54
|
-
| list_engine_activity | List engine activity | | | ✓ | | |
|
55
|
-
| list_engine_activity_compressed | Compressed view of engine activity | | | ✓ | | ✓ |
|
56
|
-
| list_glossaries | List glossaries | ✓ | | | | ✓ |
|
57
|
-
| list_gov_action_processes | List governance action processes | | | | ✓ | |
|
58
|
-
| list_gov_eng_status | List the status of the governance engines | | | ✓ | | ✓ |
|
59
|
-
| list_integ_daemon_status | List status of an integration daemon server | | | ✓ | | ✓ |
|
60
|
-
| list_my_profile | List the details of the current user profile | | ✓ | | | |
|
61
|
-
| list_my_roles | List the roles of the current user | | ✓ | | | |
|
62
|
-
| list_projects | List projects filtered by search string | ✓ | | | | |
|
63
|
-
| list_registered_services | List all registered Egeria services | | | | ✓ | |
|
64
|
-
| list_related_elements | List elements related to a specific element | | | | ✓ | |
|
65
|
-
| list_related_specification | List details of related elements | | | | ✓ | |
|
66
|
-
| list_relationship_types | List types of relationships and their attributes | | | | ✓ | |
|
67
|
-
| list_relationships | List relationships for elements of a given type | ✓ | | | | |
|
68
|
-
| list_tech_templates | | | | | ✓ | |
|
69
|
-
| list_tech_types | | ✓ | | | | |
|
70
|
-
| list_terms | | ✓ | | | | ✓ |
|
71
|
-
| list_todos | | ✓ | | | | |
|
72
|
-
| list_user_ids | Display table of known user ids | ✓ | | | | |
|
73
|
-
| list_valid_metadata_values | | | | | ✓ | |
|
74
|
-
| load_archive | | | | ✓ | | |
|
75
|
-
| load_archive_tui | | | | ✓ | | |
|
76
|
-
| load_terms_from_file | | ✓ | | | | |
|
77
|
-
| mark_todo_complete | | | ✓ | | | |
|
78
|
-
| monitor_asset_events | | | | ✓ | | |
|
79
|
-
| monitor_coco_status | | | | ✓ | | |
|
80
|
-
| monitor_engine_activity | | | | ✓ | | |
|
81
|
-
| monitor_engine_activity_compressed | | | | ✓ | | |
|
82
|
-
| monitor_gov_eng_status | | | | ✓ | | |
|
83
|
-
| monitor_integ_daemon_status | | | | ✓ | | |
|
84
|
-
| monitor_my_todos | | | ✓ | | | |
|
85
|
-
| monitor_open_todos | | | ✓ | | | |
|
86
|
-
| monitor_platform_status | | | | ✓ | | |
|
87
|
-
| monitor_server_list | | | | ✓ | | |
|
88
|
-
| monitor_server_startup | | | | ✓ | | |
|
89
|
-
| monitor_server_status | | | | ✓ | | |
|
90
|
-
| reassign_todo | | | ✓ | | | |
|
91
|
-
| refresh_gov_eng_config | | | | ✓ | | |
|
92
|
-
| refresh_integration_daemon | | | | ✓ | | |
|
93
|
-
| restart_integration_daemon | | | | ✓ | | |
|
94
|
-
| start_daemon | | | | ✓ | | |
|
95
|
-
| stop_daemon | | | | ✓ | | |
|
96
|
-
|
97
|
-
----
|
98
|
-
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
|
99
|
-
Copyright Contributors to the Egeria project.
|