pyegeria 5.4.0.6__py3-none-any.whl → 5.4.0.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.
- commands/cat/list_format_set.py +3 -3
- {pyegeria-5.4.0.6.dist-info → pyegeria-5.4.0.7.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.6.dist-info → pyegeria-5.4.0.7.dist-info}/RECORD +6 -6
- {pyegeria-5.4.0.6.dist-info → pyegeria-5.4.0.7.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.6.dist-info → pyegeria-5.4.0.7.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.6.dist-info → pyegeria-5.4.0.7.dist-info}/entry_points.txt +0 -0
commands/cat/list_format_set.py
CHANGED
@@ -361,10 +361,10 @@ def main():
|
|
361
361
|
|
362
362
|
args = parser.parse_args()
|
363
363
|
app_settings = get_app_config()
|
364
|
-
app_config = app_settings
|
364
|
+
app_config = app_settings.Environment
|
365
365
|
|
366
|
-
server = args.server if args.server is not None else app_config
|
367
|
-
url = args.url if args.url is not None else app_config
|
366
|
+
server = args.server if args.server is not None else app_config.egeria_view_server
|
367
|
+
url = args.url if args.url is not None else app_config.egeria_view_server_url
|
368
368
|
userid = args.userid if args.userid is not None else EGERIA_USER
|
369
369
|
user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
370
370
|
format_set_name = args.format_set
|
@@ -21,7 +21,7 @@ commands/cat/list_deployed_catalogs.py,sha256=VdN6R9kRVWX-fGIgubOigvMVPzhF-hKQep
|
|
21
21
|
commands/cat/list_deployed_database_schemas.py,sha256=1Qicke1R2_7Xi3Qf5sp8KJ3_reAIt0z1iaz2sG8Z0Qs,9458
|
22
22
|
commands/cat/list_deployed_databases.py,sha256=ryrBW1CxJRfOeLP978qQwxb5oImqhIsHghtcpWeBIrw,7587
|
23
23
|
commands/cat/list_deployed_servers.py,sha256=_xR7EaaCsxIjTphxmoCZlARoja_vQqZ881pFiEuhw-8,5719
|
24
|
-
commands/cat/list_format_set.py,sha256=
|
24
|
+
commands/cat/list_format_set.py,sha256=HeRikW4LgJ5ZqKbpUnPZTReGjwz7OiOnema97ZArF3E,16957
|
25
25
|
commands/cat/list_glossaries.py,sha256=pKJdiRMrSBpmPv0yOWoR_CdGZP06MuxfPGwCXc-kSQw,7666
|
26
26
|
commands/cat/list_projects.py,sha256=NzWTuepTGUEyxK-eWvuUxtBgCtNWubVwmz2eqm2UN1c,7997
|
27
27
|
commands/cat/list_tech_type_elements.py,sha256=-9omj5en9dSP1xMSljYVHyfXsuhuE1bO2IFj_bZPhAs,6873
|
@@ -232,8 +232,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
|
|
232
232
|
pyegeria/utils.py,sha256=CAh8LItgmGf5UHIYeYAOE4roHg1wuBk3zQ1lxK7lcZA,6805
|
233
233
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
234
234
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
235
|
-
pyegeria-5.4.0.
|
236
|
-
pyegeria-5.4.0.
|
237
|
-
pyegeria-5.4.0.
|
238
|
-
pyegeria-5.4.0.
|
239
|
-
pyegeria-5.4.0.
|
235
|
+
pyegeria-5.4.0.7.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
236
|
+
pyegeria-5.4.0.7.dist-info/METADATA,sha256=GiJzmxHpNLEUhzVAmjyy39FNZr8ZWJYOLzobWtFrQC4,2973
|
237
|
+
pyegeria-5.4.0.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
238
|
+
pyegeria-5.4.0.7.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
|
239
|
+
pyegeria-5.4.0.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|