Skip to content

Commit 6c6c5e9

Browse files
feat: ✨ add ecos _deployment.get_appliance_deployment() function
1 parent eadaf3b commit 6c6c5e9

2 files changed

Lines changed: 368 additions & 0 deletions

File tree

pyedgeconnect/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,7 @@ def __init__(
13531353
perform_appliance_cli_command,
13541354
perform_appliance_multiple_cli_command,
13551355
)
1356+
from .ecos._deployment import get_appliance_deployment
13561357
from .ecos._disk_usage import get_appliance_disk_usage
13571358
from .ecos._dns import get_appliance_dns_config, set_appliance_dns_config
13581359
from .ecos._gms import assign_orchestrator, get_orchestrator

0 commit comments

Comments
 (0)