edge-containers-cli 3.5.4__tar.gz → 3.5.5__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-3.5.4 → edge_containers_cli-3.5.5}/PKG-INFO +1 -1
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/_version.py +2 -2
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/local_commands.py +15 -9
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/globals.py +2 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli.egg-info/PKG-INFO +1 -1
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/local.yaml +10 -2
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.copier-answers.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.devcontainer/devcontainer.json +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/CONTRIBUTING.md +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/actions/install_requirements/action.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/dependabot.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/pages/index.html +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/pages/make_switcher.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/workflows/_check.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/workflows/_dist.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/workflows/_pypi.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/workflows/_release.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/workflows/_sys_test.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/workflows/_test.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/workflows/_tox.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.github/workflows/ci.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.gitignore +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.pre-commit-config.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.vscode/extensions.json +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.vscode/launch.json +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.vscode/settings.json +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/.vscode/tasks.json +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/Dockerfile +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/LICENSE +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/README.md +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/catalog-info.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/conf.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/explanations/decisions/0001-record-architecture-decisions.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/explanations/decisions.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/build-docs.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/contribute.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/lint.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/make-release.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/pin-requirements.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/run-tests.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/static-analysis.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/test-container.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/update-tools.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/index.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/reference/standards.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/tutorials/dev-install.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/genindex.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/images/dls-favicon.ico +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/images/dls-logo.svg +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/index.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/user/explanations/docs-structure.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/user/how-to/run-container.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/user/index.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/user/reference/api.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/user/tutorials/installation.rst +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/pyproject.toml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/setup.cfg +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/__init__.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/__main__.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/autocomplete.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/__init__.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/cli.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/commands.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/helm.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/k8s_commands.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/kubectl.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/monitor.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/monitor.tcss +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/docker.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/git.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/logging.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/shell.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/utils.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli.egg-info/SOURCES.txt +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli.egg-info/dependency_links.txt +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli.egg-info/entry_points.txt +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli.egg-info/requires.txt +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli.egg-info/top_level.txt +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/__init__.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/conftest.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/autocomplete.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/.copier-answers.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/.github/dependabot.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/.github/workflows/ci_verify.sh +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/.github/workflows/verify.yml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/.gitignore +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/LICENSE +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/README.md +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/environment.sh +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/helm/shared/Chart.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/helm/shared/README.md +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/helm/shared/values.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/include/iocs/Chart.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/include/iocs/templates/configmap.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/services/bl01t-ea-test-01/Chart.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/services/bl01t-ea-test-01/config/ioc.db +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/services/bl01t-ea-test-01/config/ioc.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/services/bl01t-ea-test-01/pretend_helm.tgz +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/services/bl01t-ea-test-01/values.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/update-helm +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/ioc.yaml +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/test_autocomplete.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/test_cli.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/test_ioc.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/test_local.py +0 -0
- {edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/test_system.py +0 -0
|
@@ -66,6 +66,14 @@ class LocalCommands(Commands):
|
|
|
66
66
|
raise typer.Abort()
|
|
67
67
|
self.docker.remove(service_name)
|
|
68
68
|
|
|
69
|
+
def make_volume(self, volume: str):
|
|
70
|
+
shell.run_command(
|
|
71
|
+
f"{self.docker.docker} volume rm -f {volume}", interactive=False
|
|
72
|
+
)
|
|
73
|
+
shell.run_command(
|
|
74
|
+
f"{self.docker.docker} volume create {volume}", interactive=False
|
|
75
|
+
)
|
|
76
|
+
|
|
69
77
|
def _do_deploy(self, ioc_instance: Path, version: str, args: str):
|
|
70
78
|
service_name, _ = check_instance_path(ioc_instance)
|
|
71
79
|
|
|
@@ -73,17 +81,15 @@ class LocalCommands(Commands):
|
|
|
73
81
|
log.debug(f"deploying {ioc_instance} with image {image}")
|
|
74
82
|
config = ioc_instance / globals.CONFIG_FOLDER
|
|
75
83
|
service_name = ioc_instance.name
|
|
76
|
-
|
|
84
|
+
config_volume = f"{service_name}_config"
|
|
85
|
+
runtime_volume = f"{service_name}_runtime"
|
|
77
86
|
|
|
78
87
|
self.docker.remove(service_name)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
)
|
|
82
|
-
shell.run_command(
|
|
83
|
-
f"{self.docker.docker} volume create {volume}", interactive=False
|
|
84
|
-
)
|
|
88
|
+
self.make_volume(config_volume)
|
|
89
|
+
self.make_volume(runtime_volume)
|
|
85
90
|
|
|
86
|
-
vol = f"-v {
|
|
91
|
+
vol = f"-v {config_volume}:{globals.IOC_CONFIG_FOLDER}"
|
|
92
|
+
vol = vol + f" -v {runtime_volume}:{globals.IOC_RUNTIME_FOLDER}"
|
|
87
93
|
label = f"-l is_IOC=true -l version={version}"
|
|
88
94
|
dest = "busybox:copyto"
|
|
89
95
|
|
|
@@ -108,7 +114,7 @@ class LocalCommands(Commands):
|
|
|
108
114
|
shell.run_command(f"{self.docker.docker} rm -f busybox", interactive=False)
|
|
109
115
|
shell.run_command(
|
|
110
116
|
f"{self.docker.docker} container create --name busybox "
|
|
111
|
-
f"-v {
|
|
117
|
+
f"-v {config_volume}:/copyto busybox",
|
|
112
118
|
interactive=False,
|
|
113
119
|
)
|
|
114
120
|
for file in config.glob("*"):
|
|
@@ -21,6 +21,8 @@ SHARED_CHARTS_FOLDER = "../../helm"
|
|
|
21
21
|
CONFIG_FOLDER = "config"
|
|
22
22
|
# location of IOC Instance configuration inside a Generic IOC container
|
|
23
23
|
IOC_CONFIG_FOLDER = "/epics/ioc/config/"
|
|
24
|
+
# location of IOC Instance configuration inside a Generic IOC container
|
|
25
|
+
IOC_RUNTIME_FOLDER = "/epics/runtime/"
|
|
24
26
|
# file name of IOC Instance ibek configuration inside a Generic IOC container
|
|
25
27
|
CONFIG_FILE_GLOB = "*.yaml"
|
|
26
28
|
# namespace name for deploying IOC instances into the local podman/docker
|
|
@@ -26,6 +26,10 @@ deploy_local:
|
|
|
26
26
|
rsp: bl01t-ea-test-01-config
|
|
27
27
|
- cmd: docker volume create bl01t-ea-test-01_config
|
|
28
28
|
rsp: bl01t-ea-test-01-config
|
|
29
|
+
- cmd: docker volume rm -f bl01t-ea-test-01_runtime
|
|
30
|
+
rsp: bl01t-ea-test-01-config
|
|
31
|
+
- cmd: docker volume create bl01t-ea-test-01_runtime
|
|
32
|
+
rsp: bl01t-ea-test-01-config
|
|
29
33
|
- cmd: docker rm -f busybox
|
|
30
34
|
rsp: ""
|
|
31
35
|
- cmd: docker container create --name busybox -v bl01t-ea-test-01_config:/copyto busybox
|
|
@@ -37,7 +41,7 @@ deploy_local:
|
|
|
37
41
|
rsp: ""
|
|
38
42
|
- cmd: docker rm -f busybox
|
|
39
43
|
rsp: ""
|
|
40
|
-
- cmd: docker run -dit --net host --restart unless-stopped -l is_IOC=true -l version=.* -v bl01t-ea-test-01_config:\/epics\/ioc\/config\/ --name bl01t-ea-test-01 ghcr.io\/epics-containers\/ioc-adsimdetector-runtime:2024.4.1
|
|
44
|
+
- cmd: docker run -dit --net host --restart unless-stopped -l is_IOC=true -l version=.* -v bl01t-ea-test-01_config:\/epics\/ioc\/config\/ -v bl01t-ea-test-01_runtime:/epics/runtime/ --name bl01t-ea-test-01 ghcr.io\/epics-containers\/ioc-adsimdetector-runtime:2024.4.1
|
|
41
45
|
rsp: True
|
|
42
46
|
- cmd: docker ps -f name=bl01t-ea-test-01 --format .*
|
|
43
47
|
rsp: bl01t-ea-test-01
|
|
@@ -53,6 +57,10 @@ deploy:
|
|
|
53
57
|
rsp: bl01t-ea-test-01-config
|
|
54
58
|
- cmd: docker volume create bl01t-ea-test-01_config
|
|
55
59
|
rsp: bl01t-ea-test-01-config
|
|
60
|
+
- cmd: docker volume rm -f bl01t-ea-test-01_runtime
|
|
61
|
+
rsp: bl01t-ea-test-01-config
|
|
62
|
+
- cmd: docker volume create bl01t-ea-test-01_runtime
|
|
63
|
+
rsp: bl01t-ea-test-01-config
|
|
56
64
|
- cmd: docker rm -f busybox
|
|
57
65
|
rsp: ""
|
|
58
66
|
- cmd: docker container create --name busybox -v bl01t-ea-test-01_config:/copyto busybox
|
|
@@ -64,7 +72,7 @@ deploy:
|
|
|
64
72
|
rsp: ""
|
|
65
73
|
- cmd: docker rm -f busybox
|
|
66
74
|
rsp: ""
|
|
67
|
-
- cmd: docker run -dit --net host --restart unless-stopped -l is_IOC=true -l version=2.0 -v bl01t-ea-test-01_config:/epics/ioc/config/ --name bl01t-ea-test-01 ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.4.1
|
|
75
|
+
- cmd: docker run -dit --net host --restart unless-stopped -l is_IOC=true -l version=2.0 -v bl01t-ea-test-01_config:/epics/ioc/config/ -v bl01t-ea-test-01_runtime:/epics/runtime/ --name bl01t-ea-test-01 ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.4.1
|
|
68
76
|
rsp: True
|
|
69
77
|
- cmd: docker ps -f name=bl01t-ea-test-01 --format .*
|
|
70
78
|
rsp: bl01t-ea-test-01
|
|
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
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/explanations/decisions.rst
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/build-docs.rst
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/contribute.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/make-release.rst
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/pin-requirements.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/static-analysis.rst
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/test-container.rst
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/how-to/update-tools.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/reference/standards.rst
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/developer/tutorials/dev-install.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/user/explanations/docs-structure.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/docs/user/tutorials/installation.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/autocomplete.py
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/commands.py
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/helm.py
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/k8s_commands.py
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/kubectl.py
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/monitor.py
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/src/edge_containers_cli/cmds/monitor.tcss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/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-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/.copier-answers.yml
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/.github/dependabot.yml
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-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/helm/shared/Chart.yaml
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/helm/shared/README.md
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/helm/shared/values.yaml
RENAMED
|
File without changes
|
{edge_containers_cli-3.5.4 → edge_containers_cli-3.5.5}/tests/data/bl01t/include/iocs/Chart.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
|