menda-cli 0.2.7__tar.gz → 0.2.8__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.7 → menda_cli-0.2.8}/CHANGELOG.md +6 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/PKG-INFO +1 -1
- {menda_cli-0.2.7 → menda_cli-0.2.8}/pyproject.toml +1 -1
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/pyproject.toml +1 -1
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/exceptions.py +2 -4
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/main.py +1 -1
- {menda_cli-0.2.7 → menda_cli-0.2.8}/uv.lock +1 -1
- {menda_cli-0.2.7 → menda_cli-0.2.8}/.cruft.json +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/.github/workflows/ci.yml +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/.github/workflows/lint-pr.yml +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/.github/workflows/prepare-release.yml +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/.github/workflows/release.yml +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/.gitignore +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/README.md +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/cliff.toml +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/api.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/env.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/exceptions.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/http.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/inquirer.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/mendacfg.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/models.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/oauth2/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/oauth2/client.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/oauth2/token.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/pkce.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/auth/task.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/auth/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/auth/commands.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/console.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/cookiecutters/databricks-default/cookiecutter.json +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/.gitignore +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/README.md +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/menda.yaml +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/dp/.gitkeep +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/orchestration/.gitkeep +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/discovery.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/init/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/init/commands.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/init/prompts.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/init/templates.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/cli/params.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/src/menda/logging.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/oauth2/test_client.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/test_env.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/test_exceptions.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/test_mendacfg.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/test_models.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/test_pkce.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/test_task.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/auth/test_token.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/.gitkeep +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/auth/test_configure.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/auth/test_login.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/auth/test_whoami.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/init/__init__.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/init/test_commands.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/init/test_templates.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/test_console.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/test_discovery.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/test_exceptions.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/test_ipython.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/test_main.py +0 -0
- {menda_cli-0.2.7 → menda_cli-0.2.8}/tests/cli/test_params.py +0 -0
|
@@ -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.8] - 2026-04-24
|
|
6
|
+
|
|
7
|
+
### Refactor
|
|
8
|
+
|
|
9
|
+
- Improve error message formatting in MendaCLIError and update default log level to error ([e47825c](https://github.com/mendaml/menda-cli/commit/e47825c90bb511bb0a03b5bb7d78cd1542819edd))
|
|
10
|
+
|
|
5
11
|
## [0.2.7] - 2026-04-23
|
|
6
12
|
|
|
7
13
|
### Features
|
|
@@ -27,5 +27,5 @@ default = true
|
|
|
27
27
|
|
|
28
28
|
# Menda private artifactory to build menda deps
|
|
29
29
|
[[tool.uv.index]]
|
|
30
|
-
name = "menda-
|
|
30
|
+
name = "menda-software-registry"
|
|
31
31
|
url = "https://aws@menda-software-registry-007448416781.d.codeartifact.eu-west-1.amazonaws.com/pypi/menda-plugins/simple/"
|
|
@@ -39,12 +39,10 @@ class MendaCLIError(Exception):
|
|
|
39
39
|
def format_for_display(self) -> str:
|
|
40
40
|
"""Format error for human-readable CLI output."""
|
|
41
41
|
lines = []
|
|
42
|
-
prefix = f"[{self.category.value}]
|
|
42
|
+
prefix = f"[{self.category.value}]" if self.category != ErrorCategory.UNKNOWN else ""
|
|
43
43
|
lines.append(f"{prefix}{self.message}")
|
|
44
|
-
if self.context:
|
|
45
|
-
lines.append(f" Context: {self.context}")
|
|
46
44
|
if self.suggestion:
|
|
47
|
-
lines.append(f"
|
|
45
|
+
lines.append(f"{self.suggestion}")
|
|
48
46
|
return "\n".join(lines)
|
|
49
47
|
|
|
50
48
|
def to_dict(self) -> dict:
|
|
@@ -49,7 +49,7 @@ class MendaGroup(click.Group):
|
|
|
49
49
|
@click.option(
|
|
50
50
|
"--log-level",
|
|
51
51
|
type=click.Choice(["debug", "info", "warning", "error", "critical"], case_sensitive=False),
|
|
52
|
-
default="
|
|
52
|
+
default="error",
|
|
53
53
|
envvar="MENDA_LOG_LEVEL",
|
|
54
54
|
help="Minimum log level.",
|
|
55
55
|
)
|
|
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
|
{menda_cli-0.2.7 → menda_cli-0.2.8}/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
|