edge-containers-cli 4.4.0__tar.gz → 4.4.1b1__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.4.0 → edge_containers_cli-4.4.1b1}/.copier-answers.yml +1 -1
- edge_containers_cli-4.4.1b1/.dockerignore +4 -0
- edge_containers_cli-4.4.1b1/.github/workflows/_container.yml +60 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/workflows/ci.yml +8 -0
- edge_containers_cli-4.4.1b1/Dockerfile +41 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/PKG-INFO +1 -1
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/_version.py +2 -2
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli.egg-info/PKG-INFO +1 -1
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli.egg-info/SOURCES.txt +2 -0
- edge_containers_cli-4.4.0/Dockerfile +0 -13
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.devcontainer/devcontainer.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/CONTRIBUTING.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/ISSUE_TEMPLATE/issue.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/actions/install_requirements/action.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/dependabot.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/pages/index.html +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/pages/make_switcher.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/workflows/_check.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/workflows/_dist.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/workflows/_pypi.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/workflows/_release.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/workflows/_test.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.github/workflows/_tox.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.gitignore +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.pre-commit-config.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.vscode/extensions.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.vscode/launch.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.vscode/settings.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.vscode/tasks.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/LICENSE +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/README.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/conf.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/explanations/decisions/0001-record-architecture-decisions.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/explanations/decisions.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/build-docs.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/contribute.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/lint.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/make-release.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/pin-requirements.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/run-tests.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/static-analysis.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/test-container.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/update-tools.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/index.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/reference/standards.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/tutorials/dev-install.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/genindex.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/images/dls-favicon.ico +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/images/dls-logo.svg +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/images/ec-logs.png +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/images/ec-web.png +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/index.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/user/explanations/docs-structure.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/user/how-to/run-container.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/user/index.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/user/reference/api.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/user/tutorials/installation.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/pyproject.toml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/setup.cfg +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/__init__.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/__main__.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/autocomplete.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/backend.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cli.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/__init__.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/argo_commands.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/commands.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/demo_commands.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/helm.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/k8s_commands.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/monitor.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/monitor.tcss +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/definitions.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/git.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/globals.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/logging.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/shell.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/utils.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli.egg-info/dependency_links.txt +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli.egg-info/entry_points.txt +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli.egg-info/requires.txt +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli.egg-info/top_level.txt +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/__init__.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/conftest.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/argocd.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-deployment/apps/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/bl01t-ea-test-01/Chart.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.db +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/bl01t-ea-test-01/templates/configmap.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/bl01t-ea-test-01/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/bl01t-ea-test-02/Chart.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/bl01t-ea-test-02/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/dls-aravis/Chart.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/dls-aravis/config/ioc.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/dls-aravis/templates/configmap.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/dls-aravis/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/bl01t-services/services/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/cli.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/k8s.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/data/yaml.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/test_argocd.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/test_cli.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/test_demo.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/test_k8s.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/tests/test_unit.py +0 -0
|
@@ -5,7 +5,7 @@ author_email: giles.knap@gmail.com
|
|
|
5
5
|
author_name: Giles Knap
|
|
6
6
|
description: CLI for deploying and managing epics containers IOCs and services
|
|
7
7
|
distribution_name: edge-containers-cli
|
|
8
|
-
docker:
|
|
8
|
+
docker: true
|
|
9
9
|
docs_type: README
|
|
10
10
|
git_platform: github.com
|
|
11
11
|
github_org: epics-containers
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
on:
|
|
2
|
+
workflow_call:
|
|
3
|
+
|
|
4
|
+
jobs:
|
|
5
|
+
build:
|
|
6
|
+
runs-on: ubuntu-latest
|
|
7
|
+
|
|
8
|
+
steps:
|
|
9
|
+
- name: Checkout
|
|
10
|
+
uses: actions/checkout@v4
|
|
11
|
+
with:
|
|
12
|
+
# Need this to get version number from last tag
|
|
13
|
+
fetch-depth: 0
|
|
14
|
+
|
|
15
|
+
- name: Set up Docker Buildx
|
|
16
|
+
id: buildx
|
|
17
|
+
uses: docker/setup-buildx-action@v3
|
|
18
|
+
|
|
19
|
+
- name: Log in to GitHub Docker Registry
|
|
20
|
+
if: github.event_name != 'pull_request'
|
|
21
|
+
uses: docker/login-action@v3
|
|
22
|
+
with:
|
|
23
|
+
registry: ghcr.io
|
|
24
|
+
username: ${{ github.actor }}
|
|
25
|
+
password: ${{ secrets.GITHUB_TOKEN }}
|
|
26
|
+
|
|
27
|
+
- name: Build and export to Docker local cache
|
|
28
|
+
uses: docker/build-push-action@v6
|
|
29
|
+
env:
|
|
30
|
+
DOCKER_BUILD_RECORD_UPLOAD: false
|
|
31
|
+
with:
|
|
32
|
+
context: .
|
|
33
|
+
# Need load and tags so we can test it below
|
|
34
|
+
load: true
|
|
35
|
+
tags: tag_for_testing
|
|
36
|
+
|
|
37
|
+
- name: Test cli works in cached runtime image
|
|
38
|
+
run: docker run --rm tag_for_testing --version
|
|
39
|
+
|
|
40
|
+
- name: Create tags for publishing image
|
|
41
|
+
id: meta
|
|
42
|
+
uses: docker/metadata-action@v5
|
|
43
|
+
with:
|
|
44
|
+
images: ghcr.io/${{ github.repository }}
|
|
45
|
+
tags: |
|
|
46
|
+
type=ref,event=tag
|
|
47
|
+
type=raw,value=latest
|
|
48
|
+
|
|
49
|
+
- name: Push cached image to container registry
|
|
50
|
+
if: github.ref_type == 'tag'
|
|
51
|
+
uses: docker/build-push-action@v6
|
|
52
|
+
env:
|
|
53
|
+
DOCKER_BUILD_RECORD_UPLOAD: false
|
|
54
|
+
# This does not build the image again, it will find the image in the
|
|
55
|
+
# Docker cache and publish it
|
|
56
|
+
with:
|
|
57
|
+
context: .
|
|
58
|
+
push: true
|
|
59
|
+
tags: ${{ steps.meta.outputs.tags }}
|
|
60
|
+
labels: ${{ steps.meta.outputs.labels }}
|
|
@@ -34,6 +34,14 @@ jobs:
|
|
|
34
34
|
secrets:
|
|
35
35
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
36
36
|
|
|
37
|
+
container:
|
|
38
|
+
needs: check
|
|
39
|
+
if: needs.check.outputs.branch-pr == ''
|
|
40
|
+
uses: ./.github/workflows/_container.yml
|
|
41
|
+
permissions:
|
|
42
|
+
contents: read
|
|
43
|
+
packages: write
|
|
44
|
+
|
|
37
45
|
dist:
|
|
38
46
|
needs: check
|
|
39
47
|
if: needs.check.outputs.branch-pr == ''
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# The devcontainer should use the developer target and run as root with podman
|
|
2
|
+
# or docker with user namespaces.
|
|
3
|
+
ARG PYTHON_VERSION=3.12
|
|
4
|
+
FROM python:${PYTHON_VERSION} AS developer
|
|
5
|
+
|
|
6
|
+
# Set up a virtual environment and put it in PATH
|
|
7
|
+
RUN python -m venv /venv
|
|
8
|
+
ENV PATH=/venv/bin:$PATH
|
|
9
|
+
|
|
10
|
+
# install tools used by ec #####################################################
|
|
11
|
+
|
|
12
|
+
# ArgoCD CLI - see https://github.com/argoproj/argo-cd/releases
|
|
13
|
+
RUN VERSION=v2.14.10 && \
|
|
14
|
+
curl -sSL -o argocd https://github.com/argoproj/argo-cd/releases/download/$VERSION/argocd-linux-amd64 && \
|
|
15
|
+
echo "d1750274a336f0a090abf196a832cee14cb9f1c2fc3d20d80b0dbfeff83550fa argocd" | sha256sum -c && \
|
|
16
|
+
install -m 555 argocd /usr/local/bin/argocd && \
|
|
17
|
+
rm argocd
|
|
18
|
+
|
|
19
|
+
# kubectl - see https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/
|
|
20
|
+
RUN VERSION=v1.32.3 && \
|
|
21
|
+
curl -sSLO https://dl.k8s.io/release/$VERSION/bin/linux/amd64/kubectl && \
|
|
22
|
+
echo "ab209d0c5134b61486a0486585604a616a5bb2fc07df46d304b3c95817b2d79f kubectl" | sha256sum -c && \
|
|
23
|
+
install -m 555 kubectl /usr/local/bin/kubectl && \
|
|
24
|
+
rm kubectl
|
|
25
|
+
|
|
26
|
+
# helm - see https://github.com/helm/helm/releases
|
|
27
|
+
RUN VERSION=v3.17.3 && \
|
|
28
|
+
curl -sSL -o helm.tar.gz https://get.helm.sh/helm-$VERSION-linux-amd64.tar.gz && \
|
|
29
|
+
echo "ee88b3c851ae6466a3de507f7be73fe94d54cbf2987cbaa3d1a3832ea331f2cd helm.tar.gz" | sha256sum -c && \
|
|
30
|
+
tar -xzf helm.tar.gz --strip-components=1 linux-amd64/helm && \
|
|
31
|
+
install -m 555 helm /usr/local/bin/helm && \
|
|
32
|
+
rm helm.tar.gz
|
|
33
|
+
|
|
34
|
+
# install the context into the venv
|
|
35
|
+
COPY . /context
|
|
36
|
+
WORKDIR /context
|
|
37
|
+
RUN touch dev-requirements.txt && \
|
|
38
|
+
pip install -c dev-requirements.txt .
|
|
39
|
+
|
|
40
|
+
ENTRYPOINT ["ec"]
|
|
41
|
+
CMD ["--version"]
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
.copier-answers.yml
|
|
2
|
+
.dockerignore
|
|
2
3
|
.gitignore
|
|
3
4
|
.pre-commit-config.yaml
|
|
4
5
|
Dockerfile
|
|
@@ -15,6 +16,7 @@ pyproject.toml
|
|
|
15
16
|
.github/pages/index.html
|
|
16
17
|
.github/pages/make_switcher.py
|
|
17
18
|
.github/workflows/_check.yml
|
|
19
|
+
.github/workflows/_container.yml
|
|
18
20
|
.github/workflows/_dist.yml
|
|
19
21
|
.github/workflows/_pypi.yml
|
|
20
22
|
.github/workflows/_release.yml
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# The devcontainer should use the developer target and run as root with podman
|
|
2
|
-
# or docker with user namespaces.
|
|
3
|
-
ARG PYTHON_VERSION=3.11
|
|
4
|
-
FROM python:${PYTHON_VERSION} AS developer
|
|
5
|
-
|
|
6
|
-
# Add any system dependencies for the developer/build environment here
|
|
7
|
-
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
8
|
-
graphviz \
|
|
9
|
-
&& rm -rf /var/lib/apt/lists/*
|
|
10
|
-
|
|
11
|
-
# Set up a virtual environment and put it in PATH
|
|
12
|
-
RUN python -m venv /venv
|
|
13
|
-
ENV PATH=/venv/bin:$PATH
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/.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
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/explanations/decisions.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/build-docs.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/contribute.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/make-release.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/pin-requirements.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/run-tests.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/static-analysis.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/test-container.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/how-to/update-tools.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/developer/reference/standards.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/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.4.0 → edge_containers_cli-4.4.1b1}/docs/user/explanations/docs-structure.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/user/how-to/run-container.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/docs/user/tutorials/installation.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/__init__.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/__main__.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/autocomplete.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/backend.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/commands.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/helm.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/monitor.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/cmds/monitor.tcss
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/globals.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.1b1}/src/edge_containers_cli/logging.py
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|