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.
Files changed (109) hide show
  1. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.copier-answers.yml +1 -1
  2. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.devcontainer/devcontainer.json +15 -16
  3. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_container.yml +1 -1
  4. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_dist.yml +2 -2
  5. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_pypi.yml +1 -1
  6. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_release.yml +2 -2
  7. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_test.yml +2 -2
  8. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/_tox.yml +2 -2
  9. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/PKG-INFO +1 -1
  10. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/_version.py +3 -3
  11. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/PKG-INFO +1 -1
  12. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.dockerignore +0 -0
  13. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/CONTRIBUTING.md +0 -0
  14. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  15. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/ISSUE_TEMPLATE/issue.md +0 -0
  16. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -0
  17. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/dependabot.yml +0 -0
  18. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/pages/index.html +0 -0
  19. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/pages/make_switcher.py +0 -0
  20. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.github/workflows/ci.yml +0 -0
  21. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.gitignore +0 -0
  22. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.gitleaks.toml +0 -0
  23. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.pre-commit-config.yaml +0 -0
  24. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.python-version +0 -0
  25. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.vscode/extensions.json +0 -0
  26. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.vscode/launch.json +0 -0
  27. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.vscode/settings.json +0 -0
  28. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/.vscode/tasks.json +0 -0
  29. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/Dockerfile +0 -0
  30. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/LICENSE +0 -0
  31. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/README.md +0 -0
  32. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/conf.py +0 -0
  33. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/explanations/decisions/0001-record-architecture-decisions.rst +0 -0
  34. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst +0 -0
  35. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/explanations/decisions.rst +0 -0
  36. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/build-docs.rst +0 -0
  37. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/contribute.rst +0 -0
  38. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/lint.rst +0 -0
  39. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/make-release.rst +0 -0
  40. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/pin-requirements.rst +0 -0
  41. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/run-tests.rst +0 -0
  42. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/static-analysis.rst +0 -0
  43. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/test-container.rst +0 -0
  44. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/how-to/update-tools.rst +0 -0
  45. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/index.rst +0 -0
  46. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/reference/standards.rst +0 -0
  47. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/developer/tutorials/dev-install.rst +0 -0
  48. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/genindex.rst +0 -0
  49. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/images/dls-favicon.ico +0 -0
  50. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/images/dls-logo.svg +0 -0
  51. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/images/ec-logs.png +0 -0
  52. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/images/ec-web.png +0 -0
  53. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/index.rst +0 -0
  54. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/explanations/docs-structure.rst +0 -0
  55. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/how-to/run-container.rst +0 -0
  56. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/index.rst +0 -0
  57. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/reference/api.rst +0 -0
  58. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/docs/user/tutorials/installation.rst +0 -0
  59. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/pyproject.toml +0 -0
  60. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/setup.cfg +0 -0
  61. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/__init__.py +0 -0
  62. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/__main__.py +0 -0
  63. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/autocomplete.py +0 -0
  64. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/backend.py +0 -0
  65. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cli.py +0 -0
  66. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/__init__.py +0 -0
  67. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/argo_commands.py +0 -0
  68. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/commands.py +0 -0
  69. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/demo_commands.py +0 -0
  70. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/helm.py +0 -0
  71. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/k8s_commands.py +0 -0
  72. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/monitor.py +0 -0
  73. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/cmds/monitor.tcss +0 -0
  74. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/definitions.py +0 -0
  75. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/git.py +0 -0
  76. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/globals.py +0 -0
  77. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/logging.py +0 -0
  78. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/shell.py +0 -0
  79. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli/utils.py +0 -0
  80. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/SOURCES.txt +0 -0
  81. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/dependency_links.txt +0 -0
  82. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/entry_points.txt +0 -0
  83. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/requires.txt +0 -0
  84. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/src/edge_containers_cli.egg-info/top_level.txt +0 -0
  85. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/__init__.py +0 -0
  86. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/conftest.py +0 -0
  87. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/argocd.yaml +0 -0
  88. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-deployment/apps/values.yaml +0 -0
  89. {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
  90. {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
  91. {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
  92. {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
  93. {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
  94. {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
  95. {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
  96. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/dls-aravis/Chart.yaml +0 -0
  97. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/dls-aravis/config/ioc.yaml +0 -0
  98. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/dls-aravis/templates/configmap.yaml +0 -0
  99. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/dls-aravis/values.yaml +0 -0
  100. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/bl01t-services/services/values.yaml +0 -0
  101. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/cli.yaml +0 -0
  102. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/k8s.yaml +0 -0
  103. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/data/yaml.yaml +0 -0
  104. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_argocd.py +0 -0
  105. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_cli.py +0 -0
  106. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_demo.py +0 -0
  107. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_k8s.py +0 -0
  108. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/tests/test_unit.py +0 -0
  109. {edge_containers_cli-5.0.0a2 → edge_containers_cli-5.0.1b2}/uv.lock +0 -0
@@ -1,5 +1,5 @@
1
1
  # Changes here will be overwritten by Copier
2
- _commit: 5.0.0a3
2
+ _commit: 5.0.0a3-3-g238de53
3
3
  _src_path: gh:DiamondLightSource/python-copier-template
4
4
  author_email: giles.knap@gmail.com
5
5
  author_name: Giles Knap
@@ -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": "/workspaces/${localWorkspaceFolderBasename}/.venv",
13
- "PATH": "/workspaces/${localWorkspaceFolderBasename}/.venv/bin:${containerEnv: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": "/workspaces/${localWorkspaceFolderBasename}/.venv/bin/python",
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
- // NOTE: The uv cache can get large, DLS users should read
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": "${localEnv:HOME}/.cache/uv",
60
- "target": "/root/.cache/uv",
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, install the python project in editable form
72
- "postCreateCommand": "uv sync && uv run pre-commit install --install-hooks"
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
  }
@@ -11,7 +11,7 @@ jobs:
11
11
 
12
12
  steps:
13
13
  - name: Checkout
14
- uses: actions/checkout@v4
14
+ uses: actions/checkout@v5
15
15
  with:
16
16
  # Need this to get version number from last tag
17
17
  fetch-depth: 0
@@ -7,13 +7,13 @@ jobs:
7
7
 
8
8
  steps:
9
9
  - name: Checkout
10
- uses: actions/checkout@v4
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@v6
16
+ uses: astral-sh/setup-uv@v7
17
17
 
18
18
  - name: Build sdist and wheel
19
19
  run: >
@@ -8,7 +8,7 @@ jobs:
8
8
 
9
9
  steps:
10
10
  - name: Download dist artifact
11
- uses: actions/download-artifact@v4
11
+ uses: actions/download-artifact@v5
12
12
  with:
13
13
  name: dist
14
14
  path: dist
@@ -7,7 +7,7 @@ jobs:
7
7
 
8
8
  steps:
9
9
  - name: Download artifacts
10
- uses: actions/download-artifact@v4
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@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
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@v4
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@v5
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@v4
16
+ uses: actions/checkout@v5
17
17
 
18
18
  - name: Install uv
19
- uses: astral-sh/setup-uv@v5
19
+ uses: astral-sh/setup-uv@v7
20
20
 
21
21
  - name: Run tox
22
22
  run: uv run --locked tox -e ${{ inputs.tox }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: edge-containers-cli
3
- Version: 5.0.0a2
3
+ Version: 5.0.1b2
4
4
  Summary: CLI for deploying and managing epics containers IOCs and services
5
5
  Author-email: Giles Knap <giles.knap@gmail.com>
6
6
  License: Apache License
@@ -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.0a2'
32
- __version_tuple__ = version_tuple = (5, 0, 0, 'a2')
31
+ __version__ = version = '5.0.1b2'
32
+ __version_tuple__ = version_tuple = (5, 0, 1, 'b2')
33
33
 
34
- __commit_id__ = commit_id = 'g223fc6f89'
34
+ __commit_id__ = commit_id = 'gcb24dcf03'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: edge-containers-cli
3
- Version: 5.0.0a2
3
+ Version: 5.0.1b2
4
4
  Summary: CLI for deploying and managing epics containers IOCs and services
5
5
  Author-email: Giles Knap <giles.knap@gmail.com>
6
6
  License: Apache License