edge-containers-cli 5.0.0a2__tar.gz → 5.0.1b2__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-5.0.0a2 → edge_containers_cli-5.0.1b2}/.copier-answers.yml +1 -1
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.devcontainer/devcontainer.json +15 -16
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_container.yml +1 -1
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_dist.yml +2 -2
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_pypi.yml +1 -1
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_release.yml +2 -2
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_test.yml +2 -2
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_tox.yml +2 -2
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/PKG-INFO +1 -1
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/_version.py +3 -3
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/PKG-INFO +1 -1
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.dockerignore +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/CONTRIBUTING.md +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/ISSUE_TEMPLATE/issue.md +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/dependabot.yml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/pages/index.html +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/pages/make_switcher.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/ci.yml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.gitignore +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.gitleaks.toml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.pre-commit-config.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.python-version +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.vscode/extensions.json +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.vscode/launch.json +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.vscode/settings.json +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.vscode/tasks.json +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/Dockerfile +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/LICENSE +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/README.md +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/conf.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/explanations/decisions/0001-record-architecture-decisions.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/explanations/decisions.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/build-docs.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/contribute.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/lint.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/make-release.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/pin-requirements.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/run-tests.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/static-analysis.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/test-container.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/update-tools.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/index.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/reference/standards.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/tutorials/dev-install.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/genindex.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/images/dls-favicon.ico +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/images/dls-logo.svg +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/images/ec-logs.png +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/images/ec-web.png +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/index.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/explanations/docs-structure.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/how-to/run-container.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/index.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/reference/api.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/tutorials/installation.rst +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/pyproject.toml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/setup.cfg +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/__init__.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/__main__.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/autocomplete.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/backend.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cli.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/__init__.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/argo_commands.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/commands.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/demo_commands.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/helm.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/k8s_commands.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/monitor.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/monitor.tcss +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/definitions.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/git.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/globals.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/logging.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/shell.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/utils.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/SOURCES.txt +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/dependency_links.txt +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/entry_points.txt +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/requires.txt +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/top_level.txt +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/__init__.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/conftest.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/argocd.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-deployment/apps/values.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/bl01t-ea-test-01/Chart.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.db +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/bl01t-ea-test-01/templates/configmap.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/bl01t-ea-test-01/values.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/bl01t-ea-test-02/Chart.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/bl01t-ea-test-02/values.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/dls-aravis/Chart.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/dls-aravis/config/ioc.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/dls-aravis/templates/configmap.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/dls-aravis/values.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/values.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/cli.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/k8s.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/yaml.yaml +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_argocd.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_cli.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_demo.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_k8s.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_unit.py +0 -0
- {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/uv.lock +0 -0
|
@@ -8,16 +8,22 @@
|
|
|
8
8
|
"remoteEnv": {
|
|
9
9
|
// Allow X11 apps to run inside the container
|
|
10
10
|
"DISPLAY": "${localEnv:DISPLAY}",
|
|
11
|
+
// Put things that allow it in the persistent cache
|
|
12
|
+
"PRE_COMMIT_HOME": "/cache/pre-commit",
|
|
13
|
+
"UV_CACHE_DIR": "/cache/uv",
|
|
14
|
+
"UV_PYTHON_CACHE_DIR": "/cache/uv-python",
|
|
15
|
+
// Make a venv that is specific for this workspace path as the cache is shared
|
|
16
|
+
"UV_PROJECT_ENVIRONMENT": "/cache/venv-for${localWorkspaceFolder}",
|
|
11
17
|
// Do the equivalent of "activate" the venv so we don't have to "uv run" everything
|
|
12
|
-
"VIRTUAL_ENV": "/
|
|
13
|
-
"PATH": "/
|
|
18
|
+
"VIRTUAL_ENV": "/cache/venv-for${localWorkspaceFolder}",
|
|
19
|
+
"PATH": "/cache/venv-for${localWorkspaceFolder}/bin:${containerEnv:PATH}"
|
|
14
20
|
},
|
|
15
21
|
"customizations": {
|
|
16
22
|
"vscode": {
|
|
17
23
|
// Set *default* container specific settings.json values on container create.
|
|
18
24
|
"settings": {
|
|
19
25
|
// Use the container's python by default
|
|
20
|
-
"python.defaultInterpreterPath": "/
|
|
26
|
+
"python.defaultInterpreterPath": "/cache/venv-for${localWorkspaceFolder}/bin/python",
|
|
21
27
|
// Don't activate the venv as it is already in the PATH
|
|
22
28
|
"python.terminal.activateEnvInCurrentTerminal": false,
|
|
23
29
|
"python.terminal.activateEnvironment": false,
|
|
@@ -38,9 +44,7 @@
|
|
|
38
44
|
}
|
|
39
45
|
},
|
|
40
46
|
// Create the config folder for the bash-config feature and uv cache
|
|
41
|
-
|
|
42
|
-
// https://dev-guide.diamond.ac.uk/linux-user-environment/how-tos/disk-quota-troubleshooting
|
|
43
|
-
"initializeCommand": "mkdir -p ${localEnv:HOME}/.config/terminal-config ${localEnv:HOME}/.cache/uv",
|
|
47
|
+
"initializeCommand": "mkdir -p ${localEnv:HOME}/.config/terminal-config",
|
|
44
48
|
"runArgs": [
|
|
45
49
|
// Allow the container to access the host X11 display and EPICS CA
|
|
46
50
|
"--net=host",
|
|
@@ -54,20 +58,15 @@
|
|
|
54
58
|
"target": "/user-terminal-config",
|
|
55
59
|
"type": "bind"
|
|
56
60
|
},
|
|
57
|
-
// Keep a persistent cross container cache for uv
|
|
61
|
+
// Keep a persistent cross container cache for uv, pre-commit, and the venvs
|
|
58
62
|
{
|
|
59
|
-
"source": "
|
|
60
|
-
"target": "/
|
|
61
|
-
"type": "bind"
|
|
62
|
-
},
|
|
63
|
-
// Use a volume mount for the uv venv so it is local to the container
|
|
64
|
-
{
|
|
65
|
-
"target": "/workspaces/${localWorkspaceFolderBasename}/.venv",
|
|
63
|
+
"source": "devcontainer-shared-cache",
|
|
64
|
+
"target": "/cache",
|
|
66
65
|
"type": "volume"
|
|
67
66
|
}
|
|
68
67
|
],
|
|
69
68
|
// Mount the parent as /workspaces so we can pip install peers as editable
|
|
70
69
|
"workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspaces,type=bind",
|
|
71
|
-
// After the container is created,
|
|
72
|
-
"postCreateCommand": "uv
|
|
70
|
+
// After the container is created, recreate the venv then make pre-commit first run faster
|
|
71
|
+
"postCreateCommand": "uv venv --clear && uv sync && pre-commit install --install-hooks"
|
|
73
72
|
}
|
|
@@ -7,13 +7,13 @@ jobs:
|
|
|
7
7
|
|
|
8
8
|
steps:
|
|
9
9
|
- name: Checkout
|
|
10
|
-
uses: actions/checkout@
|
|
10
|
+
uses: actions/checkout@v5
|
|
11
11
|
with:
|
|
12
12
|
# Need this to get version number from last tag
|
|
13
13
|
fetch-depth: 0
|
|
14
14
|
|
|
15
15
|
- name: Install uv
|
|
16
|
-
uses: astral-sh/setup-uv@
|
|
16
|
+
uses: astral-sh/setup-uv@v7
|
|
17
17
|
|
|
18
18
|
- name: Build sdist and wheel
|
|
19
19
|
run: >
|
|
@@ -7,7 +7,7 @@ jobs:
|
|
|
7
7
|
|
|
8
8
|
steps:
|
|
9
9
|
- name: Download artifacts
|
|
10
|
-
uses: actions/download-artifact@
|
|
10
|
+
uses: actions/download-artifact@v5
|
|
11
11
|
with:
|
|
12
12
|
merge-multiple: true
|
|
13
13
|
|
|
@@ -23,7 +23,7 @@ jobs:
|
|
|
23
23
|
- name: Create GitHub Release
|
|
24
24
|
# We pin to the SHA, not the tag, for security reasons.
|
|
25
25
|
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
|
|
26
|
-
uses: softprops/action-gh-release@
|
|
26
|
+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
|
|
27
27
|
with:
|
|
28
28
|
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
|
|
29
29
|
files: "*"
|
|
@@ -24,13 +24,13 @@ jobs:
|
|
|
24
24
|
|
|
25
25
|
steps:
|
|
26
26
|
- name: Checkout
|
|
27
|
-
uses: actions/checkout@
|
|
27
|
+
uses: actions/checkout@v5
|
|
28
28
|
with:
|
|
29
29
|
# Need this to get version number from last tag
|
|
30
30
|
fetch-depth: 0
|
|
31
31
|
|
|
32
32
|
- name: Install uv
|
|
33
|
-
uses: astral-sh/setup-uv@
|
|
33
|
+
uses: astral-sh/setup-uv@v7
|
|
34
34
|
|
|
35
35
|
- name: Run tests
|
|
36
36
|
run: uv run --locked tox -e tests
|
|
@@ -13,10 +13,10 @@ jobs:
|
|
|
13
13
|
|
|
14
14
|
steps:
|
|
15
15
|
- name: Checkout
|
|
16
|
-
uses: actions/checkout@
|
|
16
|
+
uses: actions/checkout@v5
|
|
17
17
|
|
|
18
18
|
- name: Install uv
|
|
19
|
-
uses: astral-sh/setup-uv@
|
|
19
|
+
uses: astral-sh/setup-uv@v7
|
|
20
20
|
|
|
21
21
|
- name: Run tox
|
|
22
22
|
run: uv run --locked tox -e ${{ inputs.tox }}
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/_version.py
RENAMED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '5.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (5, 0,
|
|
31
|
+
__version__ = version = '5.0.1b2'
|
|
32
|
+
__version_tuple__ = version_tuple = (5, 0, 1, 'b2')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gcb24dcf03'
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.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
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/build-docs.rst
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/contribute.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/make-release.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/run-tests.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/test-container.rst
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/update-tools.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/reference/standards.rst
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/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
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/how-to/run-container.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/tutorials/installation.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/__init__.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/__main__.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/autocomplete.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/backend.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/commands.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/helm.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/monitor.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/globals.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/logging.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/shell.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/utils.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
|