pyegeria 5.3.4.1__py3-none-any.whl → 5.3.4.3__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/.DS_Store +0 -0
- pyegeria/__init__.py +70 -68
- pyegeria/_client.py +8 -8
- pyegeria/_exceptions.py +55 -46
- pyegeria/_globals.py +0 -1
- pyegeria/_validators.py +5 -5
- pyegeria/asset_catalog_omvs.py +5 -4
- pyegeria/automated_curation_omvs.py +6 -2
- pyegeria/classification_manager_omvs.py +6 -4
- pyegeria/collection_manager_omvs.py +5 -5
- pyegeria/commands/.DS_Store +0 -0
- pyegeria/commands/__init__.py +13 -11
- pyegeria/commands/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
- pyegeria/commands/cat/__init__.py +1 -1
- pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_collections.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_tech_type_elements.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc +0 -0
- pyegeria/commands/cat/exp_list_glossaries.py +1 -2
- pyegeria/commands/cat/get_asset_graph.py +2 -2
- pyegeria/commands/cat/get_collection.py +4 -5
- pyegeria/commands/cat/get_project_dependencies.py +3 -5
- pyegeria/commands/cat/get_project_structure.py +3 -5
- pyegeria/commands/cat/get_tech_type_elements.py +11 -13
- pyegeria/commands/cat/glossary_actions.py +3 -4
- pyegeria/commands/cat/list_assets.py +7 -4
- pyegeria/commands/cat/list_cert_types.py +4 -4
- pyegeria/commands/cat/list_collections.py +1 -1
- pyegeria/commands/cat/list_deployed_catalogs.py +7 -6
- pyegeria/commands/cat/list_deployed_database_schemas.py +7 -6
- pyegeria/commands/cat/list_deployed_databases.py +7 -6
- pyegeria/commands/cat/list_glossaries.py +1 -1
- pyegeria/commands/cat/list_projects.py +3 -3
- pyegeria/commands/cat/list_servers_deployed_imp.py +1 -1
- pyegeria/commands/cat/list_tech_type_elements.py +1 -1
- pyegeria/commands/cat/list_tech_types.py +2 -2
- pyegeria/commands/cat/list_terms.py +2 -3
- pyegeria/commands/cat/list_todos.py +1 -1
- pyegeria/commands/cat/list_user_ids.py +7 -6
- pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/egeria_login_tui.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/egeria_ops.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc +0 -0
- pyegeria/commands/cli/egeria.py +77 -69
- pyegeria/commands/cli/egeria_cat.py +9 -16
- pyegeria/commands/cli/egeria_login_tui.py +12 -14
- pyegeria/commands/cli/egeria_my.py +3 -6
- pyegeria/commands/cli/egeria_ops.py +7 -9
- pyegeria/commands/cli/egeria_tech.py +48 -34
- pyegeria/commands/cli/ops_config.py +5 -4
- pyegeria/commands/doc/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store +0 -0
- pyegeria/commands/doc/glossary/.DS_Store +0 -0
- pyegeria/commands/doc/glossary/images/.DS_Store +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store +0 -0
- pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc +0 -0
- pyegeria/commands/my/list_my_profile.py +4 -4
- pyegeria/commands/my/list_my_roles.py +2 -2
- pyegeria/commands/my/monitor_my_todos.py +4 -4
- pyegeria/commands/my/monitor_open_todos.py +4 -4
- pyegeria/commands/my/todo_actions.py +1 -0
- pyegeria/commands/ops/__init__.py +1 -0
- pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/list_archives.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/gov_server_actions.py +3 -2
- pyegeria/commands/ops/list_archives.py +5 -4
- pyegeria/commands/ops/list_catalog_targets.py +2 -2
- pyegeria/commands/ops/load_archive.py +2 -0
- pyegeria/commands/ops/monitor_asset_events.py +6 -5
- pyegeria/commands/ops/monitor_engine_activity.py +1 -2
- pyegeria/commands/ops/monitor_engine_activity_c.py +2 -2
- pyegeria/commands/ops/monitor_gov_eng_status.py +1 -1
- pyegeria/commands/ops/monitor_integ_daemon_status.py +14 -8
- pyegeria/commands/ops/monitor_platform_status.py +2 -1
- pyegeria/commands/ops/monitor_server_startup.py +5 -5
- pyegeria/commands/ops/monitor_server_status.py +6 -4
- pyegeria/commands/ops/orig_monitor_server_status.py +1 -1
- pyegeria/commands/tech/.DS_Store +0 -0
- pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_tech_type_template.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_all_om_type_elements.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_all_om_type_elements_x.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_all_related_elements.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_anchored_elements.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_by_classification_by_property_value.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_by_property_value.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_by_property_value_x.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_for_classification.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_information_supply_chains.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_related_elements_with_prop_value.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_relationships.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_solution_blueprints.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_solution_components.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_solution_roles.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc +0 -0
- pyegeria/commands/tech/get_element_info.py +3 -5
- pyegeria/commands/tech/get_guid_info.py +2 -3
- pyegeria/commands/tech/get_tech_details.py +6 -7
- pyegeria/commands/tech/get_tech_type_template.py +2 -2
- pyegeria/commands/tech/list_all_om_type_elements.py +7 -6
- pyegeria/commands/tech/list_all_om_type_elements_x.py +8 -9
- pyegeria/commands/tech/list_all_related_elements.py +8 -6
- pyegeria/commands/tech/list_anchored_elements.py +2 -2
- pyegeria/commands/tech/list_asset_types.py +2 -2
- pyegeria/commands/tech/list_elements_by_classification_by_property_value.py +38 -24
- pyegeria/commands/tech/list_elements_by_property_value.py +26 -21
- pyegeria/commands/tech/list_elements_by_property_value_x.py +18 -13
- pyegeria/commands/tech/list_elements_for_classification.py +8 -6
- pyegeria/commands/tech/list_gov_action_processes.py +3 -4
- pyegeria/commands/tech/list_information_supply_chains.py +19 -24
- pyegeria/commands/tech/list_registered_services.py +1 -1
- pyegeria/commands/tech/list_related_elements_with_prop_value.py +27 -13
- pyegeria/commands/tech/list_related_specification.py +1 -1
- pyegeria/commands/tech/list_relationship_types.py +2 -3
- pyegeria/commands/tech/list_relationships.py +1 -1
- pyegeria/commands/tech/list_solution_blueprints.py +40 -37
- pyegeria/commands/tech/list_solution_components.py +49 -36
- pyegeria/commands/tech/list_solution_roles.py +44 -37
- pyegeria/commands/tech/list_tech_templates.py +1 -1
- pyegeria/commands/tech/list_valid_metadata_values.py +3 -4
- pyegeria/commands/tech/table_tech_templates.py +14 -11
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Automated Manufacturing Control.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Clinical Trial Management Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Employee Management Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Hazardous Material Management Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Inventory Management.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Personalized Medicine Order Fulfillment Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Sustainability Reporting Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/{{displayName}}.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Accounting ledgers.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Analyse Patient Data.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Assemble Treatment Assessment Report.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Certify Hospital.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Employee Expense Tool.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Goods Inventory.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Hazardous Materials (HazMat) Inventory.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Landing Area Folder.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Processes.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Landing Folder Cataloguer.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Nominate Hospital.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Onboard Hospital.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Populate Sandbox.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Set up Data Lake Folder.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Set up clinical trial.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Calculators.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Dashboards.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Operational Data Store (ODS).html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Assessment Report Validation and Delivery.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Efficacy Evidence.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Validation Sandbox.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Data Lake Folder.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Onboarding Pipeline.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-DEPOT-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-LAB-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-FACTORY-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/C-TRL-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/CAMP-CT:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/CAMP-MM:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/CertifiedDataEngineer.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialParticipatingHospital.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialParticipatingHospitalCoordinator.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialSponsor.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/Community Leader.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/CommunityMember.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/DIST-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-DEPOT-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-FACTORY-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/FIN-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOVERNANCE_LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:0.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:1.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:2.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:3.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:4.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:5.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:6.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:7.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/HR-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/IT-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/KC-DEPOT-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/KC-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/KC-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-LAB-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/MFG-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NY-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NY-LAB-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NY-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NY-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NewTreatmentDataScientist.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NewTreatmentResearcher.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-001:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-002:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-003:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/RES-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SALES-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SUSTAINABILITY-LEAD.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SUSTAINABILITY-TECH-LEAD.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityChampion.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityExecutive.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityLeader.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0001.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0002.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0003.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0004.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0005.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0006.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0007.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0008.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0009.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0010.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0011.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0012.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0013.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0014.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0015.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0016.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0017.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0018.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0019.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0020.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0021.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0022.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0023.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0024.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:2343.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:2373.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:3067.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:3082.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4051.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4302.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4332.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:5656.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:6788.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:6877.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:7432.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9657.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9992.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9993.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9994.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9995.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9996.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9997.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9998.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9999.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0001.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0002.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0003.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0004.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0005.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0006.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0007.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0008.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0009.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0010.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0011.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0012.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0013.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0014.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0015.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0016.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0017.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0018.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0019.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0020.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0021.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0022.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0023.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0024.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:2343.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:2373.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:3067.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:3082.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4051.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4302.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4332.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:5656.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:6788.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:6877.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:7432.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9657.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9992.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9993.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9994.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9995.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9996.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9997.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9998.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9999.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-DEPOT-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-FACTORY-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Clinical Trial Subject Onboarding.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Clinical Trial Treatment Validation.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Employee Expense Payment.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/New Drug Product Information Distribution.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/New Employee Onboarding.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Personalized Treatment Ordering.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Physical Inventory Tracking.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Sustainability Reporting.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/{{displayName}}.html +1 -1
- pyegeria/commands/tech/x_list_related_elements.py +4 -2
- pyegeria/core_omag_server_config.py +1 -1
- pyegeria/create_tech_guid_lists.py +3 -1
- pyegeria/egeria_cat_client.py +5 -8
- pyegeria/egeria_client.py +17 -20
- pyegeria/egeria_config_client.py +2 -1
- pyegeria/egeria_my_client.py +4 -4
- pyegeria/egeria_tech_client.py +29 -20
- pyegeria/full_omag_server_config.py +5 -3
- pyegeria/glossary_browser_omvs.py +2 -5
- pyegeria/glossary_manager_omvs.py +4 -7
- pyegeria/mermaid_utilities.py +13 -11
- pyegeria/metadata_explorer_omvs.py +4 -5
- pyegeria/my_profile_omvs.py +2 -1
- pyegeria/platform_services.py +4 -4
- pyegeria/project_manager_omvs.py +2 -4
- pyegeria/runtime_manager_omvs.py +5 -8
- pyegeria/server_operations.py +1 -1
- pyegeria/solution_architect_omvs.py +136 -120
- pyegeria/template_manager_omvs.py +4 -9
- pyegeria/utils.py +3 -1
- pyegeria/valid_metadata_omvs.py +1 -0
- pyegeria/x_action_author_omvs.py +2 -5
- {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/METADATA +1 -1
- pyegeria-5.3.4.3.dist-info/RECORD +522 -0
- {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/entry_points.txt +0 -1
- pyegeria/commands/cat/link-check.py +0 -185
- pyegeria-5.3.4.1.dist-info/RECORD +0 -437
- {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/WHEEL +0 -0
pyegeria/commands/cli/egeria.py
CHANGED
@@ -15,65 +15,58 @@ import sys
|
|
15
15
|
import click
|
16
16
|
from trogon import tui
|
17
17
|
|
18
|
-
from pyegeria.commands.cli.egeria_login_tui import login
|
19
18
|
from pyegeria.commands.cat.get_asset_graph import asset_viewer
|
20
19
|
from pyegeria.commands.cat.get_collection import collection_viewer
|
21
20
|
from pyegeria.commands.cat.get_project_dependencies import project_dependency_viewer
|
22
21
|
from pyegeria.commands.cat.get_project_structure import project_structure_viewer
|
23
22
|
from pyegeria.commands.cat.get_tech_type_elements import tech_viewer
|
24
|
-
from pyegeria.commands.cat.
|
25
|
-
|
26
|
-
|
23
|
+
from pyegeria.commands.cat.glossary_actions import (
|
24
|
+
create_glossary,
|
25
|
+
create_term,
|
26
|
+
delete_glossary,
|
27
|
+
delete_term,
|
28
|
+
export_terms,
|
29
|
+
import_terms,
|
30
|
+
)
|
27
31
|
from pyegeria.commands.cat.list_assets import display_assets
|
28
32
|
from pyegeria.commands.cat.list_cert_types import display_certifications
|
29
|
-
from pyegeria.commands.cat.
|
33
|
+
from pyegeria.commands.cat.list_collections import display_collections
|
34
|
+
from pyegeria.commands.cat.list_deployed_catalogs import list_deployed_catalogs
|
35
|
+
from pyegeria.commands.cat.list_deployed_database_schemas import (
|
36
|
+
list_deployed_database_schemas,
|
37
|
+
)
|
38
|
+
from pyegeria.commands.cat.list_deployed_databases import list_deployed_databases
|
39
|
+
from pyegeria.commands.cat.list_glossaries import display_glossaries
|
30
40
|
from pyegeria.commands.cat.list_projects import display_project_list
|
31
|
-
from pyegeria.commands.
|
32
|
-
from pyegeria.commands.
|
41
|
+
from pyegeria.commands.cat.list_servers_deployed_imp import display_servers_by_dep_imp
|
42
|
+
from pyegeria.commands.cat.list_tech_type_elements import list_tech_elements
|
33
43
|
from pyegeria.commands.cat.list_tech_types import display_tech_types
|
44
|
+
from pyegeria.commands.cat.list_terms import display_glossary_terms
|
34
45
|
from pyegeria.commands.cat.list_todos import display_to_dos as list_todos
|
35
46
|
from pyegeria.commands.cat.list_user_ids import list_user_ids
|
36
|
-
from pyegeria.commands.
|
37
|
-
from pyegeria.commands.
|
47
|
+
from pyegeria.commands.cli.egeria_login_tui import login
|
48
|
+
from pyegeria.commands.cli.egeria_ops import show_server
|
38
49
|
from pyegeria.commands.cli.ops_config import Config
|
39
50
|
from pyegeria.commands.my.list_my_profile import display_my_profile
|
40
51
|
from pyegeria.commands.my.list_my_roles import display_my_roles
|
41
52
|
from pyegeria.commands.my.monitor_my_todos import display_my_todos
|
42
53
|
from pyegeria.commands.my.monitor_open_todos import display_todos
|
43
|
-
from pyegeria.commands.cat.list_deployed_database_schemas import (
|
44
|
-
list_deployed_database_schemas,
|
45
|
-
)
|
46
|
-
from pyegeria.commands.cat.list_collections import display_collections
|
47
|
-
from pyegeria.commands.cat.list_deployed_catalogs import list_deployed_catalogs
|
48
|
-
from pyegeria.commands.cat.list_deployed_databases import list_deployed_databases
|
49
|
-
from pyegeria.commands.cat.glossary_actions import (
|
50
|
-
create_glossary,
|
51
|
-
delete_glossary,
|
52
|
-
create_term,
|
53
|
-
import_terms,
|
54
|
-
delete_term,
|
55
|
-
export_terms,
|
56
|
-
)
|
57
|
-
from pyegeria.commands.cat.list_glossaries import display_glossaries
|
58
|
-
|
59
|
-
|
60
54
|
from pyegeria.commands.my.todo_actions import (
|
61
|
-
mark_todo_complete,
|
62
55
|
change_todo_status,
|
63
|
-
reassign_todo,
|
64
|
-
delete_todo,
|
65
56
|
create_todo,
|
57
|
+
delete_todo,
|
58
|
+
mark_todo_complete,
|
59
|
+
reassign_todo,
|
66
60
|
)
|
67
|
-
|
68
|
-
|
69
61
|
from pyegeria.commands.ops.gov_server_actions import (
|
70
62
|
add_catalog_target,
|
71
|
-
remove_catalog_target,
|
72
|
-
update_catalog_target,
|
73
63
|
refresh_gov_eng_config,
|
74
|
-
|
64
|
+
remove_catalog_target,
|
75
65
|
start_server,
|
66
|
+
stop_server,
|
67
|
+
update_catalog_target,
|
76
68
|
)
|
69
|
+
from pyegeria.commands.ops.list_archives import display_archive_list
|
77
70
|
from pyegeria.commands.ops.list_catalog_targets import display_catalog_targets
|
78
71
|
from pyegeria.commands.ops.load_archive import load_archive
|
79
72
|
from pyegeria.commands.ops.monitor_engine_activity import display_engine_activity
|
@@ -85,44 +78,49 @@ from pyegeria.commands.ops.monitor_integ_daemon_status import (
|
|
85
78
|
from pyegeria.commands.ops.monitor_platform_status import (
|
86
79
|
display_status as p_display_status,
|
87
80
|
)
|
81
|
+
from pyegeria.commands.ops.monitor_server_startup import display_startup_status
|
88
82
|
from pyegeria.commands.ops.monitor_server_status import (
|
89
83
|
display_status as s_display_status,
|
90
84
|
)
|
91
85
|
from pyegeria.commands.ops.refresh_integration_daemon import refresh_connector
|
92
86
|
from pyegeria.commands.ops.restart_integration_daemon import restart_connector
|
93
|
-
from pyegeria.commands.ops.monitor_server_startup import display_startup_status
|
94
|
-
|
95
87
|
from pyegeria.commands.tech.get_element_info import display_elements
|
96
88
|
from pyegeria.commands.tech.get_guid_info import display_guid
|
97
89
|
from pyegeria.commands.tech.get_tech_details import tech_details_viewer
|
90
|
+
from pyegeria.commands.tech.get_tech_type_template import template_viewer
|
91
|
+
from pyegeria.commands.tech.list_all_om_type_elements import list_elements
|
92
|
+
from pyegeria.commands.tech.list_all_om_type_elements_x import list_elements_x
|
93
|
+
from pyegeria.commands.tech.list_all_related_elements import list_related_elements
|
94
|
+
from pyegeria.commands.tech.list_anchored_elements import display_anchored_elements
|
98
95
|
from pyegeria.commands.tech.list_asset_types import display_asset_types
|
96
|
+
from pyegeria.commands.tech.list_elements_by_classification_by_property_value import (
|
97
|
+
find_elements_by_classification_by_prop_value,
|
98
|
+
)
|
99
|
+
from pyegeria.commands.tech.list_elements_by_property_value import (
|
100
|
+
find_elements_by_prop_value,
|
101
|
+
)
|
102
|
+
from pyegeria.commands.tech.list_elements_by_property_value_x import (
|
103
|
+
find_elements_by_prop_value_x,
|
104
|
+
)
|
99
105
|
from pyegeria.commands.tech.list_elements_for_classification import (
|
100
106
|
list_classified_elements,
|
101
107
|
)
|
102
|
-
from pyegeria.commands.tech.
|
103
|
-
from pyegeria.commands.tech.
|
104
|
-
from pyegeria.commands.tech.list_elements_by_classification_by_property_value import find_elements_by_classification_by_prop_value
|
105
|
-
from pyegeria.commands.tech.list_elements_by_property_value import find_elements_by_prop_value
|
106
|
-
from pyegeria.commands.tech.list_elements_by_property_value_x import find_elements_by_prop_value_x
|
107
|
-
from pyegeria.commands.tech.list_related_elements_with_prop_value import list_related_elements_with_prop_value
|
108
|
-
|
109
|
-
|
108
|
+
from pyegeria.commands.tech.list_gov_action_processes import display_gov_processes
|
109
|
+
from pyegeria.commands.tech.list_information_supply_chains import supply_chain_viewer
|
110
110
|
from pyegeria.commands.tech.list_registered_services import display_registered_svcs
|
111
|
+
from pyegeria.commands.tech.list_related_elements_with_prop_value import (
|
112
|
+
list_related_elements_with_prop_value,
|
113
|
+
)
|
111
114
|
from pyegeria.commands.tech.list_related_specification import (
|
112
115
|
display_related_specification,
|
113
116
|
)
|
114
|
-
from pyegeria.commands.tech.list_all_related_elements import list_related_elements
|
115
|
-
|
116
117
|
from pyegeria.commands.tech.list_relationship_types import display_relationship_types
|
117
|
-
from pyegeria.commands.tech.
|
118
|
-
from pyegeria.commands.tech.list_valid_metadata_values import display_metadata_values
|
119
|
-
from pyegeria.commands.tech.list_gov_action_processes import display_gov_processes
|
120
|
-
|
121
|
-
from pyegeria.commands.tech.list_information_supply_chains import supply_chain_viewer
|
122
|
-
from pyegeria.commands.tech.list_solution_roles import solution_role_list
|
118
|
+
from pyegeria.commands.tech.list_relationships import list_relationships
|
123
119
|
from pyegeria.commands.tech.list_solution_blueprints import blueprint_list
|
124
120
|
from pyegeria.commands.tech.list_solution_components import solution_component_list
|
125
|
-
|
121
|
+
from pyegeria.commands.tech.list_solution_roles import solution_role_list
|
122
|
+
from pyegeria.commands.tech.list_tech_templates import display_templates_spec
|
123
|
+
from pyegeria.commands.tech.list_valid_metadata_values import display_metadata_values
|
126
124
|
|
127
125
|
|
128
126
|
@tui()
|
@@ -378,11 +376,13 @@ def show_tech_type(ctx):
|
|
378
376
|
def show_elements(ctx):
|
379
377
|
"""Show information about Egeria elements"""
|
380
378
|
|
379
|
+
|
381
380
|
@show_tech.group("supply-chains")
|
382
381
|
@click.pass_context
|
383
382
|
def show_supply_chains(ctx):
|
384
383
|
"""Show information about Information Supply Chainss"""
|
385
384
|
|
385
|
+
|
386
386
|
@show_elements.command("guid-info")
|
387
387
|
@click.argument("guid", nargs=1)
|
388
388
|
@click.pass_context
|
@@ -421,7 +421,7 @@ def list_anchored_elements(ctx, property_value: str, prop_list: str):
|
|
421
421
|
sys.exit(4)
|
422
422
|
display_anchored_elements(
|
423
423
|
property_value,
|
424
|
-
[
|
424
|
+
[property_names],
|
425
425
|
c.view_server,
|
426
426
|
c.view_server_url,
|
427
427
|
c.userid,
|
@@ -431,6 +431,7 @@ def list_anchored_elements(ctx, property_value: str, prop_list: str):
|
|
431
431
|
c.width,
|
432
432
|
)
|
433
433
|
|
434
|
+
|
434
435
|
@show_elements.command("elements-by-classification")
|
435
436
|
@click.option(
|
436
437
|
"--om-type",
|
@@ -457,12 +458,13 @@ def show_elements_by_classification(ctx, om_type, classification):
|
|
457
458
|
c.width,
|
458
459
|
)
|
459
460
|
|
461
|
+
|
460
462
|
@show_elements.command("elements-by-classification-by-prop-value")
|
461
463
|
@click.option(
|
462
464
|
"--classification",
|
463
465
|
default="GovernanceProject",
|
464
466
|
help="Classification to filter by",
|
465
|
-
|
467
|
+
)
|
466
468
|
@click.option(
|
467
469
|
"--property_value",
|
468
470
|
help="Property value to filter by",
|
@@ -477,7 +479,9 @@ def show_elements_by_classification(ctx, om_type, classification):
|
|
477
479
|
help="Open Metadata type to filter by",
|
478
480
|
)
|
479
481
|
@click.pass_context
|
480
|
-
def show_elements_by_classification_by_prop(
|
482
|
+
def show_elements_by_classification_by_prop(
|
483
|
+
ctx, classification, property_value, property_names, om_type
|
484
|
+
):
|
481
485
|
"""Show elements by classification and property value"""
|
482
486
|
c = ctx.obj
|
483
487
|
find_elements_by_classification_by_prop_value(
|
@@ -493,6 +497,7 @@ def show_elements_by_classification_by_prop(ctx, classification, property_value
|
|
493
497
|
c.width,
|
494
498
|
)
|
495
499
|
|
500
|
+
|
496
501
|
@show_elements.command("elements-by-prop-value")
|
497
502
|
@click.option(
|
498
503
|
"--property_value",
|
@@ -514,7 +519,9 @@ def show_elements_by_classification_by_prop(ctx, classification, property_value
|
|
514
519
|
help="If True, feedback information is displayed",
|
515
520
|
)
|
516
521
|
@click.pass_context
|
517
|
-
def show_elements_by_classification_by_prop(
|
522
|
+
def show_elements_by_classification_by_prop(
|
523
|
+
ctx, property_value, property_names, om_type, extended
|
524
|
+
):
|
518
525
|
"""Show elements by classification and property value"""
|
519
526
|
c = ctx.obj
|
520
527
|
if extended:
|
@@ -540,7 +547,8 @@ def show_elements_by_classification_by_prop(ctx,property_value, property_names,
|
|
540
547
|
c.password,
|
541
548
|
c.jupyter,
|
542
549
|
c.width,
|
543
|
-
|
550
|
+
)
|
551
|
+
|
544
552
|
|
545
553
|
@show_elements.command("related-elements")
|
546
554
|
@click.option(
|
@@ -597,9 +605,10 @@ def show_related_elements(ctx, element_guid, om_type, rel_type):
|
|
597
605
|
default="Referenceable",
|
598
606
|
help="Open metadata type to filter by.",
|
599
607
|
)
|
600
|
-
|
601
608
|
@click.pass_context
|
602
|
-
def show_related_elements(
|
609
|
+
def show_related_elements(
|
610
|
+
ctx, element_guid, rel_type, property_value, property_names, om_type
|
611
|
+
):
|
603
612
|
"""Show elements related to specified guid and property value"""
|
604
613
|
c = ctx.obj
|
605
614
|
list_related_elements_with_prop_value(
|
@@ -755,9 +764,6 @@ def show_relationship_types(ctx, om_type):
|
|
755
764
|
)
|
756
765
|
|
757
766
|
|
758
|
-
|
759
|
-
|
760
|
-
|
761
767
|
@show_tech_type.command("template-spec")
|
762
768
|
@click.pass_context
|
763
769
|
@click.option(
|
@@ -856,7 +862,7 @@ def list_all_om_type_elements(ctx, om_type, extended):
|
|
856
862
|
c.userid,
|
857
863
|
c.password,
|
858
864
|
c.jupyter,
|
859
|
-
c.width
|
865
|
+
c.width,
|
860
866
|
)
|
861
867
|
else:
|
862
868
|
list_elements(
|
@@ -866,7 +872,7 @@ def list_all_om_type_elements(ctx, om_type, extended):
|
|
866
872
|
c.userid,
|
867
873
|
c.password,
|
868
874
|
c.jupyter,
|
869
|
-
c.width
|
875
|
+
c.width,
|
870
876
|
)
|
871
877
|
|
872
878
|
|
@@ -936,13 +942,14 @@ def list_blueprints(ctx, search_string):
|
|
936
942
|
c.width,
|
937
943
|
)
|
938
944
|
|
945
|
+
|
939
946
|
@show_supply_chains.command("solution-roles")
|
940
947
|
@click.option("--search-string", default="*", help="Search string")
|
941
948
|
@click.pass_context
|
942
949
|
def list_solution_roles(ctx, search_string):
|
943
950
|
"""Display solution roles"""
|
944
951
|
c = ctx.obj
|
945
|
-
|
952
|
+
solution_role_list(
|
946
953
|
search_string,
|
947
954
|
c.view_server,
|
948
955
|
c.view_server_url,
|
@@ -952,6 +959,7 @@ def list_solution_roles(ctx, search_string):
|
|
952
959
|
c.width,
|
953
960
|
)
|
954
961
|
|
962
|
+
|
955
963
|
@show_supply_chains.command("solution-components")
|
956
964
|
@click.option("--search-string", default="*", help="Search string")
|
957
965
|
@click.pass_context
|
@@ -1608,7 +1616,6 @@ def show_user_ids(ctx):
|
|
1608
1616
|
)
|
1609
1617
|
|
1610
1618
|
|
1611
|
-
|
1612
1619
|
@deployed_data.command("deployed-servers")
|
1613
1620
|
@click.option(
|
1614
1621
|
"--search-string",
|
@@ -1734,6 +1741,7 @@ def show_ops(ctx):
|
|
1734
1741
|
"""Display an Egeria Object"""
|
1735
1742
|
pass
|
1736
1743
|
|
1744
|
+
|
1737
1745
|
@show_ops.group("repository")
|
1738
1746
|
@click.pass_context
|
1739
1747
|
def show_repo(ctx):
|
@@ -1744,7 +1752,7 @@ def show_repo(ctx):
|
|
1744
1752
|
@show_repo.command("archives")
|
1745
1753
|
@click.pass_context
|
1746
1754
|
def show_archives(ctx):
|
1747
|
-
c= ctx.obj
|
1755
|
+
c = ctx.obj
|
1748
1756
|
display_archive_list(
|
1749
1757
|
c.view_server,
|
1750
1758
|
c.view_server_url,
|
@@ -1755,6 +1763,7 @@ def show_archives(ctx):
|
|
1755
1763
|
c.width,
|
1756
1764
|
)
|
1757
1765
|
|
1766
|
+
|
1758
1767
|
@show_ops.group("platforms")
|
1759
1768
|
@click.pass_context
|
1760
1769
|
def show_platform(ctx):
|
@@ -1832,7 +1841,6 @@ def engine_host(ctx):
|
|
1832
1841
|
@click.option(
|
1833
1842
|
"--list", is_flag=True, default=False, help="If True, a paged list will be shown"
|
1834
1843
|
)
|
1835
|
-
|
1836
1844
|
@click.pass_context
|
1837
1845
|
def gov_eng_status(ctx, engine_list, list):
|
1838
1846
|
"""Display engine-host status information"""
|
@@ -19,38 +19,36 @@ from pyegeria.commands.cat.get_collection import collection_viewer
|
|
19
19
|
from pyegeria.commands.cat.get_project_dependencies import project_dependency_viewer
|
20
20
|
from pyegeria.commands.cat.get_project_structure import project_structure_viewer
|
21
21
|
from pyegeria.commands.cat.get_tech_type_elements import tech_viewer
|
22
|
-
from pyegeria.commands.cat.list_tech_type_elements import list_tech_elements
|
23
22
|
from pyegeria.commands.cat.glossary_actions import (
|
24
23
|
create_glossary,
|
25
|
-
delete_glossary,
|
26
24
|
create_term,
|
25
|
+
delete_glossary,
|
27
26
|
delete_term,
|
28
|
-
import_terms,
|
29
27
|
export_terms,
|
28
|
+
import_terms,
|
30
29
|
)
|
31
|
-
from pyegeria.commands.cat.list_servers_deployed_imp import display_servers_by_dep_imp
|
32
|
-
from pyegeria.commands.cat.list_glossaries import display_glossaries
|
33
30
|
from pyegeria.commands.cat.list_assets import display_assets
|
34
31
|
from pyegeria.commands.cat.list_cert_types import display_certifications
|
32
|
+
from pyegeria.commands.cat.list_collections import display_collections
|
35
33
|
from pyegeria.commands.cat.list_deployed_catalogs import list_deployed_catalogs
|
36
34
|
from pyegeria.commands.cat.list_deployed_database_schemas import (
|
37
35
|
list_deployed_database_schemas,
|
38
36
|
)
|
39
37
|
from pyegeria.commands.cat.list_deployed_databases import list_deployed_databases
|
40
|
-
from pyegeria.commands.cat.
|
38
|
+
from pyegeria.commands.cat.list_glossaries import display_glossaries
|
41
39
|
from pyegeria.commands.cat.list_projects import display_project_list
|
40
|
+
from pyegeria.commands.cat.list_servers_deployed_imp import display_servers_by_dep_imp
|
41
|
+
from pyegeria.commands.cat.list_tech_type_elements import list_tech_elements
|
42
42
|
from pyegeria.commands.cat.list_tech_types import display_tech_types
|
43
|
+
from pyegeria.commands.cat.list_terms import display_glossary_terms
|
43
44
|
from pyegeria.commands.cat.list_todos import display_to_dos as list_todos
|
44
45
|
from pyegeria.commands.cat.list_user_ids import list_user_ids
|
45
|
-
from pyegeria.commands.cat.list_collections import display_collections
|
46
|
-
|
47
|
-
|
48
46
|
from pyegeria.commands.cli.ops_config import Config
|
49
47
|
from pyegeria.commands.my.todo_actions import (
|
48
|
+
create_todo,
|
49
|
+
delete_todo,
|
50
50
|
mark_todo_complete,
|
51
51
|
reassign_todo,
|
52
|
-
delete_todo,
|
53
|
-
create_todo,
|
54
52
|
)
|
55
53
|
from pyegeria.commands.tech.list_asset_types import display_asset_types
|
56
54
|
|
@@ -143,7 +141,6 @@ from pyegeria.commands.tech.list_asset_types import display_asset_types
|
|
143
141
|
default=os.environ.get("EGERIA_GLOSSARY_PATH", "/home/jovyan/loading-bay/glossary"),
|
144
142
|
help="Path to glossary import/export files",
|
145
143
|
)
|
146
|
-
|
147
144
|
@click.pass_context
|
148
145
|
def cli(
|
149
146
|
ctx,
|
@@ -164,7 +161,6 @@ def cli(
|
|
164
161
|
width,
|
165
162
|
home_glossary_guid,
|
166
163
|
glossary_path,
|
167
|
-
|
168
164
|
):
|
169
165
|
"""An Egeria Command Line interface for Operations"""
|
170
166
|
ctx.obj = Config(
|
@@ -631,8 +627,5 @@ tell_todo.add_command(delete_todo)
|
|
631
627
|
tell_todo.add_command(create_todo)
|
632
628
|
|
633
629
|
|
634
|
-
|
635
|
-
|
636
|
-
|
637
630
|
if __name__ == "__main__":
|
638
631
|
cli()
|
@@ -9,34 +9,32 @@ Peter Coldicott
|
|
9
9
|
|
10
10
|
import os
|
11
11
|
from os import system
|
12
|
-
import
|
13
|
-
from textual.reactive import Reactive
|
12
|
+
from typing import Any
|
14
13
|
|
14
|
+
import click
|
15
|
+
from textual import on, work
|
15
16
|
from textual.app import App, ComposeResult
|
16
17
|
from textual.containers import (
|
17
18
|
Container,
|
18
|
-
Vertical,
|
19
19
|
HorizontalScroll,
|
20
|
-
VerticalScroll,
|
21
20
|
ScrollableContainer,
|
21
|
+
Vertical,
|
22
|
+
VerticalScroll,
|
22
23
|
)
|
23
|
-
from textual import
|
24
|
+
from textual.reactive import Reactive
|
24
25
|
from textual.screen import ModalScreen, Screen
|
25
26
|
from textual.widgets import (
|
26
|
-
Input,
|
27
|
-
Static,
|
28
27
|
Button,
|
29
|
-
RichLog,
|
30
|
-
Label,
|
31
|
-
Tree,
|
32
|
-
Footer,
|
33
28
|
DataTable,
|
29
|
+
Footer,
|
34
30
|
Header,
|
31
|
+
Input,
|
32
|
+
Label,
|
33
|
+
RichLog,
|
34
|
+
Static,
|
35
|
+
Tree,
|
35
36
|
)
|
36
37
|
|
37
|
-
from typing import Any
|
38
|
-
|
39
|
-
|
40
38
|
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
41
39
|
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
42
40
|
EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
@@ -15,20 +15,18 @@ import click
|
|
15
15
|
from trogon import tui
|
16
16
|
|
17
17
|
from pyegeria.commands.cli.ops_config import Config
|
18
|
-
|
19
|
-
from pyegeria.commands.my.monitor_open_todos import display_todos
|
20
|
-
from pyegeria.commands.my.monitor_my_todos import display_my_todos
|
21
18
|
from pyegeria.commands.my.list_my_profile import display_my_profile
|
22
19
|
from pyegeria.commands.my.list_my_roles import display_my_roles
|
20
|
+
from pyegeria.commands.my.monitor_my_todos import display_my_todos
|
21
|
+
from pyegeria.commands.my.monitor_open_todos import display_todos
|
23
22
|
from pyegeria.commands.my.todo_actions import (
|
23
|
+
change_todo_status,
|
24
24
|
create_todo,
|
25
25
|
delete_todo,
|
26
|
-
change_todo_status,
|
27
26
|
mark_todo_complete,
|
28
27
|
reassign_todo,
|
29
28
|
)
|
30
29
|
|
31
|
-
|
32
30
|
# class Config(object):
|
33
31
|
# def __init__(self, server: str = None, url: str = None, userid:str = None, password:str = None,
|
34
32
|
# timeout:int = 30, paging: bool = False):
|
@@ -129,7 +127,6 @@ from pyegeria.commands.my.todo_actions import (
|
|
129
127
|
default=os.environ.get("EGERIA_GLOSSARY_PATH", "/home/jovyan/loading-bay/glossary"),
|
130
128
|
help="Path to glossary import/export files",
|
131
129
|
)
|
132
|
-
|
133
130
|
@click.pass_context
|
134
131
|
def cli(
|
135
132
|
ctx,
|
@@ -16,15 +16,15 @@ from trogon import tui
|
|
16
16
|
|
17
17
|
# from pyegeria import ServerOps
|
18
18
|
from pyegeria.commands.cli.ops_config import Config
|
19
|
-
|
20
19
|
from pyegeria.commands.ops.gov_server_actions import (
|
21
20
|
add_catalog_target,
|
22
|
-
remove_catalog_target,
|
23
|
-
update_catalog_target,
|
24
21
|
refresh_gov_eng_config,
|
22
|
+
remove_catalog_target,
|
25
23
|
start_server,
|
26
24
|
stop_server,
|
25
|
+
update_catalog_target,
|
27
26
|
)
|
27
|
+
from pyegeria.commands.ops.list_archives import display_archive_list
|
28
28
|
from pyegeria.commands.ops.list_catalog_targets import display_catalog_targets
|
29
29
|
from pyegeria.commands.ops.load_archive import load_archive
|
30
30
|
from pyegeria.commands.ops.monitor_engine_activity import display_engine_activity
|
@@ -36,14 +36,12 @@ from pyegeria.commands.ops.monitor_integ_daemon_status import (
|
|
36
36
|
from pyegeria.commands.ops.monitor_platform_status import (
|
37
37
|
display_status as p_display_status,
|
38
38
|
)
|
39
|
+
from pyegeria.commands.ops.monitor_server_startup import display_startup_status
|
39
40
|
from pyegeria.commands.ops.monitor_server_status import (
|
40
41
|
display_status as s_display_status,
|
41
42
|
)
|
42
43
|
from pyegeria.commands.ops.refresh_integration_daemon import refresh_connector
|
43
44
|
from pyegeria.commands.ops.restart_integration_daemon import restart_connector
|
44
|
-
from pyegeria.commands.ops.monitor_server_startup import display_startup_status
|
45
|
-
from pyegeria.commands.ops.list_archives import display_archive_list
|
46
|
-
|
47
45
|
|
48
46
|
# class Config(object):
|
49
47
|
# def __init__(self, server: str = None, url: str = None, userid:str = None, password:str = None,
|
@@ -184,7 +182,7 @@ def cli(
|
|
184
182
|
jupyter,
|
185
183
|
width,
|
186
184
|
home_glossary_guid,
|
187
|
-
glossary_path
|
185
|
+
glossary_path,
|
188
186
|
)
|
189
187
|
ctx.max_content_width = 200
|
190
188
|
ctx.ensure_object(Config)
|
@@ -257,6 +255,7 @@ def show_startup_status(ctx):
|
|
257
255
|
c.width,
|
258
256
|
)
|
259
257
|
|
258
|
+
|
260
259
|
@show.group("repository")
|
261
260
|
@click.pass_context
|
262
261
|
def show_repo(ctx):
|
@@ -267,7 +266,7 @@ def show_repo(ctx):
|
|
267
266
|
@show_repo.command("archives")
|
268
267
|
@click.pass_context
|
269
268
|
def show_archives(ctx):
|
270
|
-
c= ctx.obj
|
269
|
+
c = ctx.obj
|
271
270
|
display_archive_list(
|
272
271
|
c.view_server,
|
273
272
|
c.view_server_url,
|
@@ -292,7 +291,6 @@ def engine_host(ctx):
|
|
292
291
|
default="*",
|
293
292
|
help="Enter the list of connectors you are interested in or ['*'] for all",
|
294
293
|
)
|
295
|
-
|
296
294
|
@click.option(
|
297
295
|
"--list", is_flag=True, default=False, help="If True, a paged list will be shown"
|
298
296
|
)
|