pyegeria 5.3.9.5__py3-none-any.whl → 5.3.9.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyegeria/commands → commands}/cat/Dr-Egeria_md-orig.py +10 -11
- {pyegeria/commands → commands}/cat/dr_egeria_jupyter.py +4 -4
- {pyegeria/commands → commands}/cat/dr_egeria_md.py +36 -16
- {pyegeria/commands → commands}/cat/list_categories.py +3 -3
- {pyegeria/commands → commands}/cat/list_collections.py +59 -16
- commands/cat/list_data_structures.py +223 -0
- {pyegeria/commands → commands}/cat/list_glossaries.py +3 -3
- {pyegeria/commands → commands}/cat/list_terms.py +4 -4
- {pyegeria/commands → commands}/cli/__init__.py +1 -1
- {pyegeria/commands → commands}/cli/egeria.py +91 -87
- {pyegeria/commands → commands}/cli/egeria_cat.py +29 -29
- {pyegeria/commands → commands}/cli/egeria_login_tui.py +1 -1
- {pyegeria/commands → commands}/cli/egeria_my.py +8 -8
- {pyegeria/commands → commands}/cli/egeria_ops.py +24 -24
- {pyegeria/commands → commands}/cli/egeria_tech.py +34 -34
- commands/tech/generic_actions.py +74 -0
- {pyegeria/commands → commands}/tech/list_information_supply_chains.py +3 -1
- pyegeria/__init__.py +11 -9
- pyegeria/_client.py +2 -49
- pyegeria/collection_manager_omvs.py +484 -735
- pyegeria/data_designer_omvs.py +251 -103
- pyegeria/egeria_client.py +5 -0
- pyegeria/egeria_tech_client.py +10 -1
- pyegeria/glossary_browser_omvs.py +144 -260
- pyegeria/md_processing_helpers.py +1 -1
- pyegeria/md_processing_utils.py +114 -32
- pyegeria/md_processing_utils_orig.py +19 -19
- pyegeria/mermaid_utilities.py +2 -2
- pyegeria/output_formatter.py +389 -0
- {pyegeria-5.3.9.5.dist-info → pyegeria-5.3.9.7.dist-info}/METADATA +1 -1
- pyegeria-5.3.9.7.dist-info/RECORD +141 -0
- pyegeria-5.3.9.7.dist-info/entry_points.txt +99 -0
- pyegeria/commands/README.md +0 -47
- pyegeria/commands/__init__.py +0 -30
- pyegeria/commands/cat/dr_egeria_inbox/glossary_creation_experiment.ipynb +0 -341
- pyegeria/commands/doc/README.md +0 -145
- pyegeria/commands/doc/Visual Command Reference/README.md +0 -511
- 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/glossary/basic-glossary-tui.md +0 -109
- pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
- pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
- pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
- pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
- pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
- pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
- pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
- pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
- pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
- pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-load-archive.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
- pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md +0 -346
- 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/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-list 2024-11-12 at 16.45.26.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-live 2024-11-12 at 16.44.12@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status 2024-11-10 at 18.15.42@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status-full 2024-11-10 at 18.25.14@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-load-archive 2024-11-10 at 19.19.09@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status 2024-11-10 at 18.52.01@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png +0 -0
- pyegeria/dr_egeria_state.py +0 -67
- pyegeria/md_processing/__init__.py +0 -51
- pyegeria/md_processing/commands/__init__.py +0 -3
- pyegeria/md_processing/commands/blueprint_commands.py +0 -307
- pyegeria/md_processing/commands/category_commands.py +0 -242
- pyegeria/md_processing/commands/glossary_commands.py +0 -225
- pyegeria/md_processing/commands/project_commands.py +0 -169
- pyegeria/md_processing/commands/term_commands.py +0 -524
- pyegeria/md_processing/utils/__init__.py +0 -3
- pyegeria/md_processing/utils/common_utils.py +0 -101
- pyegeria/md_processing/utils/display_utils.py +0 -53
- pyegeria/md_processing/utils/extraction_utils.py +0 -177
- pyegeria/md_processing/utils/validation_utils.py +0 -208
- pyegeria-5.3.9.5.dist-info/RECORD +0 -265
- pyegeria-5.3.9.5.dist-info/entry_points.txt +0 -98
- {pyegeria/commands → commands}/cat/README.md +0 -0
- {pyegeria/commands → commands}/cat/__init__.py +0 -0
- {pyegeria/commands → commands}/cat/exp_list_glossaries.py +0 -0
- {pyegeria/commands → commands}/cat/get_asset_graph.py +0 -0
- {pyegeria/commands → commands}/cat/get_collection.py +0 -0
- {pyegeria/commands → commands}/cat/get_project_dependencies.py +0 -0
- {pyegeria/commands → commands}/cat/get_project_structure.py +0 -0
- {pyegeria/commands → commands}/cat/get_tech_type_elements.py +0 -0
- {pyegeria/commands → commands}/cat/glossary_actions.py +0 -0
- {pyegeria/commands → commands}/cat/list_assets.py +0 -0
- {pyegeria/commands → commands}/cat/list_cert_types.py +0 -0
- {pyegeria/commands → commands}/cat/list_deployed_catalogs.py +0 -0
- {pyegeria/commands → commands}/cat/list_deployed_database_schemas.py +0 -0
- {pyegeria/commands → commands}/cat/list_deployed_databases.py +0 -0
- {pyegeria/commands → commands}/cat/list_deployed_servers.py +0 -0
- {pyegeria/commands → commands}/cat/list_projects.py +0 -0
- {pyegeria/commands → commands}/cat/list_tech_type_elements.py +0 -0
- {pyegeria/commands → commands}/cat/list_tech_types.py +0 -0
- {pyegeria/commands → commands}/cat/list_todos.py +0 -0
- {pyegeria/commands → commands}/cat/list_user_ids.py +0 -0
- {pyegeria/commands → commands}/cli/ops_config.py +0 -0
- {pyegeria/commands → commands}/cli/txt_custom_v2.tcss +0 -0
- {pyegeria/commands → commands}/my/README.md +0 -0
- {pyegeria/commands → commands}/my/__init__.py +0 -0
- {pyegeria/commands → commands}/my/list_my_profile.py +0 -0
- {pyegeria/commands → commands}/my/list_my_roles.py +0 -0
- {pyegeria/commands → commands}/my/monitor_my_todos.py +0 -0
- {pyegeria/commands → commands}/my/monitor_open_todos.py +0 -0
- {pyegeria/commands → commands}/my/todo_actions.py +0 -0
- {pyegeria/commands → commands}/ops/README.md +0 -0
- {pyegeria/commands → commands}/ops/__init__.py +0 -0
- {pyegeria/commands → commands}/ops/gov_server_actions.py +0 -0
- {pyegeria/commands → commands}/ops/list_archives.py +0 -0
- {pyegeria/commands → commands}/ops/list_catalog_targets.py +0 -0
- {pyegeria/commands → commands}/ops/load_archive.py +0 -0
- {pyegeria/commands → commands}/ops/monitor_asset_events.py +0 -0
- {pyegeria/commands → commands}/ops/monitor_engine_activity.py +0 -0
- {pyegeria/commands → commands}/ops/monitor_engine_activity_c.py +0 -0
- {pyegeria/commands → commands}/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria/commands → commands}/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria/commands → commands}/ops/monitor_platform_status.py +0 -0
- {pyegeria/commands → commands}/ops/monitor_server_startup.py +0 -0
- {pyegeria/commands → commands}/ops/monitor_server_status.py +0 -0
- {pyegeria/commands → commands}/ops/orig_monitor_server_list.py +0 -0
- {pyegeria/commands → commands}/ops/orig_monitor_server_status.py +0 -0
- {pyegeria/commands → commands}/ops/refresh_integration_daemon.py +0 -0
- {pyegeria/commands → commands}/ops/restart_integration_daemon.py +0 -0
- {pyegeria/commands → commands}/ops/table_integ_daemon_status.py +0 -0
- {pyegeria/commands → commands}/ops/x_engine_actions.py +0 -0
- {pyegeria/commands → commands}/tech/README.md +0 -0
- {pyegeria/commands → commands}/tech/__init__.py +0 -0
- {pyegeria/commands → commands}/tech/get_element_info.py +0 -0
- {pyegeria/commands → commands}/tech/get_guid_info.py +0 -0
- {pyegeria/commands → commands}/tech/get_tech_details.py +0 -0
- {pyegeria/commands → commands}/tech/get_tech_type_template.py +0 -0
- {pyegeria/commands → commands}/tech/list_all_om_type_elements.py +0 -0
- {pyegeria/commands → commands}/tech/list_all_om_type_elements_x.py +0 -0
- {pyegeria/commands → commands}/tech/list_all_related_elements.py +0 -0
- {pyegeria/commands → commands}/tech/list_anchored_elements.py +0 -0
- {pyegeria/commands → commands}/tech/list_asset_types.py +0 -0
- {pyegeria/commands → commands}/tech/list_elements_by_classification_by_property_value.py +0 -0
- {pyegeria/commands → commands}/tech/list_elements_by_property_value.py +0 -0
- {pyegeria/commands → commands}/tech/list_elements_by_property_value_x.py +0 -0
- {pyegeria/commands → commands}/tech/list_elements_for_classification.py +0 -0
- {pyegeria/commands → commands}/tech/list_gov_action_processes.py +0 -0
- {pyegeria/commands → commands}/tech/list_registered_services.py +0 -0
- {pyegeria/commands → commands}/tech/list_related_elements_with_prop_value.py +0 -0
- {pyegeria/commands → commands}/tech/list_related_specification.py +0 -0
- {pyegeria/commands → commands}/tech/list_relationship_types.py +0 -0
- {pyegeria/commands → commands}/tech/list_relationships.py +0 -0
- {pyegeria/commands → commands}/tech/list_solution_blueprints.py +0 -0
- {pyegeria/commands → commands}/tech/list_solution_components.py +0 -0
- {pyegeria/commands → commands}/tech/list_solution_roles.py +0 -0
- {pyegeria/commands → commands}/tech/list_tech_templates.py +0 -0
- {pyegeria/commands → commands}/tech/list_valid_metadata_values.py +0 -0
- {pyegeria/commands → commands}/tech/table_tech_templates.py +0 -0
- {pyegeria/commands → commands}/tech/x_list_related_elements.py +0 -0
- {pyegeria-5.3.9.5.dist-info → pyegeria-5.3.9.7.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.9.5.dist-info → pyegeria-5.3.9.7.dist-info}/WHEEL +0 -0
@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
Copyright Contributors to the ODPi Egeria project.
|
5
5
|
|
6
6
|
|
7
|
-
A
|
7
|
+
A object_action line interface for Egeria Users - all md_commands
|
8
8
|
|
9
9
|
This is an emerging capability based on the **click** package. Feedback welcome!
|
10
10
|
|
@@ -15,12 +15,12 @@ import sys
|
|
15
15
|
import click
|
16
16
|
from trogon import tui
|
17
17
|
|
18
|
-
from
|
19
|
-
from
|
20
|
-
from
|
21
|
-
from
|
22
|
-
from
|
23
|
-
from
|
18
|
+
from commands.cat.get_asset_graph import asset_viewer
|
19
|
+
from commands.cat.get_collection import collection_viewer
|
20
|
+
from commands.cat.get_project_dependencies import project_dependency_viewer
|
21
|
+
from commands.cat.get_project_structure import project_structure_viewer
|
22
|
+
from commands.cat.get_tech_type_elements import tech_viewer
|
23
|
+
from commands.cat.glossary_actions import (
|
24
24
|
create_glossary,
|
25
25
|
create_term,
|
26
26
|
delete_glossary,
|
@@ -33,44 +33,40 @@ from pyegeria.commands.cat.glossary_actions import (
|
|
33
33
|
add_term_to_category,
|
34
34
|
remove_term_from_category
|
35
35
|
)
|
36
|
-
from pyegeria.commands.cat.dr_egeria_jupyter import process_jupyter_notebook
|
37
|
-
from pyegeria.commands.cat.dr_egeria_md import process_markdown_file
|
38
36
|
|
39
|
-
from
|
40
|
-
from
|
41
|
-
from
|
42
|
-
from
|
43
|
-
from
|
44
|
-
from
|
37
|
+
from commands.cat.list_categories import display_categories
|
38
|
+
from commands.cat.list_assets import display_assets
|
39
|
+
from commands.cat.list_cert_types import display_certifications
|
40
|
+
from commands.cat.list_collections import display_collections
|
41
|
+
from commands.cat.list_deployed_catalogs import list_deployed_catalogs
|
42
|
+
from commands.cat.list_deployed_database_schemas import (
|
45
43
|
list_deployed_database_schemas,
|
46
44
|
)
|
47
|
-
from
|
48
|
-
from
|
49
|
-
from
|
50
|
-
from
|
51
|
-
from
|
52
|
-
from
|
53
|
-
from
|
54
|
-
from
|
55
|
-
from
|
56
|
-
|
57
|
-
from
|
58
|
-
|
59
|
-
from
|
60
|
-
from
|
61
|
-
from
|
62
|
-
from
|
63
|
-
from
|
64
|
-
from
|
65
|
-
from pyegeria.commands.my.monitor_open_todos import display_todos
|
66
|
-
from pyegeria.commands.my.todo_actions import (
|
45
|
+
from commands.cat.list_deployed_databases import list_deployed_databases
|
46
|
+
from commands.cat.list_glossaries import display_glossaries
|
47
|
+
from commands.cat.list_projects import display_project_list
|
48
|
+
from commands.cat.list_deployed_servers import display_servers_by_dep_imp
|
49
|
+
from commands.cat.list_tech_type_elements import list_tech_elements
|
50
|
+
from commands.cat.list_tech_types import display_tech_types
|
51
|
+
from commands.cat.list_terms import display_glossary_terms
|
52
|
+
from commands.cat.list_todos import display_to_dos as list_todos
|
53
|
+
from commands.cat.list_user_ids import list_user_ids
|
54
|
+
|
55
|
+
from commands.cat.dr_egeria_md import process_markdown_file
|
56
|
+
|
57
|
+
from commands.cli.ops_config import Config
|
58
|
+
from commands.my.list_my_profile import display_my_profile
|
59
|
+
from commands.my.list_my_roles import display_my_roles
|
60
|
+
from commands.my.monitor_my_todos import display_my_todos
|
61
|
+
from commands.my.monitor_open_todos import display_todos
|
62
|
+
from commands.my.todo_actions import (
|
67
63
|
change_todo_status,
|
68
64
|
create_todo,
|
69
65
|
delete_todo,
|
70
66
|
mark_todo_complete,
|
71
67
|
reassign_todo,
|
72
68
|
)
|
73
|
-
from
|
69
|
+
from commands.ops.gov_server_actions import (
|
74
70
|
add_catalog_target,
|
75
71
|
refresh_gov_eng_config,
|
76
72
|
remove_catalog_target,
|
@@ -78,65 +74,65 @@ from pyegeria.commands.ops.gov_server_actions import (
|
|
78
74
|
stop_server,
|
79
75
|
update_catalog_target,
|
80
76
|
)
|
81
|
-
from
|
82
|
-
from
|
83
|
-
from
|
84
|
-
from
|
85
|
-
from
|
86
|
-
from
|
87
|
-
from
|
77
|
+
from commands.ops.list_archives import display_archive_list
|
78
|
+
from commands.ops.list_catalog_targets import display_catalog_targets
|
79
|
+
from commands.ops.load_archive import load_archive
|
80
|
+
from commands.ops.monitor_engine_activity import display_engine_activity
|
81
|
+
from commands.ops.monitor_engine_activity_c import display_engine_activity_c
|
82
|
+
from commands.ops.monitor_gov_eng_status import display_gov_eng_status
|
83
|
+
from commands.ops.monitor_integ_daemon_status import (
|
88
84
|
display_integration_daemon_status,
|
89
85
|
)
|
90
|
-
from
|
86
|
+
from commands.ops.monitor_platform_status import (
|
91
87
|
display_status as p_display_status,
|
92
88
|
)
|
93
|
-
from
|
94
|
-
from
|
89
|
+
from commands.ops.monitor_server_startup import display_startup_status
|
90
|
+
from commands.ops.monitor_server_status import (
|
95
91
|
display_status as s_display_status,
|
96
92
|
)
|
97
|
-
from
|
98
|
-
from
|
99
|
-
from
|
100
|
-
from
|
101
|
-
from
|
102
|
-
from
|
103
|
-
from
|
104
|
-
from
|
105
|
-
from
|
106
|
-
from
|
107
|
-
from
|
108
|
-
from
|
93
|
+
from commands.ops.refresh_integration_daemon import refresh_connector
|
94
|
+
from commands.ops.restart_integration_daemon import restart_connector
|
95
|
+
from commands.tech.get_element_info import display_elements
|
96
|
+
from commands.tech.get_guid_info import display_guid
|
97
|
+
from commands.tech.get_tech_details import tech_details_viewer
|
98
|
+
from commands.tech.get_tech_type_template import template_viewer
|
99
|
+
from commands.tech.list_all_om_type_elements import list_elements
|
100
|
+
from commands.tech.list_all_om_type_elements_x import list_elements_x
|
101
|
+
from commands.tech.list_all_related_elements import list_related_elements
|
102
|
+
from commands.tech.list_anchored_elements import display_anchored_elements
|
103
|
+
from commands.tech.list_asset_types import display_asset_types
|
104
|
+
from commands.tech.list_elements_by_classification_by_property_value import (
|
109
105
|
find_elements_by_classification_by_prop_value,
|
110
106
|
)
|
111
|
-
from
|
107
|
+
from commands.tech.list_elements_by_property_value import (
|
112
108
|
find_elements_by_prop_value,
|
113
109
|
)
|
114
|
-
from
|
110
|
+
from commands.tech.list_elements_by_property_value_x import (
|
115
111
|
find_elements_by_prop_value_x,
|
116
112
|
)
|
117
|
-
from
|
113
|
+
from commands.tech.list_elements_for_classification import (
|
118
114
|
list_classified_elements,
|
119
115
|
)
|
120
|
-
from
|
121
|
-
from
|
122
|
-
from
|
123
|
-
from
|
116
|
+
from commands.tech.list_gov_action_processes import display_gov_processes
|
117
|
+
from commands.tech.list_information_supply_chains import supply_chain_viewer
|
118
|
+
from commands.tech.list_registered_services import display_registered_svcs
|
119
|
+
from commands.tech.list_related_elements_with_prop_value import (
|
124
120
|
list_related_elements_with_prop_value,
|
125
121
|
)
|
126
|
-
from
|
122
|
+
from commands.tech.list_related_specification import (
|
127
123
|
display_related_specification,
|
128
124
|
)
|
129
|
-
from
|
130
|
-
from
|
131
|
-
from
|
132
|
-
from
|
133
|
-
from
|
134
|
-
from
|
135
|
-
from
|
136
|
-
|
125
|
+
from commands.tech.list_relationship_types import display_relationship_types
|
126
|
+
from commands.tech.list_relationships import list_relationships
|
127
|
+
from commands.tech.list_solution_blueprints import blueprint_list
|
128
|
+
from commands.tech.list_solution_components import solution_component_list
|
129
|
+
from commands.tech.list_solution_roles import solution_role_list
|
130
|
+
from commands.tech.list_tech_templates import display_templates_spec
|
131
|
+
from commands.tech.list_valid_metadata_values import display_metadata_values
|
132
|
+
from commands.tech.generic_actions import delete_element
|
137
133
|
|
138
134
|
@tui()
|
139
|
-
# @tui('menu', 'menu', 'A textual
|
135
|
+
# @tui('menu', 'menu', 'A textual object_action line interface')
|
140
136
|
@click.version_option("0.5.2 ", prog_name="hey_egeria")
|
141
137
|
@click.group()
|
142
138
|
@click.option(
|
@@ -386,6 +382,14 @@ def tech(ctx):
|
|
386
382
|
"""Commands for tech Users"""
|
387
383
|
pass
|
388
384
|
|
385
|
+
@tech.group("tell")
|
386
|
+
@click.pass_context
|
387
|
+
def tech_tell(ctx):
|
388
|
+
"""Perform actions on Egeria Objects"""
|
389
|
+
pass
|
390
|
+
|
391
|
+
|
392
|
+
tech_tell.add_command(delete_element)
|
389
393
|
|
390
394
|
@tech.group("show")
|
391
395
|
@click.pass_context
|
@@ -1036,7 +1040,7 @@ def show_cat(ctx):
|
|
1036
1040
|
@show_cat.group("info")
|
1037
1041
|
@click.pass_context
|
1038
1042
|
def show_cat_info(ctx):
|
1039
|
-
"""Group of
|
1043
|
+
"""Group of md_commands to show information about various Egeria objects"""
|
1040
1044
|
pass
|
1041
1045
|
|
1042
1046
|
|
@@ -1113,7 +1117,7 @@ def show_asset_graph(ctx, asset_guid):
|
|
1113
1117
|
|
1114
1118
|
Usage: show asset-graph <asset-guid>
|
1115
1119
|
|
1116
|
-
asset-guid must be a valid asset guid. These can be found through other
|
1120
|
+
asset-guid must be a valid asset guid. These can be found through other md_commands such as 'show tech-type-elements'
|
1117
1121
|
|
1118
1122
|
"""
|
1119
1123
|
c = ctx.obj
|
@@ -1587,7 +1591,7 @@ def show_asset_graph(ctx, asset_guid):
|
|
1587
1591
|
|
1588
1592
|
Usage: show asset-graph <asset-guid>
|
1589
1593
|
|
1590
|
-
asset-guid must be a valid asset guid. These can be found through other
|
1594
|
+
asset-guid must be a valid asset guid. These can be found through other md_commands such as 'show tech-type-elements'
|
1591
1595
|
|
1592
1596
|
"""
|
1593
1597
|
c = ctx.obj
|
@@ -1748,7 +1752,7 @@ def databases(ctx):
|
|
1748
1752
|
# pass
|
1749
1753
|
#
|
1750
1754
|
#
|
1751
|
-
# @survey.
|
1755
|
+
# @survey.object_action("survey-uc-server")
|
1752
1756
|
# @click.pass_context
|
1753
1757
|
# @click.option(
|
1754
1758
|
# "--uc_endpoint",
|
@@ -1785,7 +1789,7 @@ def show_ops(ctx):
|
|
1785
1789
|
@show_ops.group("repository")
|
1786
1790
|
@click.pass_context
|
1787
1791
|
def show_repo(ctx):
|
1788
|
-
"""Group of
|
1792
|
+
"""Group of md_commands to show repository information"""
|
1789
1793
|
pass
|
1790
1794
|
|
1791
1795
|
|
@@ -1807,7 +1811,7 @@ def show_archives(ctx):
|
|
1807
1811
|
@show_ops.group("platforms")
|
1808
1812
|
@click.pass_context
|
1809
1813
|
def show_platform(ctx):
|
1810
|
-
"""Group of
|
1814
|
+
"""Group of md_commands to show information about Egeria platforms"""
|
1811
1815
|
pass
|
1812
1816
|
|
1813
1817
|
|
@@ -1824,7 +1828,7 @@ def show_platform_status(ctx):
|
|
1824
1828
|
@show_ops.group("servers")
|
1825
1829
|
@click.pass_context
|
1826
1830
|
def show_server(ctx):
|
1827
|
-
"""Group of
|
1831
|
+
"""Group of md_commands to show information about Egeria servers"""
|
1828
1832
|
pass
|
1829
1833
|
|
1830
1834
|
|
@@ -1868,7 +1872,7 @@ def show_startup_status(ctx):
|
|
1868
1872
|
@show_ops.group("engines")
|
1869
1873
|
@click.pass_context
|
1870
1874
|
def engine_host(ctx):
|
1871
|
-
"""Group of
|
1875
|
+
"""Group of md_commands to show information about Egeria engines"""
|
1872
1876
|
pass
|
1873
1877
|
|
1874
1878
|
|
@@ -1947,7 +1951,7 @@ def eng_activity_status(ctx, rowlimit: int, list: bool, compressed: bool):
|
|
1947
1951
|
@show_ops.group("integrations")
|
1948
1952
|
@click.pass_context
|
1949
1953
|
def integrations(ctx):
|
1950
|
-
"""Group of
|
1954
|
+
"""Group of md_commands to show information about Egeria integrations"""
|
1951
1955
|
pass
|
1952
1956
|
|
1953
1957
|
|
@@ -2014,7 +2018,7 @@ def tell_ops(ctx):
|
|
2014
2018
|
@tell_ops.group("integration-daemon")
|
2015
2019
|
@click.pass_context
|
2016
2020
|
def tell_integration_daemon(ctx):
|
2017
|
-
"""Group of
|
2021
|
+
"""Group of md_commands to an integration_daemon"""
|
2018
2022
|
pass
|
2019
2023
|
|
2020
2024
|
|
@@ -2070,7 +2074,7 @@ servers.add_command(stop_server)
|
|
2070
2074
|
@tell_ops.group("engine-host")
|
2071
2075
|
@click.pass_context
|
2072
2076
|
def engine_host(ctx):
|
2073
|
-
"""Group of
|
2077
|
+
"""Group of md_commands to an engine-host"""
|
2074
2078
|
pass
|
2075
2079
|
|
2076
2080
|
|
@@ -2082,7 +2086,7 @@ engine_host.add_command(refresh_gov_eng_config)
|
|
2082
2086
|
@tell_ops.group("repository")
|
2083
2087
|
@click.pass_context
|
2084
2088
|
def repository(ctx):
|
2085
|
-
"""Group of
|
2089
|
+
"""Group of md_commands to a repository"""
|
2086
2090
|
pass
|
2087
2091
|
|
2088
2092
|
|
@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
Copyright Contributors to the ODPi Egeria project.
|
5
5
|
|
6
6
|
|
7
|
-
A
|
7
|
+
A object_action line interface for Egeria Catalog User functions
|
8
8
|
|
9
9
|
This is an emerging capability based on the **click** package. Feedback welcome!
|
10
10
|
|
@@ -14,13 +14,13 @@ import os
|
|
14
14
|
import click
|
15
15
|
from trogon import tui
|
16
16
|
|
17
|
-
from
|
18
|
-
from
|
19
|
-
from
|
20
|
-
from
|
21
|
-
from
|
22
|
-
from
|
23
|
-
from
|
17
|
+
from commands.cat.dr_egeria_md import process_markdown_file
|
18
|
+
from commands.cat.get_asset_graph import asset_viewer
|
19
|
+
from commands.cat.get_collection import collection_viewer
|
20
|
+
from commands.cat.get_project_dependencies import project_dependency_viewer
|
21
|
+
from commands.cat.get_project_structure import project_structure_viewer
|
22
|
+
from commands.cat.get_tech_type_elements import tech_viewer
|
23
|
+
from commands.cat.glossary_actions import (
|
24
24
|
create_glossary,
|
25
25
|
create_term,
|
26
26
|
delete_glossary,
|
@@ -32,35 +32,35 @@ from pyegeria.commands.cat.glossary_actions import (
|
|
32
32
|
delete_category,
|
33
33
|
add_term_to_category,
|
34
34
|
remove_term_from_category)
|
35
|
-
from
|
36
|
-
from
|
37
|
-
from
|
38
|
-
from
|
39
|
-
from
|
40
|
-
from
|
35
|
+
from commands.cat.list_assets import display_assets
|
36
|
+
from commands.cat.list_categories import display_categories
|
37
|
+
from commands.cat.list_cert_types import display_certifications
|
38
|
+
from commands.cat.list_collections import display_collections
|
39
|
+
from commands.cat.list_deployed_catalogs import list_deployed_catalogs
|
40
|
+
from commands.cat.list_deployed_database_schemas import (
|
41
41
|
list_deployed_database_schemas,
|
42
42
|
)
|
43
|
-
from
|
44
|
-
from
|
45
|
-
from
|
46
|
-
from
|
47
|
-
from
|
48
|
-
from
|
49
|
-
from
|
50
|
-
from
|
51
|
-
from
|
52
|
-
from
|
53
|
-
from
|
43
|
+
from commands.cat.list_deployed_databases import list_deployed_databases
|
44
|
+
from commands.cat.list_deployed_servers import display_servers_by_dep_imp
|
45
|
+
from commands.cat.list_glossaries import display_glossaries
|
46
|
+
from commands.cat.list_projects import display_project_list
|
47
|
+
from commands.cat.list_tech_type_elements import list_tech_elements
|
48
|
+
from commands.cat.list_tech_types import display_tech_types
|
49
|
+
from commands.cat.list_terms import display_glossary_terms
|
50
|
+
from commands.cat.list_todos import display_to_dos as list_todos
|
51
|
+
from commands.cat.list_user_ids import list_user_ids
|
52
|
+
from commands.cli.ops_config import Config
|
53
|
+
from commands.my.todo_actions import (
|
54
54
|
create_todo,
|
55
55
|
delete_todo,
|
56
56
|
mark_todo_complete,
|
57
57
|
reassign_todo,
|
58
58
|
)
|
59
|
-
from
|
59
|
+
from commands.tech.list_asset_types import display_asset_types
|
60
60
|
|
61
61
|
|
62
62
|
# @tui
|
63
|
-
# @tui('menu','menu','A textual
|
63
|
+
# @tui('menu','menu','A textual object_action line interface')
|
64
64
|
@tui()
|
65
65
|
@click.version_option("0.0.1", prog_name="egeria_ops")
|
66
66
|
@click.group()
|
@@ -225,7 +225,7 @@ def show():
|
|
225
225
|
@show.group("info")
|
226
226
|
@click.pass_context
|
227
227
|
def info(ctx):
|
228
|
-
"""Group of
|
228
|
+
"""Group of md_commands to show information about various Egeria objects"""
|
229
229
|
pass
|
230
230
|
|
231
231
|
|
@@ -317,7 +317,7 @@ def show_asset_graph(ctx, asset_guid):
|
|
317
317
|
|
318
318
|
Usage: show asset-graph <asset-guid>
|
319
319
|
|
320
|
-
asset-guid must be a valid asset guid. These can be found through other
|
320
|
+
asset-guid must be a valid asset guid. These can be found through other md_commands such as 'show tech-type-elements'
|
321
321
|
|
322
322
|
"""
|
323
323
|
c = ctx.obj
|
@@ -293,7 +293,7 @@ class Egeria_login(App):
|
|
293
293
|
)
|
294
294
|
|
295
295
|
|
296
|
-
# @click.
|
296
|
+
# @click.object_action("egeria-login")
|
297
297
|
# @click.option("--server", default=EGERIA_VIEW_SERVER, help="Egeria view server to use.")
|
298
298
|
# @click.option(
|
299
299
|
# "--url", default=EGERIA_VIEW_SERVER_URL, help="URL of Egeria platform to connect to"
|
@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
Copyright Contributors to the ODPi Egeria project.
|
5
5
|
|
6
6
|
|
7
|
-
A
|
7
|
+
A object_action line interface for Egeria Users - of individual relevance
|
8
8
|
|
9
9
|
This is an emerging capability based on the **click** package. Feedback welcome!
|
10
10
|
|
@@ -14,12 +14,12 @@ import os
|
|
14
14
|
import click
|
15
15
|
from trogon import tui
|
16
16
|
|
17
|
-
from
|
18
|
-
from
|
19
|
-
from
|
20
|
-
from
|
21
|
-
from
|
22
|
-
from
|
17
|
+
from commands.cli.ops_config import Config
|
18
|
+
from commands.my.list_my_profile import display_my_profile
|
19
|
+
from commands.my.list_my_roles import display_my_roles
|
20
|
+
from commands.my.monitor_my_todos import display_my_todos
|
21
|
+
from commands.my.monitor_open_todos import display_todos
|
22
|
+
from commands.my.todo_actions import (
|
23
23
|
change_todo_status,
|
24
24
|
create_todo,
|
25
25
|
delete_todo,
|
@@ -42,7 +42,7 @@ from pyegeria.commands.my.todo_actions import (
|
|
42
42
|
|
43
43
|
|
44
44
|
@tui()
|
45
|
-
# @tui('menu', 'menu', 'A textual
|
45
|
+
# @tui('menu', 'menu', 'A textual object_action line interface')
|
46
46
|
@click.version_option("0.0.1", prog_name="egeria_ops")
|
47
47
|
@click.group()
|
48
48
|
@click.option(
|
@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
Copyright Contributors to the ODPi Egeria project.
|
5
5
|
|
6
6
|
|
7
|
-
A
|
7
|
+
A object_action line interface for Egeria operations.
|
8
8
|
|
9
9
|
This is an emerging capability based on the **click** package. Feedback welcome!
|
10
10
|
|
@@ -15,8 +15,8 @@ import click
|
|
15
15
|
from trogon import tui
|
16
16
|
|
17
17
|
# from pyegeria import ServerOps
|
18
|
-
from
|
19
|
-
from
|
18
|
+
from commands.cli.ops_config import Config
|
19
|
+
from commands.ops.gov_server_actions import (
|
20
20
|
add_catalog_target,
|
21
21
|
refresh_gov_eng_config,
|
22
22
|
remove_catalog_target,
|
@@ -24,24 +24,24 @@ from pyegeria.commands.ops.gov_server_actions import (
|
|
24
24
|
stop_server,
|
25
25
|
update_catalog_target,
|
26
26
|
)
|
27
|
-
from
|
28
|
-
from
|
29
|
-
from
|
30
|
-
from
|
31
|
-
from
|
32
|
-
from
|
33
|
-
from
|
27
|
+
from commands.ops.list_archives import display_archive_list
|
28
|
+
from commands.ops.list_catalog_targets import display_catalog_targets
|
29
|
+
from commands.ops.load_archive import load_archive
|
30
|
+
from commands.ops.monitor_engine_activity import display_engine_activity
|
31
|
+
from commands.ops.monitor_engine_activity_c import display_engine_activity_c
|
32
|
+
from commands.ops.monitor_gov_eng_status import display_gov_eng_status
|
33
|
+
from commands.ops.monitor_integ_daemon_status import (
|
34
34
|
display_integration_daemon_status,
|
35
35
|
)
|
36
|
-
from
|
36
|
+
from commands.ops.monitor_platform_status import (
|
37
37
|
display_status as p_display_status,
|
38
38
|
)
|
39
|
-
from
|
40
|
-
from
|
39
|
+
from commands.ops.monitor_server_startup import display_startup_status
|
40
|
+
from commands.ops.monitor_server_status import (
|
41
41
|
display_status as s_display_status,
|
42
42
|
)
|
43
|
-
from
|
44
|
-
from
|
43
|
+
from commands.ops.refresh_integration_daemon import refresh_connector
|
44
|
+
from commands.ops.restart_integration_daemon import restart_connector
|
45
45
|
|
46
46
|
# class Config(object):
|
47
47
|
# def __init__(self, server: str = None, url: str = None, userid:str = None, password:str = None,
|
@@ -58,7 +58,7 @@ from pyegeria.commands.ops.restart_integration_daemon import restart_connector
|
|
58
58
|
|
59
59
|
|
60
60
|
@tui()
|
61
|
-
# @tui('menu', 'menu', 'A textual
|
61
|
+
# @tui('menu', 'menu', 'A textual object_action line interface')
|
62
62
|
@click.version_option("0.0.1", prog_name="egeria_ops")
|
63
63
|
@click.group()
|
64
64
|
@click.option(
|
@@ -198,7 +198,7 @@ def show(ctx):
|
|
198
198
|
@show.group("platforms")
|
199
199
|
@click.pass_context
|
200
200
|
def show_platforms(ctx):
|
201
|
-
"""Group of
|
201
|
+
"""Group of md_commands to show information about Egeria platforms"""
|
202
202
|
pass
|
203
203
|
|
204
204
|
|
@@ -215,7 +215,7 @@ def show_platform_status(ctx):
|
|
215
215
|
@show.group("servers")
|
216
216
|
@click.pass_context
|
217
217
|
def show_server(ctx):
|
218
|
-
"""Group of
|
218
|
+
"""Group of md_commands to show information about Egeria servers"""
|
219
219
|
pass
|
220
220
|
|
221
221
|
|
@@ -259,7 +259,7 @@ def show_startup_status(ctx):
|
|
259
259
|
@show.group("repository")
|
260
260
|
@click.pass_context
|
261
261
|
def show_repo(ctx):
|
262
|
-
"""Group of
|
262
|
+
"""Group of md_commands to show repository information"""
|
263
263
|
pass
|
264
264
|
|
265
265
|
|
@@ -281,7 +281,7 @@ def show_archives(ctx):
|
|
281
281
|
@show.group("engines")
|
282
282
|
@click.pass_context
|
283
283
|
def engine_host(ctx):
|
284
|
-
"""Group of
|
284
|
+
"""Group of md_commands to show information about Egeria engines"""
|
285
285
|
pass
|
286
286
|
|
287
287
|
|
@@ -364,7 +364,7 @@ def eng_activity_status(ctx, rowlimit: int, list: bool, compressed: bool):
|
|
364
364
|
@show.group("integrations")
|
365
365
|
@click.pass_context
|
366
366
|
def integrations(ctx):
|
367
|
-
"""Group of
|
367
|
+
"""Group of md_commands to show information about Egeria integrations"""
|
368
368
|
pass
|
369
369
|
|
370
370
|
|
@@ -438,7 +438,7 @@ servers.add_command(stop_server)
|
|
438
438
|
@tell.group("integration-daemon")
|
439
439
|
@click.pass_context
|
440
440
|
def integration_daemon(ctx):
|
441
|
-
"""Group of
|
441
|
+
"""Group of md_commands to an integration_daemon"""
|
442
442
|
pass
|
443
443
|
|
444
444
|
|
@@ -481,7 +481,7 @@ integration_daemon.add_command(update_catalog_target)
|
|
481
481
|
@tell.group("engine-host")
|
482
482
|
@click.pass_context
|
483
483
|
def engine_host(ctx):
|
484
|
-
"""Group of
|
484
|
+
"""Group of md_commands to an engine-host"""
|
485
485
|
pass
|
486
486
|
|
487
487
|
|
@@ -491,7 +491,7 @@ engine_host.add_command(refresh_gov_eng_config)
|
|
491
491
|
@tell.group("repository")
|
492
492
|
@click.pass_context
|
493
493
|
def repository(ctx):
|
494
|
-
"""Group of
|
494
|
+
"""Group of md_commands to a repository"""
|
495
495
|
pass
|
496
496
|
|
497
497
|
|