menda-cli 0.2.4__tar.gz → 0.2.6__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.
- {menda_cli-0.2.4 → menda_cli-0.2.6}/.github/workflows/prepare-release.yml +2 -2
- {menda_cli-0.2.4 → menda_cli-0.2.6}/.github/workflows/release.yml +2 -2
- {menda_cli-0.2.4 → menda_cli-0.2.6}/CHANGELOG.md +6 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/PKG-INFO +1 -1
- {menda_cli-0.2.4 → menda_cli-0.2.6}/pyproject.toml +1 -1
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/pyproject.toml +1 -1
- {menda_cli-0.2.4 → menda_cli-0.2.6}/uv.lock +1 -1
- {menda_cli-0.2.4 → menda_cli-0.2.6}/.cruft.json +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/.github/workflows/ci.yml +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/.github/workflows/lint-pr.yml +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/.gitignore +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/README.md +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/cliff.toml +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/api.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/env.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/exceptions.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/http.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/inquirer.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/mendacfg.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/models.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/oauth2/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/oauth2/client.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/oauth2/token.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/pkce.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/auth/task.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/auth/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/auth/commands.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/console.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/cookiecutter.json +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/.gitignore +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/README.md +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/menda.yaml +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/dp/.gitkeep +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/orchestration/.gitkeep +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/discovery.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/exceptions.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/init/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/init/commands.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/init/prompts.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/init/templates.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/main.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/params.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/logging.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/oauth2/test_client.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/test_env.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/test_exceptions.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/test_mendacfg.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/test_models.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/test_pkce.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/test_task.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/auth/test_token.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/.gitkeep +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/auth/test_configure.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/auth/test_login.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/auth/test_whoami.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/init/__init__.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/init/test_commands.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/init/test_templates.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/test_console.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/test_discovery.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/test_exceptions.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/test_ipython.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/test_main.py +0 -0
- {menda_cli-0.2.4 → menda_cli-0.2.6}/tests/cli/test_params.py +0 -0
|
@@ -30,5 +30,5 @@ jobs:
|
|
|
30
30
|
release_bump: ${{ inputs.release_bump }}
|
|
31
31
|
pre_release_bump: ${{ inputs.pre_release_bump }}
|
|
32
32
|
secrets:
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
|
|
34
|
+
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
|
|
@@ -17,8 +17,8 @@ jobs:
|
|
|
17
17
|
with:
|
|
18
18
|
branch_name: ${{ github.head_ref }}
|
|
19
19
|
secrets:
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
|
|
21
|
+
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
|
|
22
22
|
|
|
23
23
|
publish:
|
|
24
24
|
needs: tag-and-release
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.2.6] - 2026-04-22
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Update menda private artifactory URL in pyproject.toml (#20) ([7f00de0](https://github.com/mendaml/menda-cli/commit/7f00de0a112e5fcacd57e0e5dfa0c55bc71414e9))
|
|
10
|
+
|
|
5
11
|
## [0.2.4] - 2026-04-21
|
|
6
12
|
|
|
7
13
|
### Features
|
|
@@ -27,4 +27,4 @@ default = true
|
|
|
27
27
|
# Menda private artifactory to build menda deps
|
|
28
28
|
[[tool.uv.index]]
|
|
29
29
|
name = "menda-private"
|
|
30
|
-
url = "https://aws@menda-
|
|
30
|
+
url = "https://aws@menda-software-registry-007448416781.d.codeartifact.eu-west-1.amazonaws.com/pypi/menda-plugins/simple/"
|
|
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
|
{menda_cli-0.2.4 → menda_cli-0.2.6}/src/menda/cli/cookiecutters/databricks-default/cookiecutter.json
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|