edge-containers-cli 4.3.0__tar.gz → 4.3.1__tar.gz
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.
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/PKG-INFO +1 -1
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/_version.py +2 -2
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/demo_commands.py +11 -2
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/monitor.py +53 -47
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli.egg-info/PKG-INFO +1 -1
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.copier-answers.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.devcontainer/devcontainer.json +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/CONTRIBUTING.md +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/ISSUE_TEMPLATE/issue.md +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/actions/install_requirements/action.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/dependabot.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/pages/index.html +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/pages/make_switcher.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/workflows/_check.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/workflows/_dist.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/workflows/_pypi.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/workflows/_release.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/workflows/_test.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/workflows/_tox.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/workflows/ci.yml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.gitignore +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.pre-commit-config.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.vscode/extensions.json +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.vscode/launch.json +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.vscode/settings.json +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.vscode/tasks.json +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/Dockerfile +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/LICENSE +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/README.md +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/conf.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/explanations/decisions/0001-record-architecture-decisions.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/explanations/decisions.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/build-docs.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/contribute.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/lint.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/make-release.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/pin-requirements.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/run-tests.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/static-analysis.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/test-container.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/update-tools.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/index.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/reference/standards.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/tutorials/dev-install.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/genindex.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/images/dls-favicon.ico +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/images/dls-logo.svg +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/images/ec-logs.png +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/images/ec-web.png +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/index.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/user/explanations/docs-structure.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/user/how-to/run-container.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/user/index.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/user/reference/api.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/user/tutorials/installation.rst +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/pyproject.toml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/setup.cfg +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/__init__.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/__main__.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/autocomplete.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/backend.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cli.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/__init__.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/argo_commands.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/commands.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/helm.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/k8s_commands.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/monitor.tcss +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/definitions.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/git.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/globals.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/logging.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/shell.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/utils.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli.egg-info/SOURCES.txt +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli.egg-info/dependency_links.txt +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli.egg-info/entry_points.txt +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli.egg-info/requires.txt +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli.egg-info/top_level.txt +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/__init__.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/conftest.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/argocd.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-deployment/apps/values.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/bl01t-ea-test-01/Chart.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.db +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/bl01t-ea-test-01/templates/configmap.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/bl01t-ea-test-01/values.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/bl01t-ea-test-02/Chart.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/bl01t-ea-test-02/values.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/dls-aravis/Chart.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/dls-aravis/config/ioc.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/dls-aravis/templates/configmap.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/dls-aravis/values.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-services/services/values.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/cli.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/k8s.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/yaml.yaml +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/test_argocd.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/test_cli.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/test_demo.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/test_k8s.py +0 -0
- {edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/test_unit.py +0 -0
|
@@ -10,7 +10,12 @@ from random import randrange, seed
|
|
|
10
10
|
|
|
11
11
|
import polars
|
|
12
12
|
|
|
13
|
-
from edge_containers_cli.cmds.commands import
|
|
13
|
+
from edge_containers_cli.cmds.commands import (
|
|
14
|
+
CommandError,
|
|
15
|
+
Commands,
|
|
16
|
+
ServicesDataFrame,
|
|
17
|
+
ServicesSchema,
|
|
18
|
+
)
|
|
14
19
|
from edge_containers_cli.definitions import ECContext
|
|
15
20
|
from edge_containers_cli.globals import TIME_FORMAT
|
|
16
21
|
|
|
@@ -33,7 +38,11 @@ sample_data = {
|
|
|
33
38
|
for cnt in range(NUM_SERVICES)
|
|
34
39
|
],
|
|
35
40
|
}
|
|
36
|
-
|
|
41
|
+
|
|
42
|
+
if NUM_SERVICES == 0:
|
|
43
|
+
sample_ServicesDataFrame = polars.DataFrame(schema=ServicesSchema)
|
|
44
|
+
else:
|
|
45
|
+
sample_ServicesDataFrame = ServicesDataFrame(polars.from_dict(sample_data))
|
|
37
46
|
|
|
38
47
|
|
|
39
48
|
def demo_wrapper():
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/monitor.py
RENAMED
|
@@ -455,52 +455,57 @@ class MonitorApp(App):
|
|
|
455
455
|
"""Provide another way of exiting the app along with CTRL+C."""
|
|
456
456
|
self.exit()
|
|
457
457
|
|
|
458
|
-
def _get_highlighted_cell(self, col_key: str) -> str:
|
|
458
|
+
def _get_highlighted_cell(self, col_key: str) -> str | None:
|
|
459
459
|
table = self.get_widget_by_id("body_table")
|
|
460
460
|
assert isinstance(table, DataTable)
|
|
461
461
|
# Fetches hightlighted row ID (integer)
|
|
462
462
|
row = table.cursor_row
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
463
|
+
if table.ordered_rows:
|
|
464
|
+
ioc_row = table.ordered_rows[row]
|
|
465
|
+
col_keys = [ord_col.key.value for ord_col in table.ordered_columns]
|
|
466
|
+
col_i = col_keys.index(col_key)
|
|
467
|
+
ioc_col = table.ordered_columns[col_i]
|
|
468
|
+
cell: str | SortableText = table.get_cell(ioc_row.key, ioc_col.key)
|
|
469
|
+
# SortableText inherits __str__() from Text
|
|
470
|
+
return str(cell)
|
|
471
|
+
|
|
472
|
+
def _get_service_name(self) -> str | None:
|
|
473
|
+
if service_name := self._get_highlighted_cell("name"):
|
|
474
|
+
return service_name
|
|
474
475
|
|
|
475
476
|
def _do_confirmed_action(self, action: str, command: Callable):
|
|
476
|
-
service_name
|
|
477
|
-
|
|
477
|
+
if service_name := self._get_service_name():
|
|
478
|
+
table = self.query_one(IocTable)
|
|
478
479
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
480
|
+
def do_task(command, service_name):
|
|
481
|
+
def _do_task():
|
|
482
|
+
table.update_indicator_threadsafe(service_name, emoji.road_works)
|
|
483
|
+
command(service_name)
|
|
484
|
+
table.update_indicator_threadsafe(service_name, emoji.none)
|
|
485
|
+
self.busy_services.remove(service_name)
|
|
486
|
+
|
|
487
|
+
return _do_task
|
|
488
|
+
|
|
489
|
+
def after_dismiss_callback(start: bool | None) -> None:
|
|
490
|
+
"""Called when ConfirmScreen is dismissed."""
|
|
491
|
+
if start:
|
|
492
|
+
if service_name in self.busy_services:
|
|
493
|
+
log.info(f"Skipped {action}: {service_name} is busy")
|
|
494
|
+
return None
|
|
495
|
+
else:
|
|
496
|
+
log.info(f"Scheduled: {action} {service_name}")
|
|
497
|
+
self.busy_services.add(service_name)
|
|
498
|
+
table.update_indicator_threadsafe(
|
|
499
|
+
service_name, emoji.hour_glass
|
|
500
|
+
)
|
|
501
|
+
self._queue.put(do_task(command, service_name))
|
|
502
|
+
|
|
503
|
+
self.push_screen(
|
|
504
|
+
ConfirmScreen(service_name, action),
|
|
505
|
+
after_dismiss_callback,
|
|
506
|
+
)
|
|
507
|
+
else:
|
|
508
|
+
log.info(f"No services available to perform: '{action}'")
|
|
504
509
|
|
|
505
510
|
def action_start_ioc(self) -> None:
|
|
506
511
|
"""Start the IOC that is currently highlighted."""
|
|
@@ -516,16 +521,17 @@ class MonitorApp(App):
|
|
|
516
521
|
|
|
517
522
|
def action_ioc_logs(self) -> None:
|
|
518
523
|
"""Display the logs of the IOC that is currently highlighted."""
|
|
519
|
-
service_name
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
ready = self._get_highlighted_cell("ready") == emoji.check_mark
|
|
524
|
+
if service_name := self._get_service_name():
|
|
525
|
+
# Convert to corresponding bool
|
|
526
|
+
ready = self._get_highlighted_cell("ready") == emoji.check_mark
|
|
523
527
|
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
528
|
+
if ready:
|
|
529
|
+
command = self.commands._get_logs # noqa: SLF001
|
|
530
|
+
self.push_screen(LogsScreen(command, service_name))
|
|
531
|
+
else:
|
|
532
|
+
log.info(f"Ignore request for logs - {service_name} not ready")
|
|
527
533
|
else:
|
|
528
|
-
log.info(
|
|
534
|
+
log.info("No services available to perform: 'logs'")
|
|
529
535
|
|
|
530
536
|
def action_sort(self, col_name: str = "") -> None:
|
|
531
537
|
"""An action to sort the table rows by column heading."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/explanations/decisions.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/build-docs.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/contribute.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/make-release.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/pin-requirements.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/static-analysis.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/test-container.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/how-to/update-tools.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/reference/standards.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/developer/tutorials/dev-install.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/user/explanations/docs-structure.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/docs/user/tutorials/installation.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/autocomplete.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/commands.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/helm.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/k8s_commands.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/cmds/monitor.tcss
RENAMED
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli/definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/src/edge_containers_cli.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.3.0 → edge_containers_cli-4.3.1}/tests/data/bl01t-deployment/apps/values.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|